The complex-valued moment generating function #
The moment generating function (mgf) is t : ℝ ↦ μ[fun ω ↦ rexp (t * X ω)]
. It can be extended to
a complex function z : ℂ ↦ μ[fun ω ↦ cexp (z * X ω)]
, which we call complexMGF X μ
.
That function is holomorphic on the vertical strip with base the interior of the interval
of definition of the mgf.
On the vertical line that goes through 0, complexMGF X μ
is equal to the characteristic function.
This allows us to link properties of the characteristic function and the mgf (mostly deducing
properties of the mgf from those of the characteristic function).
Main definitions #
complexMGF X μ
: the functionz : ℂ ↦ μ[fun ω ↦ cexp (z * X ω)]
.
Main results #
complexMGF_ofReal
: forx : ℝ
,complexMGF X μ x = mgf X μ x
.hasDerivAt_complexMGF
: for allz : ℂ
such that the real partz.re
belongs to the interior of the interval of definition of the mgf,complexMGF X μ
is differentiable atz
with derivativeμ[X * exp (z * X)]
.differentiableOn_complexMGF
:complexMGF X μ
is holomorphic on the vertical strip{z | z.re ∈ interior (integrableExpSet X μ)}
.analyticOn_complexMGF
:complexMGF X μ
is analytic on the vertical strip{z | z.re ∈ interior (integrableExpSet X μ)}
.eqOn_complexMGF_of_mgf
: if two random variables have the same moment generating function, then they have the samecomplexMGF
on the vertical strip{z | z.re ∈ interior (integrableExpSet X μ)}
. Once we know that equalmgf
implies equal distributions, we will be able to show that thecomplexMGF
are equal everywhere, not only on the strip. This lemma will be used in the proof of the equality of distributions.
TODO #
Once we have a definition for the characteristic function, we will be able to prove the following.
x : ℝ ↦ complexMGF X μ (I * x)
is equal to the characteristic function of the random variableX
.- As a consequence, if two random variables have same
mgf
, then they have the same characteristic function and the same distribution.
Complex extension of the moment generating function.
Equations
- ProbabilityTheory.complexMGF X μ z = ∫ (x : Ω), (fun (ω : Ω) => Complex.exp (z * ↑(X ω))) x ∂μ
Instances For
Alias of ProbabilityTheory.norm_complexMGF_le_mgf
.
For z : ℂ
with z.re ∈ interior (integrableExpSet X μ)
, the derivative of the function
z' ↦ μ[X ^ n * cexp (z' * X)]
at z
is μ[X ^ (n + 1) * cexp (z * X)]
.
For all z : ℂ
with z.re ∈ interior (integrableExpSet X μ)
,
complexMGF X μ
is differentiable at z
with derivative μ[X * exp (z * X)]
.
complexMGF X μ
is holomorphic on the vertical strip
{z | z.re ∈ interior (integrableExpSet X μ)}
.
complexMGF X μ
is analytic on the vertical strip
{z | z.re ∈ interior (integrableExpSet X μ)}
.
complexMGF X μ
is analytic at any point z
with z.re ∈ interior (integrableExpSet X μ)
.
Iterated derivatives of complexMGF
#
For z : ℂ
with z.re ∈ interior (integrableExpSet X μ)
, the n-th derivative of the function
complexMGF X μ
at z
is μ[X ^ n * cexp (z * X)]
.
We prove that if two random variables have the same mgf
, then
they also have the same complexMGF
.
If two random variables have the same moment generating function then they have
the same integrableExpSet
.
If two random variables have the same moment generating function then they have
the same integrableExpSet
.
If two random variables have the same moment generating function then they have
the same complexMGF
on the vertical strip {z | z.re ∈ interior (integrableExpSet X μ)}
.
TODO: once we know that equal mgf
implies equal distributions, we will be able to show that
the complexMGF
are equal everywhere, not only on the strip.
This lemma will be used in the proof of the equality of distributions.
If two random variables have the same moment generating function then they have
the same complexMGF
on the vertical strip {z | z.re ∈ interior (integrableExpSet X μ)}
.