bundles / scipy 1.17.1 / scipy / stats / _multivariate / matrix_normal_gen / __call__
function
scipy.stats._multivariate:matrix_normal_gen.__call__
Signature
def __call__ ( self , mean = None , rowcov = 1 , colcov = 1 , seed = None ) Summary
Create a frozen matrix normal distribution.
Extended Summary
See matrix_normal_frozen for more information.
Aliases
-
scipy.stats._multivariate.matrix_normal_gen.__call__