Density | R Documentation |
Density function.
Density(object, x, ...) ## S4 method for signature 'Normal' Density(object, x, log = FALSE) ## S4 method for signature 'Beta' Density(object, x, log = FALSE) ## S4 method for signature 'Exponential' Density(object, x, log = FALSE) ## S4 method for signature 'Gamma' Density(object, x, log = FALSE) ## S4 method for signature 'Geometric' Density(object, x, log = FALSE) ## S4 method for signature 'Lognormal' Density(object, x, log = FALSE) ## S4 method for signature 'NegativeBinomial' Density(object, x, log = FALSE) ## S4 method for signature 'Pareto' Density(object, x, log = FALSE) ## S4 method for signature 'Poisson' Density(object, x, log = FALSE) ## S4 method for signature 'Uniform' Density(object, x, log = FALSE) ## S4 method for signature 'Weibull' Density(object, x, log = FALSE) ## S4 method for signature 'Empirical' Density(object, x, log = FALSE)
object |
Distribution Object |
x |
Variable value |
... |
Additional function arguments |
log |
Boolean variable to indicate whether to return log of probability |
xPareto <- new("Pareto",p1=20,p2=3) Density(xPareto,50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.