noise_moment-methods {mixAR} | R Documentation |
Compute moments of the noise components
Description
Compute moments of the noise components.
Usage
noise_moment(model, k)
Arguments
model |
a MixAR model. |
k |
which moment to compute? |
Methods
signature(model = "ANY", k = "ANY")
signature(model = "MixARGaussian", k = "numeric")
signature(model = "MixARgen", k = "numeric")
[Package mixAR version 0.22.8 Index]