# NOT RUN {
## generate 100 sample covariances of size (5-by-5).
samples = samplecovs(100,5)
## Compute mean of first 50 sample covariances from data under Normal(0,Identity).
mLERM = CovMean(samples[,,1:50],method="LERM")
mAIRM = CovMean(samples[,,1:50],method="AIRM")
# }
Run the code above in your browser using DataLab