nrwm | R Documentation |
Normal Random Walk with a Bayesian prediction.
nrwm(n, v, w, c)
n |
length. |
v |
prior variance of V_0. |
w |
prior variance of W_0. |
c |
variance of the prior Normal Distribution. |
nrw |
realizations of a Normal Random Walk |
Mt |
posterior expectation m_t |
Shelemyahu Zacks
nrwm(n = 10, v = 5, w = 8, c = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.