Moment expressions (:mod:`butools.moments`) =========================================== .. module:: butools.moments To load this package, either start the :func:`BuToolsInit()` script, or execute .. list-table:: :widths: 50 50 * - :code:`addpath('butools/moments')` - in Matlab, * - :code:`<` - Returns the normalized moments given the raw moments * - :py:func:`MomsFromNormMoms ` - Returns the raw moments given the normalized moments * - :py:func:`ReducedMomsFromMoms ` - Returns the reduced moments given the raw moments * - :py:func:`MomsFromReducedMoms ` - Returns the raw moments given the reduced moments * - :py:func:`HankelMomsFromMoms ` - Returns the Hankel moments given the raw moments * - :py:func:`MomsFromHankelMoms ` - Returns the raw moments given the Hankel moments * - :py:func:`FactorialMomsFromMoms ` - Returns the factorial moments given the raw moments * - :py:func:`MomsFromFactorialMoms ` - Returns the raw moments given the factorial moments * - :py:func:`JFactorialMomsFromJMoms ` - Returns the joint factorial moments given the joint raw moments * - :py:func:`JMomsFromJFactorialMoms ` - Returns the joint raw moments given the joint factorial moments * - :py:func:`CheckMoments ` - Checks if the given moment sequence belongs to a distribution with support (0,inf) .. toctree:: :hidden: NormMomsFromMoms MomsFromNormMoms ReducedMomsFromMoms MomsFromReducedMoms HankelMomsFromMoms MomsFromHankelMoms FactorialMomsFromMoms MomsFromFactorialMoms JFactorialMomsFromJMoms JMomsFromJFactorialMoms CheckMoments