- Learning pandas(Second Edition)
- Michael Heydt
- 122字
- 2021-07-02 20:37:02
Probability and Bayesian statistics
Bayesian statistics is an approach to statistical inference, derived from Bayes' theorem, a mathematical equation built off simple probability axioms. It allows an analyst to calculate any conditional probability of interest. A conditional probability is simply the probability of event A given that event B has occurred.
Therefore, in probability terms, the data events have already occurred and have been collected (since we know the probability). By using Bayes' theorem, we can then calculate the probability of various things of interest, given or conditional upon, this already observed data.
Bayesian modeling is beyond the scope of this book, but again the underlying data models are well handled using pandas and then actually analyzed using libraries such as PyMC.
- 極簡算法史:從數學到機器的故事
- JavaScript修煉之道
- Go語言高效編程:原理、可觀測性與優化
- Unity Virtual Reality Projects
- Flux Architecture
- PySpark Cookbook
- Java網絡編程核心技術詳解(視頻微課版)
- Quantum Computing and Blockchain in Business
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Flink技術內幕:架構設計與實現原理
- UML基礎與Rose建模實用教程(第三版)
- Java自然語言處理(原書第2版)
- 零基礎學SQL(升級版)
- 編程的原則:改善代碼質量的101個方法
- 走近SDN/NFV