Description
Tsallis q-Exp Distribution.
Description
Tsallis distribution also known as the q-exponential family distribution. Provide distribution d, p, q, r functions, fitting and testing functions. Project initiated by Paul Higbie and based on Cosma Shalizi's code.
README.md
tsallisqexp: a package for the Tsallis q-Exp Distribution
tsallisqexp
provide distribution d, p, q, r functions of the Tsallis distribution, fitting procedures and testing functions.
The package
The stable version of tsallisqexp
can be installed from CRAN using:
install.packages("tsallisqexp")
Finally load the package in your current R session with the following R command:
library(tsallisqexp)
Documentation
The documentation is available at
help(tsal)
help(tsal.fit)
See also the vignette.