glo: Generalized Logistic Distribution

Description Usage Arguments Details Value See Also Examples

Description

Generalized Logistic Distribution

Usage

1
2
3
pglo(q, xi, alpha, kappa)

rglo(n, xi, alpha, kappa)

Arguments

q

vector of quantiles

xi

distribution location parameter

alpha

distribution scale parameter

kappa

distribution shape parameter

n

number of observatins

Details

Generalized Logistic Distribution CDF definition as a wrapper for cdfglo analogous to other pdistr functions.

Value

pglo gives the distribution function and rglo generates random deviates.

See Also

cdfglo, fit.distribution

Examples

1
2
3
4
5
6
7
data(Ukkel_RR)
# calculate the total rainfall for all months June
monthly.precipitation <- xts::apply.monthly(x=Ukkel_RR,FUN=sum)
data <- c(coredata(monthly.precipitation[format(index(monthly.precipitation),'\%m')=='06']))
# fit generalized logistic distribution to the data
fit <- fit.distribution(data=data,distr='glo',method='lmom')
fit

WillemMaetens/standaRdized documentation built on May 21, 2019, 10:29 a.m.