Package jline.lib.butools
Class ReducedMomsFromMoms
java.lang.Object
jline.lib.butools.ReducedMomsFromMoms
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixReturns the reduced moments given the raw moments.static double[]ReducedMomsFromMoms(double[] m) Returns the reduced moments given the raw moments (double[] version).
-
Method Details
-
reducedMomsFromMoms
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
-
ReducedMomsFromMoms
public static double[] ReducedMomsFromMoms(double[] m) Returns the reduced moments given the raw moments (double[] version). 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
-