scipy.stats.rv_histogram.nnlf

rv_histogram.nnlf(theta, x)[源代码]

负对数似然函数。

注意事项

这是 -sum(log pdf(x, theta), axis=0) 哪里 theta 是参数(包括loc和scale)。