ldhmm.forecast_state: Computing the state forecast

View source: R/ldhmm-forecast_state.R

ldhmm.forecast_stateR Documentation

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)

Arguments

object

an ldhmm object

x

numeric, the observations.

h

integer, time steps to forecast.

Value

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

Author(s)

Stephen H. Lihn


ldhmm documentation built on May 29, 2024, 7:05 a.m.