Stats

Stats

class best.modules.stats.multivariate_normal_(X, allow_singular=False, seed=None)
pdf(X)

Multivariate normal probability density function.

Parameters

x (array_like) – Quantiles, with the last axis of x denoting the components.

Returns

pdf – Probability density function evaluated at x

Return type

ndarray or scalar

Notes

See class definition for a detailed description of parameters.