{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / matrix_t_gen / _process_parameters

function

scipy.stats._multivariate:matrix_t_gen._process_parameters

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

Signature

def   _process_parameters ( self mean row_spread col_spread df )

Summary

Infer dimensionality from mean or covariance matrices. Handle defaults. Ensure conformality.

Parameters

mean : ndarray, shape (m,n)

Mean of the distribution

row_spread : ndarray, shape (m,m)

Row-wise spread matrix

col_spread : ndarray, shape (n,n)

Column-wise spread matrix

df : float

Degrees of freedom

Aliases

  • scipy.stats._multivariate.matrix_t_gen._process_parameters