[R] "Re-creating" distributions

Özgür Asar oasar at metu.edu.tr
Fri Jun 8 18:30:09 CEST 2012


Dear Andras,

A possible option might be checking the fit of your data to a specific
distribution and generating the data from the distribution to which your
data fit, with the parameters such as the MLE  of them obtained by using the
avaiable data.

For instance, you can check whether your data is a random sample from
multivariate normal distribution by using the R function mshapiro.test
(under mvnormtest)  and estimate MLE of the parameters by using the function
mlest (under mvnmle).

Best
Ozgur

--
View this message in context: http://r.789695.n4.nabble.com/Re-creating-distributions-tp4632739p4632833.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list