powered by
dmatrix(...) domain(...) cutoff(...) fit.density(...) RandomMatrixFilter(...) MaximumLikelihoodFit(...)
model <- WishartModel(20,50, sd=1) bounds <- domain(model) x <- seq(bounds[1], bounds[2], length.out=50) plot(x,dmatrix(x, model)) cutoff(rmatrix(model))
Run the code above in your browser using DataLab