plot.simul.mp {normalp} | R Documentation |
It returns the histograms of the vector of means, estimates of Mp, standard deviations, estimates of sigmap and estimates of p.
## S3 method for class 'simul.mp': plot(x, ...)
x |
A simul.mp object, typically result of simul.mp |
... |
Further arguments passed to or from other methods |
The histograms of the estimates of the parameters of an exponential power distribution.
Angelo M. Mineo
## The histograms of all the computed estimates a<-simul.mp(100,50,mu=0,sigmap=1,p=3) plot(a)