[R] d, p, q, r - What are the math relations with each other of this functions?
. .
xkziloj at gmail.com
Mon Aug 22 14:55:13 CEST 2011
Hi all,
Using the exponential distribution to exemplify: The dexp function is
the PDF (1) and pexp is the CDF (2), that is obtained integrating the
PDF. How can I get the qexp and the rexp? Considering that I have the
PDF, how this two are mathematically related to the PDF?
(1) ke^{-kx}
(2) 1-e^{kx}
Thanks in advance.
More information about the R-help
mailing list