how to create Chi squared distribution using mean and variance?
古いコメントを表示
Hello,
I have the mean and the variance for a Chi squared distribution.
I want to create this Chi squared distribution using the mean and the variance that I have, can I ?
Thank you.
回答 (1 件)
Vladimir Sovkov
2019 年 12 月 16 日
0 投票
see https://www.mathworks.com/help/stats/chi-square-distribution-1.html
6 件のコメント
Khoder Makkawi
2019 年 12 月 16 日
Vladimir Sovkov
2019 年 12 月 16 日
Why "variance/2"? The variance must be equal to the number of the degrees of freedom in
, isn't it?
Khoder Makkawi
2019 年 12 月 16 日
Vladimir Sovkov
2019 年 12 月 16 日
You probably mean the variance
of the normally distributed variable x. Then ,
, and its variance is the number of the degrees of freedom (number of independent measurements
of x) n, which is the integer number. What do you really have, and what do you want?
Khoder Makkawi
2019 年 12 月 16 日
Vladimir Sovkov
2019 年 12 月 16 日
編集済み: Vladimir Sovkov
2019 年 12 月 16 日
If you want to approximate your x with the variance of 0.01 via chi^2, then it is quite impossible--the variance of chi^2 must be integer. If you want to construct the new chi^2 variable based on your x implying it is normally distributed - see my earlier comment.
カテゴリ
ヘルプ センター および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!