Package jline.lib.butools
Class ReducedMomsFromMomsKt
-
- All Implemented Interfaces:
public final class ReducedMomsFromMomsKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
reducedMomsFromMoms(Matrix m)
Returns the reduced moments given the raw moments. -
-
Method Detail
-
reducedMomsFromMoms
final static Matrix reducedMomsFromMoms(Matrix m)
Returns the reduced moments given the raw moments.
The raw moments are: m_i = E(X^i) The reduced moments are: r_i = m_i / i!
- Parameters:
m
- The list of raw moments (starting with the first moment)- Returns:
The list of reduced moments
-
-
-
-