| Copyright | (c) 2011 Aleksey Khudyakov |
|---|---|
| License | BSD3 |
| Maintainer | bos@serpentine.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Statistics.Distribution.StudentT
Description
Student-T distribution
- data StudentT
- studentT :: Double -> StudentT
- studentTndf :: StudentT -> Double
- studentTUnstandardized :: Double -> Double -> Double -> LinearTransform StudentT
Documentation
data StudentT
Student-T distribution
studentTndf :: StudentT -> Double
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.