lik_params_bounds | R Documentation |
Give the natural lower and upper limits for the parameters of a MixAR model.
lik_params_bounds(model)
model |
a |
The function gives crude limits:
the probabilities of the components are between 0 and 1,
the standard deviations of the components are non-negative.
For the other parameters the limits are
(-\infty,\infty)
.
There are further restrictions, e.g. the sum of the probabilities should be less than or equal to 1 and the autoregression coefficients normally are restricted to a particular region, but these are not indicated in the returned value.
A list with two components describing the limits on the parameters.
The order of the parameters is as the one returned by lik_params
.
lower |
lower limits, a numeric vector |
upper |
upper limits, a numeric vector |
lik_params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.