| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | bos@serpentine.com |
| Safe Haskell | None |
Statistics.Distribution.StudentT
Description
Student-T distribution
- data StudentT
- studentT :: Double -> StudentT
- studentTndf :: StudentT -> Double
- studentTUnstandardized :: Double -> Double -> Double -> LinearTransform StudentT
Documentation
Student-T distribution
studentT :: Double -> StudentTSource
Create Student-T distribution. Number of parameters must be positive.
studentTndf :: StudentT -> DoubleSource
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.