Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 312 Bytes

tsallisDistr

Provides R implementation for Tsallis q-distributions including q-exponential, q-Weibull and q-Gaussian (partial).

Installation

You can install tsallisDistr with following commands (you'll need to have devtools installed):

library(devtools)
install_github("atamazian/tsallisDistr")