Description Arguments Value Examples
This only works for fitting the Marcenko-Pastur distribution. It's also not designed for external use.
lambda |
Eigenvalues |
fitter |
A fit function |
Optimal parameters
1 2 3 4 5 6 | ## Not run:
m <- rmatrix(WishartModel(50, 200))
es <- eigen(m)
fit.density(es, MaximumLikelihoodFit(hint=c(1,1)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.