bundles / scipy latest / scipy / stats / _multivariate / multivariate_normal_gen / marginal
function
scipy.stats._multivariate:multivariate_normal_gen.marginal
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_likeThe 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_frozenAn object representing the marginal distribution.
Notes
%(_mvn_doc_callparams_note)s
Aliases
-
scipy.stats._multivariate.multivariate_normal_gen.marginal