pymc.find_hessian#

pymc.find_hessian(point, vars=None, model=None, negate_output=True)[source]#

Return Hessian of logp at the point passed.

Parameters:
model: Model (optional if in `with` context)
point: dict
vars: list

Variables for which Hessian is to be calculated.