Package jline.lib.butools
Class MomsFromReducedMoms
java.lang.Object
jline.lib.butools.MomsFromReducedMoms
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixReturns the raw moments given the reduced moments.
-
Method Details
-
momsFromReducedMoms
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
-