predictHommc: Simulate a higher order multivariate markovchain

View source: R/hommc.R

predictHommcR Documentation

Simulate a higher order multivariate markovchain

Description

This function provides a prediction of states for a higher order multivariate markovchain object

Usage

predictHommc(hommc,t,init)

Arguments

hommc

a hommc-class object

t

no of iterations to predict

init

matrix of previous states size of which depends on hommc

Details

The user is required to provide a matrix of giving n previous coressponding every categorical sequence. Dimensions of the init are s X n, where s is number of categorical sequences and n is order of the homc.

Value

The function returns a matrix of size s X t displaying t predicted states in each row coressponding to every categorical sequence.

Author(s)

Vandit Jain


markovchain documentation built on Sept. 24, 2023, 5:06 p.m.