{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / dirichlet_multinomial_frozen / logpmf

function

scipy.stats._multivariate:dirichlet_multinomial_frozen.logpmf

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

Signature

def   logpmf ( self x )

Summary

The log of the probability mass function.

Parameters

x: ndarray

Category counts (non-negative integers). Must be broadcastable with shape parameter alpha. If multidimensional, the last axis must correspond with the categories.

Returns

: out: ndarray or scalar

Log of the probability mass function.

Aliases

  • scipy.stats._multivariate.dirichlet_multinomial_frozen.logpmf