Description Usage Arguments Value Author(s)
This function computes the probability density function of the MED distribution.
1 | dmed(x,mu,Sigma,rho,nu)
|
x |
p x n matrix, p being the dimension, n the number of points where the p.d.f. is evaluated. |
mu |
p-dimensional vector of expectile. Default: rep(0,p). |
Sigma |
p x p matrix. Default: diag(p). |
rho |
Asymmetry parameter. Default: 0. |
nu |
Asymmetry direction. Default: rep(1,p)/sqrt(p). |
A vector of the p.d.f. evaluated at n points.
Antoine Usseglio-Carleve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.