- Hands-On Data Science and Python Machine Learning
- Frank Kane
- 88字
- 2021-07-15 17:15:11
Standard deviation
Now typically, we talk about standard deviation more than variance, and it turns out standard deviation is just the square root of the variance. It's just that simple.
So, if I had this variance of 5.04, the standard deviation is 2.24. So you see now why we said that the variance = (σ)2. It's because σ itself represents the standard deviation. So, if I take the square root of (σ)2, I get sigma. That ends up in this example to be 2.24.

推薦閱讀
- OpenShift開發指南(原書第2版)
- PyTorch自然語言處理入門與實戰
- 面向STEM的Scratch創新課程
- Xamarin.Forms Projects
- C語言程序設計
- Learning Probabilistic Graphical Models in R
- ExtJS高級程序設計
- Python圖形化編程(微課版)
- Learning Nessus for Penetration Testing
- QlikView Unlocked
- 數據科學中的實用統計學(第2版)
- PostgreSQL 12 High Availability Cookbook
- Building Clouds with Windows Azure Pack
- Developer,Advocate!
- 深入理解C++11:C++11新特性解析與應用