﻿
.. |spacingstart| raw:: latex

   \begin{spacing}{1.5}


.. |spacingend| raw:: latex

   \end{spacing}


.. |newpage| raw:: latex

   \newpage



.. |br| raw:: html

   <br />




|newpage|

Descriptive Statistics
===============================================================================


Partial Sum
-------------------------------------------------------------------------------

.. method:: mat.PartialSum(partialmode)

    Calculates the PartialSum

    See also: Eigen :cite:p:`EigenMat101`.




Partial Product
-------------------------------------------------------------------------------

.. method:: mat.PartialProd(partialmode)

    Calculates the PartialProd

    See also: Eigen :cite:p:`EigenMat101`.




Partial Arithmetic Mean
-------------------------------------------------------------------------------

.. method:: mat.PartialMean(partialmode)

    Calculates the PartialMean


    See also: Eigen :cite:p:`EigenMat101`.





Partial Minimal Coefficient
-------------------------------------------------------------------------------

.. method:: mat.PartialMinCoeff(partialmode)

    Calculates the PartialMinCoeff


    See also: Eigen :cite:p:`EigenMat101`.





Partial Maximal Coefficient
-------------------------------------------------------------------------------

.. method:: mat.PartialMaxCoeff(partialmode)

    Calculates the PartialMaxCoeff


    See also: Eigen :cite:p:`EigenMat101`.





Trace
-------------------------------------------------------------------------------

.. method:: mat.Trace()

    Returns the trace of the matrix `A`.


    See also: Eigen :cite:p:`EigenMat101`,  Wikipedia :cite:p:`WikipediaMat10`.







Partial Squared Norm
-------------------------------------------------------------------------------

.. method:: mat.PartialSquaredNorm(partialmode)

    Calculates the PartialSquaredNorm

    See also: Eigen :cite:p:`EigenMat101`.




Partial Norm
-------------------------------------------------------------------------------

.. method:: mat.PartialNorm(partialmode)

    Calculates the PartialNorm


    See also: Eigen :cite:p:`EigenMat101`.





Partial Stable Norm
-------------------------------------------------------------------------------

.. method:: mat.PartialStableNorm(partialmode)

    Calculates the PartialStableNorm.


    See also: Eigen :cite:p:`EigenMat101`.





Covariance matrix
-------------------------------------------------------------------------------

.. method:: mat.Covariance()

    Calculates the covariance matrix.

    See also:  Wikipedia :cite:p:`WikipediaMat11`,  Wikipedia :cite:p:`WikipediaMat12`.





Correlation matrix
-------------------------------------------------------------------------------

.. method:: mat.Correlation_mat()

    Calculates the correlation matrix.

    See also:  Wikipedia :cite:p:`WikipediaMat13`.








