Package jline.lib.butools
Class FactorialMomsFromMoms
java.lang.Object
jline.lib.butools.FactorialMomsFromMoms
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixReturns the factorial moments given the raw moments.
-
Method Details
-
factorialMomsFromMoms
Returns the factorial moments given the raw moments. The raw moments are: m_i = E(X^i) The factorial moments are: f_i = E(X(X-1)...(X-i+1))- Parameters:
m- The list of raw moments (starting with the first moment)- Returns:
- The list of factorial moments Reference: http://en.wikipedia.org/wiki/Factorial_moment
-