Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.67 KB

SGSDist.jl

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).

Installation

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

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.