Package jline.lib.butools
Class MomsFromNormMomsKt
-
- All Implemented Interfaces:
public final class MomsFromNormMomsKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
momsFromNormMoms(Matrix nm)
Returns the raw moments given the normalized moments. -
-
Method Detail
-
momsFromNormMoms
final static Matrix momsFromNormMoms(Matrix nm)
Returns the raw moments given the normalized moments.
The raw moments are: m_i = E(X^i) The normalized moments are: n_i = m_i / (m_{i-1} * m_1)
- Parameters:
nm
- The list of normalized moments (starting with the first moment)- Returns:
The list of raw moments
-
-
-
-