Description Usage Arguments Value Examples
This function finds the maximum likelihood estimations for restricted mstil.
1 | fit.mstil.r(x, param = NULL, control = list())
|
x |
matrix of quantiles of size n x k. Each row is taken as a quantile. |
param |
list of inital parameters, contains lambda, delta, Ainv, and nu. |
control |
list of control variables, see 'details'. #@details The control argument is a list that accepts the following components.
|
a list with components:
lambda |
the value of fitted lambda. |
delta |
the value of fitted delta. |
Ainv |
the value of fitted Ainv. |
nu |
the value of fitted nu. |
logLik |
the value of fitted log-Likelihood. |
1 2 3 | # Not run:
# data(RiverFlow)
# fit.mstil.r(as.matrix(log(RiverFlow)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.