Quantile | R Documentation |
Quantile function.
Quantile(object, p, ...) ## S4 method for signature 'Normal' Quantile(object, p) ## S4 method for signature 'Beta' Quantile(object, p) ## S4 method for signature 'Exponential' Quantile(object, p) ## S4 method for signature 'Gamma' Quantile(object, p) ## S4 method for signature 'Geometric' Quantile(object, p) ## S4 method for signature 'Lognormal' Quantile(object, p) ## S4 method for signature 'NegativeBinomial' Quantile(object, p) ## S4 method for signature 'Pareto' Quantile(object, p) ## S4 method for signature 'Poisson' Quantile(object, p) ## S4 method for signature 'Uniform' Quantile(object, p) ## S4 method for signature 'Weibull' Quantile(object, p) ## S4 method for signature 'Empirical' Quantile(object, p)
object |
Distribution Object |
p |
Probability |
... |
Additional function arguments |
xPareto <- new("Pareto",p1=20,p2=3) Quantile(xPareto,0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.