hmatrix-gsl-stats-0.4.1: GSL Statistics interface

Copyright(c) A. V. H. McPhail 2010, 2015
LicenseBSD3
Maintainerhaskell.vivian.mcphail <at> gmail <dot> com
Stabilityprovisional
Portabilityuses ffi
Safe HaskellNone
LanguageHaskell2010

Numeric.GSL.Distribution.Common

Description

GSL common data types for distributions

http://www.gnu.org/software/gsl/manual/

FOr information on how to set environment variables to set RNG type and seed see http://www.gnu.org/software/gsl/manual/html_node/Random-number-environment-variables.html#Random-number-environment-variables

Synopsis

Documentation

data DistFunc Source

Constructors

Density

pdf

Lower

lower cdf

Upper

upper cdf

LowInv

lower inverse cdf

UppInv

upper inverse cdf

Instances

data RNG Source

newRNG :: IO RNG Source

create a random number generator (RNG) object

seedRNG :: RNG -> Int -> IO () Source

assign a new seed to an RNG