Documentation

Atlas.TheoryOfProbability.code.CharacteristicFunction

The characteristic function of a probability measure μ on , defined by φ(t) = ∫ exp(i t x) dμ(x). For a random variable X with law μ this is φ_X(t) = E[exp(i t X)].

Instances For

    The local charFun defined here agrees with Mathlib's MeasureTheory.charFun on real measures, up to rearranging the order of multiplication inside the exponential.