Returns the deviance based on a probability distribution.
Category: | Mathematical |
is a character constant, variable, or expression that identifies the distribution. Valid distributions are listed in the following table:
is a numeric constant, variable, or expression.
are one or more distribution-specific numeric parameters that characterize the shape of the distribution.
is a binary numeric random variable that has the value of 1 for success and 0 for failure.
is a numeric probability of success with ε ≤ p ≤ 1–ε.
is an optional positive numeric value that is used to bound p. Any value of p in the interval 0 ≤ p ≤ ε is replaced by ε. Any value of p in the interval 1 – ε ≤ p ≤ 1 is replaced by 1 – ε.
is a numeric random variable that contains the number of successes.
Range | 0 ≤ variable ≤ 1 |
is a numeric mean parameter.
Range | nε ≤ μ ≤ n(1–ε) |
is an integer number of Bernoulli trials parameter
Range | n ≥ 0 |
is an optional positive numeric value that is used to bound μ. Any value of μ in the interval 0 ≤ μ ≤ nε is replaced by nε. Any value of μ in the interval n(1 – ε) ≤ μ ≤ n is replaced by n(1 – ε).
is a numeric random variable.
Range | variable ≥ ε |
is a numeric mean parameter.
Range | μ ≥ε |
is an optional positive numeric value that is used to bound variable and μ. Any value of variable in the interval 0 ≤ variable ≤ ε is replaced by ε. Any value of μ in the interval 0 ≤ μ ≤ ε is replaced by ε.
is a numeric random variable.
Range | variable ≥ ε |
is a numeric mean parameter.
Range | μ ≥ε |
is an optional positive numeric value that is used to bound variable and μ. Any value of variable in the interval 0 ≤ variable ≤ ε is replaced by ε. Any value of μ in the interval 0 ≤ μ ≤ ε is replaced by ε.
is a numeric random variable.
Range | variable ≥ 0 |
is a numeric mean parameter.
Range | μ ≥ε |
is an optional positive numeric value that is used to bound μ. Any value of μ in the interval 0 ≤ μ ≤ ε is replaced by ε.