Copyright | (c) 2011 Aleksey Khudyakov |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Student-T distribution
Documentation
Student-T distribution
Constructors
studentT :: Double -> StudentT Source #
Create Student-T distribution. Number of parameters must be positive.
studentTE :: Double -> Maybe StudentT Source #
Create Student-T distribution. Number of parameters must be positive.
studentTUnstandardized Source #
:: 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.
Accessors
studentTndf :: StudentT -> Double Source #