planet-mitchell-0.0.0: Planet Mitchell
Numeric.InvErf
class Floating a => InvErf a where #
Inverse error functions, e.g., inverf . erf = id and erf . inverf = id assuming the appropriate codomain for inverf. Note that the accuracy may drop radically for extreme arguments.
inverf . erf = id
erf . inverf = id
inverf
Minimal complete definition
invnormcdf
Methods
inverf :: a -> a #
inverfc :: a -> a #
invnormcdf :: a -> a #
Defined in Data.Number.Erf
inverf :: Double -> Double #
inverfc :: Double -> Double #
invnormcdf :: Double -> Double #
inverf :: Float -> Float #
inverfc :: Float -> Float #
invnormcdf :: Float -> Float #