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