信頼区間
A confidence interval (CI) is a statistical tool used to estimate the range within which a population parameter, such as a mean or proportion, is likely to fall. It provides a measure of uncertainty around a sample statistic, allowing researchers to infer conclusions about a larger group based on a smaller sample.
信頼区間は通常、範囲(例:5から10)として表され、信頼水準と関連付けられます。一般的に設定されるのは95%または99%です。95%の信頼区間は、異なる100のサンプルを取り、それぞれのサンプルに対してCIを計算した場合、その約95の区間が真の母集団パラメータを含むことを意味します。
母集団平均の信頼区間を計算するには、一般的に use 次の式を用います:
CI = x̄ ± z * (σ/√n)
- x̄ = サンプル平均
- z = 希望する信頼水準に対応するzスコア
- σ = 母集団の標準偏差
- n = サンプルサイズ
母集団の標準偏差が不明な場合、小さなサンプルサイズでは特に、z分布の代わりにt分布がよく使用されます。
信頼区間は、さまざまな分野で広く使用されており、特に medicine, 社会科学, and economics, to convey the reliability and precision of statistical estimates. However, it’s important to note that a CI does not guarantee that the true parameter lies within the interval; it merely provides a degree of certainty based on the sample data.