[R] CDF for pareto distribution

livia yn19832 at msn.com
Wed Jul 11 13:56:22 CEST 2007


Hi, I would like to use the following codes to plot the CDF for pareto
distribution. Before doing this, I have plot the emperical one. 

x <- seq(1.6, 3, 0.1) 
lines(x,pgpd(x, 1.544,0.4477557,), col="red") 

Could anyone give me some advice whether the above codes are correct?

Many thanks.
-- 
View this message in context: http://www.nabble.com/CDF-for-pareto-distribution-tf4061253.html#a11538272
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list