sld

Quantile based skew logistic distribution - R package

https://github.com/newystats/sld

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Quantile based skew logistic distribution - R package

Basic Info
  • Host: GitHub
  • Owner: newystats
  • Language: R
  • Default Branch: main
  • Size: 45.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Changelog

README.md

sld

R package for the Quantile based skew logistic distribution. This is available on CRAN as https://cran.r-project.org/package=sld

The quantile-based skew logistic distribution is a skewed distribution, produced by a skewing function of Gilchrist. It is defined by its quantile function;

Q(u) = alpha + beta ( (1 - delta)*(log(u)) - delta * (log(1-u)) )

for beta >0 and 0 <= delta <= 1.

The distribution was first used by Gilchrist (2000) in the book Statistical Modelling with Quantile Functions. Full details of the properties of the distributions, including moments, L-moments and estimation via L-Moments are given in van Staden and King (2015).

The distribution is defined by its quantile function and its distribution and density functions do not exist in closed form (except for some special cases). Accordingly, the results from psl and dsl are the result of numerical solutions to the quantile function, using the Newton-Raphson method. Since the density quantile function, f(Q(u)), does exist, an additional function, dqsl, computes this.

The distribution has closed form method of L-Moment estimates (see fit.sld.lmom for details). The 4th L-Moment ratio of the the distribution is constant tau4 = 1/6 for all values of delta. The 3rd L-Moment ratio of the distribution is restricted to -1/3 <= tau3 <= 1/3, being the the 3rd L-moment ratio values of the reflected exponential and the exponential distributions respectively.

The package provides random number generation, probability density function, cumulative distribution function, plotting of these functions, estimation using L-Moments, standard errors.

References

Gilchrist, W.G. (2000) Statistical Modelling with Quantile Functions Chapman & Hall, print 978-1-58488-174-2, e-book 978-1-4200-3591-9.

van Staden, P.J. and King, Robert A.R. (2015) The quantile-based skew logistic distribution, Statistics and Probability Letters 96 109–116. http://dx.doi.org/10.1016/j.spl.2014.09.001

van Staden, Paul J. 2013 Modeling of generalized families of probability distribution in the quantile statistical universe. PhD thesis, University of Pretoria. http://hdl.handle.net/2263/40265

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 23
  • Total Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.217
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
illtyd r****g@n****u 18
newystats r****e@g****m 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 342 last-month
  • Total docker downloads: 21,777
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: sld

Estimation and Use of the Quantile-Based Skew Logistic Distribution

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 342 Last month
  • Docker Downloads: 21,777
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 33.4%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Downloads: 37.6%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • lmom * depends
  • stats * depends
  • graphics * suggests