Implemented methods
Distributions.pdf — Function
pdf(d::LogisticBeta, x::Real)Compute the pdf of the logistic-beta distribution d at x.
Distributions.logpdf — Function
logpdf(d::LogisticBeta, x::Real)Compute the logpdf of the logistic-beta distribution d at x.
Distributions.cdf — Function
cdf(d::LogisticBeta, x::Real)Compute the cdf of the logistic-beta distribution d at x.
Statistics.quantile — Function
quantile(d::LogisticBeta, p::Real)
Compute the p-quantile of the logistic-beta distribution d.
Statistics.mean — Function
mean(d::LogisticBeta)
Compute the mean of the logistic-beta distribution d.
StatsBase.mode — Function
mode(d::LogisticBeta)
Compute the mode of the logistic-beta distribution d.
Statistics.var — Function
var(d::LogisticBeta)
Compute the variance of the logistic-beta distribution d.
Statistics.std — Function
std(d::LogisticBeta)
Compute the standard deviation of the logistic-beta distribution d.
StatsBase.skewness — Function
skewness(d::LogisticBeta)
Compute the skewness of the logistic-beta distribution d.