New in Wolfram
Mathematica
8: Probability and Statistics Solvers and Properties
◄
previous
|
next
►
Core Algorithms
Convert between Formal Moments
Convert between any formal moments.
In[1]:=
X
Manipulate[ TraditionalForm[f[n]] -> TraditionalForm@MomentConvert[f[n], g], {{f, Moment, "source"}, {Moment, CentralMoment, FactorialMoment, Cumulant}}, {{g, CentralMoment, "target"}, {Moment, CentralMoment, FactorialMoment, Cumulant}}, {{n, 3}, 1, 20, 1}]
Out[1]=
Play Animation
»
Stop Animation
»