{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_t_gen / marginal

function

scipy.stats._multivariate:multivariate_t_gen.marginal

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

Signature

def   marginal ( self dimensions loc = None shape = 1 df = 1 allow_singular = False )

Summary

Return a marginal multivariate t-distribution.

Parameters

dimensions : int or 1-d array_like

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

%(_mvt_doc_default_callparams)s

Returns

marginal_multivariate_t : multivariate_t_frozen

An object representing the marginal t-distribution.

Notes

%(_mvt_doc_frozen_callparams_note)s

Aliases

  • scipy.stats._multivariate.multivariate_t_gen.marginal