Density(object, x, ...)# S4 method for Normal
Density(object, x, log = FALSE)
# S4 method for Beta
Density(object, x, log = FALSE)
# S4 method for Exponential
Density(object, x, log = FALSE)
# S4 method for Gamma
Density(object, x, log = FALSE)
# S4 method for Geometric
Density(object, x, log = FALSE)
# S4 method for Lognormal
Density(object, x, log = FALSE)
# S4 method for NegativeBinomial
Density(object, x, log = FALSE)
# S4 method for Pareto
Density(object, x, log = FALSE)
# S4 method for Poisson
Density(object, x, log = FALSE)
# S4 method for Uniform
Density(object, x, log = FALSE)
# S4 method for Weibull
Density(object, x, log = FALSE)
# S4 method for Empirical
Density(object, x, log = FALSE)