View source: R/Distributions_lib.R
GetQuantile | R Documentation |
Evaluates the quantiles of a distribution
GetQuantile(p, dist, par)
p |
numeric in (0;1), nonexceedance probability |
dist |
character, distribution name |
par |
numeric vector, parameter vector |
The p-quantile as a numeric.
GetQuantile(0.99,'Normal',c(0,1))
GetQuantile(0.99,'GEV',c(100,25,-0.2))
GetQuantile(0.99,'GEV',c(100,25,0.2))
GetQuantile(0.99,'Poisson',0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.