powered by
cumulative_distribution_function evaluates the cumulative distribution function of a specific distribution dist at a point x.
cumulative_distribution_function
dist
x
cumulative_distribution_function(dist, x, n, theta, ...) # S4 method for Normal,numeric,numeric,numeric cumulative_distribution_function(dist, x, n, theta, ...)
# S4 method for Normal,numeric,numeric,numeric cumulative_distribution_function(dist, x, n, theta, ...)
a univariate distribution object
distribution
outcome
sample size
distribution parameter
further optional arguments
If the distribution is Normal, then the mean is assumed to be .
Normal
# NOT RUN { cumulative_distribution_function(Normal(), 1, 50, .3) # }
Run the code above in your browser using DataLab