Interface LogDensity

All Known Subinterfaces:
BatchedDifferentiableLogDensity, ComputeBackedLogDensity, DifferentiableLogDensity, TemperedLogDensity
All Known Implementing Classes:
AcceleratedLogisticRegression, BayesianModel, EvaluationCounter, ModelEvaluator, ReverseModeLogDensity
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 LogDensity
An unnormalized log density on an unconstrained Euclidean state space.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    logDensity(double[] state)
     
  • Method Details

    • logDensity

      double logDensity(double[] state)