bundles / scipy 1.17.1 / scipy / stats / _multivariate / random_table_frozen / mean
function
scipy.stats._multivariate:random_table_frozen.mean
Signature
def mean ( self ) Summary
Mean of distribution of conditional tables.
Returns
: mean: ndarrayMean of the distribution.
Notes
See class definition for a detailed description of parameters.
Examples
from scipy.stats import random_table
✓row = [1, 5] col = [2, 3, 1]✓
random_table.mean(row, col)
✗d = random_table(row, col)
✓d.mean()
✗Aliases
-
scipy.stats._multivariate.random_table_frozen.mean