Safe Haskell | None |
---|---|
Language | Haskell2010 |
Noise and random processes.
Documentation
white :: (C y, Random y) => T y Source #
Deterministic white noise, uniformly distributed between -1 and 1. That is, variance is 1/3.
whiteQuadraticBSplineGen :: (C y, Random y, RandomGen g) => g -> T y Source #
Approximates normal distribution with variance 1 by a quadratic B-spline distribution.