Evaluate the cumulative distribution function of a probability distribution
Source:R/methods.R
cdf.Rd
Generic function for computing probabilities from distribution objects based on the cumulative distribution function (CDF).
Arguments
- d
An object. The package provides methods for distribution objects such as those from
Normal()
orBinomial()
etc.- x
A vector of elements whose cumulative probabilities you would like to determine given the distribution
d
.- drop
logical. Should the result be simplified to a vector if possible?
- ...
Arguments passed to methods. Unevaluated arguments will generate a warning to catch mispellings or other possible errors.