Description Usage Arguments Value Author(s)
This function estimates the parameters mu, Sigma, rho and nu of the MED distribution.
1 | fitmed(x,mu0,Sigma0,rho0,nu0,maxit)
|
x |
Data. A n x p matrix, p being the dimension, n the size of the sample. |
mu0 |
p-dimensional vector. Initial value of mu. Default: Empirical mean of x. |
Sigma0 |
p x p matrix. Initial value of Sigma. Default: Empirical variance of x. |
rho0 |
Real value between 0 and 1. Intial value of the asymmetry parameter rho. Default: 0.1. |
nu0 |
p-dimensional vector. Initial value of the asymmetry direction nu. Default: e1. |
maxit |
Maximum number of iterations. Default: 100. |
A list of the estimated parameters.
Antoine Usseglio-Carleve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.