Skip to contents

This helper function creates labels for the estimated HMM parameters.

Usage

parameter_labels(controls, expected_length)

Arguments

controls

An object of class fHMM_controls.

expected_length

The expected output length.

Value

A character vector of parameter labels.

Examples

if (FALSE) {
parameter_labels(set_controls(), 8)
}