BTech Statistical Analysis Formulas and Cheat Sheet
Classified in Mathematics
Written on in
English with a size of 3.35 KB
Creating a comprehensive cheat sheet for statistical analysis in a Bachelor of Technology (BTech) program involves covering a wide range of topics and formulas. Below is a condensed version of this essential reference:
Descriptive Statistics
Measures of Central Tendency
- Mean: \(\bar{x} = \frac{\sum{x}}{n}\)
- Median: Depends on data arrangement.
- Mode: Most frequent value.
Measures of Dispersion
- Variance: \(s^2 = \frac{\sum(x - \bar{x})^2}{n-1}\)
- Standard Deviation: \(s = \sqrt{s^2}\)
- Range: \(Range = Max(x) - Min(x)\)
- Interquartile Range (IQR): \(Q3 - Q1\)
Measures of Shape
- Skewness
- Kurtosis
Probability
Basic Probability
- \(P(A)\) = \(\frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}\)
- \(P(A \cup B)\) = \(P(A) + P(B) - P(A \cap B)\)