Implemented methods

Base.randFunction
rand(d::LogisticBeta[, n::Integer])

Draw n random numbers from the logistic-beta distribution d.

source
Distributions.pdfFunction
pdf(d::LogisticBeta, x::Real)

Compute the pdf of the logistic-beta distribution d at x.

source
Distributions.logpdfFunction
logpdf(d::LogisticBeta, x::Real)

Compute the logpdf of the logistic-beta distribution d at x.

source
Distributions.cdfFunction
cdf(d::LogisticBeta, x::Real)

Compute the cdf of the logistic-beta distribution d at x.

source
Statistics.quantileFunction

quantile(d::LogisticBeta, p::Real)

Compute the p-quantile of the logistic-beta distribution d.

source
Statistics.meanFunction

mean(d::LogisticBeta)

Compute the mean of the logistic-beta distribution d.

source
StatsBase.modeFunction

mode(d::LogisticBeta)

Compute the mode of the logistic-beta distribution d.

source
Statistics.varFunction

var(d::LogisticBeta)

Compute the variance of the logistic-beta distribution d.

source
Statistics.stdFunction

std(d::LogisticBeta)

Compute the standard deviation of the logistic-beta distribution d.

source
StatsBase.skewnessFunction

skewness(d::LogisticBeta)

Compute the skewness of the logistic-beta distribution d.

source