cumulative_distribution_function {adoptr} | R Documentation |
cumulative_distribution_function
evaluates the cumulative distribution
function of a specific distribution dist
at a point x
.
cumulative_distribution_function(dist, x, n, theta, ...) ## S4 method for signature 'Normal,numeric,numeric,numeric' cumulative_distribution_function(dist, x, n, theta, ...)
dist |
a univariate |
x |
outcome |
n |
sample size |
theta |
distribution parameter |
... |
further optional arguments |
If the distribution is Normal
, then
the mean is assumed to be
√ n theta.
cumulative_distribution_function(Normal(), 1, 50, .3)