{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_normal_gen / marginal

function

scipy.stats._multivariate:multivariate_normal_gen.marginal

source: /scipy/stats/_multivariate.py :926

Signature

def   marginal ( self dimensions mean = None cov = 1 allow_singular = False )

Summary

Return a marginal multivariate normal distribution.

Parameters

dimensions : int or 1-d array_like

The dimensions of the multivariate distribution corresponding with the marginal variables, that is, the indices of the dimensions that are being retained. The other dimensions are marginalized out.

%(_mvn_doc_default_callparams)s

Returns

marginal_multivariate_normal : multivariate_normal_frozen

An object representing the marginal distribution.

Notes

%(_mvn_doc_callparams_note)s

Aliases

  • scipy.stats._multivariate.multivariate_normal_gen.marginal