diff --git a/src/univariate/continuous/chernoff.jl b/src/univariate/continuous/chernoff.jl index feef24c6f..920f05b2c 100644 --- a/src/univariate/continuous/chernoff.jl +++ b/src/univariate/continuous/chernoff.jl @@ -27,21 +27,7 @@ computation of pdf and cdf is based on the algorithm described in Groeneboom and Journal of Computational and Graphical Statistics, 2001. ```julia -Chernoff() -pdf(Chernoff(),x::Real) -cdf(Chernoff(),x::Real) -logpdf(Chernoff(),x::Real) -survivor(Chernoff(),x::Real) -mean(Chernoff()) -var(Chernoff()) -skewness(Chernoff()) -kurtosis(Chernoff()) -kurtosis(Chernoff(), excess::Bool) -mode(Chernoff()) -entropy(Chernoff()) -rand(Chernoff()) -rand(rng, Chernoff() -cdf(Chernoff(),-x) #For tail probabilities, use this instead of 1-cdf(Chernoff(),x) +cdf(Chernoff(),-x) # For tail probabilities, use this instead of 1-cdf(Chernoff(),x) ``` """ struct Chernoff <: ContinuousUnivariateDistribution