Class MomsFromNormMomsKt

    • 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 momsFromNormMoms(Matrix nm) Returns the raw moments given the normalized moments.
      • Methods inherited from class java.lang.Object

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

    • 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