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.

@FunctionalInterface public interface SubsetLogJoint
Complete normalized log joint for one active-variable subset.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    logJoint(double[] commonParameters, int[] activeCandidates, double[] activeCoefficients)
     
  • Method Details

    • logJoint

      double logJoint(double[] commonParameters, int[] activeCandidates, double[] activeCoefficients)