4. Statistical Data Analysis¶
MATLAB contains many functions for statistical data analysis. The coverage here focuses on statistical calculations with MATLAB.
We will also touch on an important statistics topic later when we discuss least squares regression in Least Squares Regression.
Contents:
- 4.1. Introduction to Statistics
- 4.2. Common Statistical Functions
- 4.3. Moving Window Statistics
- 4.4. Probability Distributions
- 4.5. Generating Random Numbers
- 4.6. Statistics on Matrices
- 4.7. Plots of Statistical Data
- 4.8. Central Limit Theorem
- 4.9. Sampling and Confidence Intervals
- 4.10. Statistical Significance