- Training Systems Using Python Statistical Modeling
- Curtis Miller
- 275字
- 2021-06-24 14:20:44
Classical inference for proportions
In classical statistical inference, we often answer questions about a population, which is a hypothetical group of all possible values and data (including future ones). A sample, on the other hand, is a subset of the population that we use to observe values. In classical statistical inference, we often seek to answer questions about a fixed, non-random, unknown population parameter.
Confidence intervals are computed from data, and are expected to contain θ. We may refer to, say, a 95% confidence interval—that is, an interval that we are 95% confident contains θ, in the sense that there is a 95% chance that when we compute such an interval, we capture θ in it.
This section focuses on binary variables, where the variable is either a success or a failure, and successes occur with a proportion or probability of p.
An example situation of this is tracking whether a visitor to a website clicked on an ad during their visit. Often, these variables are encoded numerically, with 1 for success, and 0 for a failure.
In classical statistics, we assume that our data is a random sample drawn from a population with a fixed, yet unknown, proportion, p. We can construct a confidence interval based on the sample proportion, which gives us an idea of the proportion of the population. A 95% confidence interval captures the proportion of the population approximately 95% of the time. We can construct confidence intervals using the proportion_confint() function, which is found in the statsmodel package, which allows the easy computation of confidence intervals. Let's now see this in action!
- FuelPHP Application Development Blueprints
- C#程序設計實訓指導書
- 零基礎學C++程序設計
- Python自然語言處理實戰:核心技術與算法
- Spring技術內幕:深入解析Spring架構與設計
- 軟件界面交互設計基礎
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- PLC編程與調試技術(松下系列)
- Instant Ext.NET Application Development
- 計算機應用基礎教程(Windows 7+Office 2010)
- Nagios Core Administration Cookbook(Second Edition)
- JQuery風暴:完美用戶體驗
- Robot Framework Test Automation
- Visual C++程序設計與項目實踐
- 從零開始學UI設計·基礎篇