{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / multinomial_frozen / logpmf

function

scipy.stats._multivariate:multinomial_frozen.logpmf

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

Signature

def   logpmf ( self x )

Summary

Log of the Multinomial probability mass function.

Parameters

x : array_like

Quantiles, with the last axis of x denoting the components.

Returns

logpmf : ndarray or scalar

Log of the probability mass function evaluated at x

Notes

See class definition for a detailed description of parameters.

Aliases

  • scipy.stats._multivariate.multinomial_frozen.logpmf