The document summarizes different statistical methods for analyzing the capacity of an Oracle database server:
Simple math models can analyze single metrics like CPU usage but have low precision. Linear regression analysis uses logical I/O to predict CPU utilization and found a database could handle 2000% more workload. Queuing theory models CPU and I/O as queues and uses Erlang C formulas to forecast capacity and scalability in a more precise way than simple models. The document provides examples of applying these methods to capacity analysis.