This is documentation for an old release of SciPy (version 1.8.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.rv_continuous.nnlf#

rv_continuous.nnlf(theta, x)[source]#

Negative loglikelihood function.

Notes

This is -sum(log pdf(x, theta), axis=0) where theta are the parameters (including loc and scale).