|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Statistical Moments and Generating Functions
>
MomentEvaluate
BUILT-IN MATHEMATICA SYMBOL
MomentEvaluate
MomentEvaluate[mexpr, dist]
evaluates formal moments in the moment expression mexpr on the distribution dist.
MomentEvaluate[mexpr, list]
evaluates formal moments and formal sample moments in mexpr on the data list.
MomentEvaluate[mexpr, dist, list]
evaluates formal moments on the distribution dist and formal sample moments on the data list.
DetailsDetails
- A moment expression is an expression involving formal moments and formal sample moments.
- A formal moment is an expression of the form:
-
Moment[r] formal r
momentCentralMoment[r] formal r
central momentFactorialMoment[r] formal r
factorial momentCumulant[r] formal r
cumulant - A formal sample moment is an expression of the form:
-
PowerSymmetricPolynomial[r] formal r
power symmetric polynomialAugmentedSymmetricPolynomial[{r1,r2,...}] formal
augmented symmetric polynomial - For a sample moment expression PowerSymmetricPolynomial[0] is taken to be the length of the list of data.
- MomentEvaluate[mexpr, ..., n] assumes that n is taken to be the length of the list of data.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
