|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Statistical Moments and Generating Functions
>
CentralMomentGeneratingFunction
BUILT-IN MATHEMATICA SYMBOL
CentralMomentGeneratingFunction
CentralMomentGeneratingFunction[dist, t]
gives the central moment-generating function for the symbolic distribution dist as a function of the variable t.
CentralMomentGeneratingFunction[dist, {t1, t2, ...}]
gives the central moment-generating function for the multivariate symbolic distribution dist as a function of the variables
,
, ....
DetailsDetails
- CentralMomentGeneratingFunction[dist, t] is given by Expectation[Exp[t(x-
)], x
dist] where
=Mean[dist]. - CentralMomentGeneratingFunction[dist, {t1, t2, ...}] is equivalent to Expectation[Exp[t.(x-
)], x
dist] for vectors t and x and where
=Mean[dist]. - The i
central moment can be extracted from a central moment-generating function cmgf through SeriesCoefficient[cmgf, {t, 0, i}]i!.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
