Description Usage Arguments Details Value See Also Examples
Generalized Logistic Distribution
1 2 3 |
q |
vector of quantiles |
xi |
distribution location parameter |
alpha |
distribution scale parameter |
kappa |
distribution shape parameter |
n |
number of observatins |
Generalized Logistic Distribution CDF definition as a wrapper for cdfglo analogous to other pdistr functions.
pglo gives the distribution function and rglo generates random deviates.
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.