Learn R Programming

fHMM (version 0.3.0)

create_visuals: Visualization

Description

Calls functions for visualization of model results.

Usage

create_visuals(data, fit, decoding, controls, events)

Arguments

data

A list of processed data information.

fit

A list of fitted model information.

decoding

A vector (in case of a HMM) or a matrix (in case of a hierarchical HMM) of decoded states.

controls

A list of controls.

events

A list of (historical, financial) events.

Value

No return value. Calls visualization functions plot_sdd, plot_ts and pseudo_residuals.