Learn R Programming

ldhmm (version 0.6.1)

ldhmm.forecast_state: Computing the state forecast

Description

This utility computes the state forecast, given the sequence of observations in the past.

Usage

ldhmm.forecast_state(object, x, h = 1)

Value

matrix of probabilities per state (even if h=1), number of states times size of h

Arguments

object

an ldhmm object

x

numeric, the observations.

h

integer, time steps to forecast.

Author

Stephen H. Lihn