Package jdistlib.math

Interface UnivariateFunction

All Known Implementing Classes:
ApproximationFunction
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 UnivariateFunction
Abstraction of a function with one parameter
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    eval(double x)
     
    default void
     
    default void
    setParameters(double... params)
     
  • Method Details

    • eval

      double eval(double x)
    • setParameters

      default void setParameters(double... params)
    • setObjects

      default void setObjects(Object... obj)