SciPy

scipy.stats.rv_histogram.nnlf

rv_histogram.nnlf(self, theta, x)[source]

Return negative loglikelihood function.

Notes

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

Previous topic

scipy.stats.rv_histogram.moment

Next topic

scipy.stats.rv_histogram.pdf