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.
Enter search terms or a module, class or function name.