Calculating Credible Intervals for observed data

22 ビュー (過去 30 日間)
SRINJAY CHANDRASEKAR
SRINJAY CHANDRASEKAR 2019 年 7 月 23 日
回答済み: Kavya Vuriti 2019 年 8 月 13 日
Hey everyone,
I'm trying to construct a 90% credible interval using normal priors, for two variables namely GDP and GDI. However, I'm not sure how i can do that. Can someone please help me with the codes for it?
Thanks in advance.

回答 (1 件)

Kavya Vuriti
Kavya Vuriti 2019 年 8 月 13 日
I think credible interval is analogous to confidence interval. To find confidence interval, calculate mean and standard deviation of the data. Then calculate the standard error of the mean at each value of the independent variable, multiply it by the 90% values of the t-distribution calculated using tinv function, then add and subtract those values from the mean.
The probabilities in tinv function can be specified as [0.05 0.95] for calculating 90% probability intervals.

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by