Machine Learning: Visualization
Chapters
- 2.1 Statistics Summary
- 2.2 Measure of Spread
- 2.3 Pre-Processing
2.1 Statistics Summary
Symbols
Symbol | Definition |
---|
∑ | Sum of |
∏ | Mult of |
T | Transpose |
σ2 | Variance |
s2 | Sample Variance |
y^ | Prediction of y |
xˉ | Sample Mean |
L(w) | Likelyhood of w |
Θ | Scalar value |
- Sample
- Sample Mean: xˉ=n∑xi
- Sample Variance: s2=n−1∑(xi−xˉ)2
- Sample std: s=s2
- Sample Covariance; cov=n−1∑(x−xˉ)2(y−yˉ)2
- Population
- Population Mean: μ=N∑(xi)2
- Population Variance: σ2=N∑(xi−μ)2
- Population Std: σ=σ2
- Population Covariance: cov=N∑(x−μx)2(y−μx)2
- Correlation: p(X,Y)=σxσyCov(X,Y)
- Mean Absolute Deviation (MAD): MAD=n∑∣Xi−Xˉ∣
- Standard error of mean: σxˉ=nσ