Measures Of Dispersion

Measures of dispersion

graph TD; A[Measures of Dispersion] --> B[Range]; A --> C[Variance]; A --> D[Standard Deviation]; A --> E[Mean Absolute Deviation]; A --> F[Interquartile Range]; B --> G["Max Value - Min Value"]; C --> H["Sum of (X - Mean)^2 / N"]; D --> I[Sqrt of Variance]; E --> J["Sum of |X - Mean| / N"]; F --> K["Q3 - Q1"];


Table of Contents