Package jline.lib.butools
Class MomsFromFactorialMomsKt
-
- All Implemented Interfaces:
public final class MomsFromFactorialMomsKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixMomsFromFactorialMoms(Matrix fm)Returns the raw moments given the factorial moments. -
-
Method Detail
-
MomsFromFactorialMoms
final static Matrix MomsFromFactorialMoms(Matrix fm)
Returns the raw moments given the factorial moments.
The raw moments are: m_i = E(X^i) The factorial moments are: f_i = E(X(X-1)...(X-i+1))
- Parameters:
fm- The list of factorial moments (starting with the first moment)- Returns:
The list of raw moments
Reference: http://en.wikipedia.org/wiki/Factorial_moment
-
-
-
-