| rnorm.hsmm {mhsmm} | R Documentation |
This generates values from a normally distributed emission state j given parameters in model.
rnorm.hsmm(j, model)
j |
An integer representing the state |
model |
A hmmspec or hsmmspec object |
This is essentially a wrapper for rnorm. Users may build functions with the same
arguments and return values so they can use their own custom emission distributions.
A single value from the emission distribution.
Jared O'Connell