Package jdistlib.inference
Interface DifferentiableModelFactor
- All Superinterfaces:
ModelFactor
A factor that adds derivatives with respect to all constrained coordinates.
-
Method Summary
Modifier and TypeMethodDescriptiondefault doublelogDensity(ModelState state) doublelogDensityAndAddGradient(ModelState state, double[] constrainedGradient)
-
Method Details
-
logDensityAndAddGradient
-
logDensity
- Specified by:
logDensityin interfaceModelFactor
-