Description Usage Arguments Value Examples
View source: R/ForecastHMMPdf.R
This function computes the probability forecasted density function of a univariate HMM for multiple horizons, given observations up to time n
1 | ForecastHMMPdf(y, family, theta, Q, eta, k = 1, graph = 0)
|
y |
points at which the pdf function is computed |
family |
distribution name; run the function distributions() for help |
theta |
parameters; (r x p) |
Q |
probability transition matrix; (r x r) |
eta |
vector of the estimated probability of each regime at time n; (1 x r) |
k |
prediction times (may be a vector of integers). |
graph |
(0 or else) produce plots |
pdf |
values of the pdf function |
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.