scipy.maxentropy.bigmodel.pdf

bigmodel.pdf(fx)

Returns the estimated density p_theta(x) at the point x with feature statistic fx = f(x). This is defined as

p_theta(x) = exp(theta.f(x)) / Z(theta),

where Z is the estimated value self.normconst() of the partition function.

Previous topic

scipy.maxentropy.bigmodel.logpdf

Next topic

scipy.maxentropy.bigmodel.pdf_function

This Page