Public Member Functions | Private Attributes

multivariate_moments Class Reference

#include <src/core/moments.h>

Inheritance diagram for multivariate_moments:
Inheritance graph
[legend]
Collaboration diagram for multivariate_moments:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 multivariate_moments ()
 Class constructor with unspecified size.
 multivariate_moments (size_t a, size_t b)
 Class constructor with specified size.
moments multivariate_moment_set_independent (size_t return_order)
 Function that computes the moments of independent multivariate distribution.
moments extract_univariate_moments (size_t row_number)
 Function that extracts the univariate moments, a row of the matrix containing multivariate moments.

Private Attributes

matrix multivar_moms

Detailed Description

Includes routines involving the matrix object containing multivariate moments. Derived class from parent class matrix.


The documentation for this class was generated from the following files:
All Classes Files Functions Variables Typedefs Friends Defines