Analyzer CurveAssemblers generateTimeSeriesFromTransitionMatrix - acep-uaf/MiGRIDS GitHub Wiki

This function generates a time series from a transition matrix.

Inputs

TM: The n x n transition matrix.

values: a list of values associated with the transition matrix of length n.

startingIdx: the index of values for the first value in the time series.

length: the number of values in the time series.

Outputs

ts: The output time series.