Class ReducedMomsFromMomsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Matrix reducedMomsFromMoms(Matrix m) Returns the reduced moments given the raw moments.
      final static DoubleArray ReducedMomsFromMoms(DoubleArray m) Returns the reduced moments given the raw moments (DoubleArray version).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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

      • ReducedMomsFromMoms

         final static DoubleArray ReducedMomsFromMoms(DoubleArray m)

        Returns the reduced moments given the raw moments (DoubleArray 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