statistics-0.13.2.3: A library of statistical types, data, and functions

Copyright(c) 2011 Aleksey Khudyakov
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Statistics.Distribution.StudentT

Description

Student-T distribution

Synopsis

Documentation

studentT :: Double -> StudentT

Create Student-T distribution. Number of parameters must be positive.

studentTUnstandardized

Arguments

:: Double

Number of degrees of freedom

-> Double

Central value (0 for standard Student T distribution)

-> Double

Scale parameter

-> LinearTransform StudentT 

Create an unstandardized Student-t distribution.