Description Usage Arguments Value References See Also Examples
plot method for class "fhmm".
1 2  | 
x | 
 an object of class "  | 
... | 
 additional arguments affecting the summary produced.  | 
The function returns a plot of the centers representing the states of the Hidden Markov Model.
Martino A., Guatteri, G. and Paganoni A. M., Hidden Markov Models for multivariate functional data, MOX Report 21/2019, 2019
1 2 3 4 5 6 7 8 9  | data(simulatedFD)
n <- 20
n_tot <- 2000
bt <- seq(1,n_tot,by=n)
FD <- simulatedFD
hmm <- set_fhmm(FD, nStates = 3, bT=bt)
bw <- fitBM_fhmm(hmm)
plot(bw)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.