Calculating Credible Intervals for observed data

17 visualizaciones (últimos 30 días)
SRINJAY CHANDRASEKAR
SRINJAY CHANDRASEKAR el 23 de Jul. de 2019
Respondida: Kavya Vuriti el 13 de Ag. de 2019
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.

Respuestas (1)

Kavya Vuriti
Kavya Vuriti el 13 de Ag. de 2019
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.

Community Treasure Hunt

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

Start Hunting!

Translated by