Documentation | Build Status |
---|---|
SGSDist.jl
is a Julia package that implements the stochastically generated skewed (SGS) distribution, a probability density function (pdf) obtained from the correlated additive and multiplicative (CAM) noise stochastic climate model developed by Sura and Sardeshmukh (2008) and Sardeshmukh and Sura (2009).
For more information on the form of the SGS distribution used in this package, see Sardeshmukh et al. (2015).
SGSDist.jl
is not yet registered, so one may install with the Julia package manager by issuing:
(v1.3) pkg> add https://github.com/brwst/SGSDist.jl
You can then load the SGSDist.jl
package with:
julia> using SGSDist