View source: R/Distributions_lib.R
GetCdf | R Documentation |
Evaluates the cdf of a distribution
GetCdf(y, dist, par)
y |
numeric, value at which the cdf is evaluated |
dist |
character, distribution name |
par |
numeric vector, parameter vector |
The cdf as a numeric.
GetCdf(0,'Normal',c(0,1))
GetCdf(200,'GEV',c(100,25,-0.2))
GetCdf(200,'GEV',c(100,25,0.2))
GetCdf(3,'Poisson',0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.