Main Page | Report this Page
 
   
Science Forum Index  »  Statistics - Education Forum  »  Bayesian updating of information
Page 1 of 1    
Author Message
Guest
Posted: Mon Feb 12, 2007 8:48 am
I have measurements that is summarized by mean mu, variance V and
number of observations n. For sufficiency reasons I model the data
through empirical means y_hat which depend on an unknown parameter
theta as follows (with variance V assumed known)

y_hat | theta ~ N(theta, V/n)


The prior knowledge is incorporated in a distribution as


theta ~ N(mu0, V0 / n0)


reflecting information from n0 prior measurements each having mean
mu0
and variance V0


The posterior becomes


theta | y_hat ~ N(mu_post, V_post) with


mu_post = (n0/V0 * mu0 + n/V * y_hat) / (n0/V0 + n/V)


and


V_post = 1 / (n0/V0 + n/V).


Assuming the posterior has the same form as the prior, what
interpretation of V_post * (n0+n) can be made? Is it a good estimate
of posterior variance of a single measurement?
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Tue Oct 14, 2008 6:55 am