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

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Statistics.Distribution.StudentT

Description

Student-T distribution

Synopsis

Documentation

studentT :: Double -> StudentTSource

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

studentTUnstandardizedSource

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.