Package jdistlib.inference
Interface SubsetLogJoint
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Complete normalized log joint for one active-variable subset.
-
Method Summary
Modifier and TypeMethodDescriptiondoublelogJoint(double[] commonParameters, int[] activeCandidates, double[] activeCoefficients)
-
Method Details
-
logJoint
double logJoint(double[] commonParameters, int[] activeCandidates, double[] activeCoefficients)
-