statistics-0.10.0.1: A library of statistical types, data, and functions
Statistics.Distribution.StudentT
Description
Student-T distribution
Synopsis
data StudentT Source
Instances
studentT :: Double -> StudentTSource
Create Student-T distribution. Number of parameters must be positive.
studentTndf :: StudentT -> DoubleSource