bundles / scipy latest / scipy / stats / _multivariate / matrix_t_gen / _process_parameters
function
scipy.stats._multivariate:matrix_t_gen._process_parameters
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: floatDegrees of freedom
Aliases
-
scipy.stats._multivariate.matrix_t_gen._process_parameters