Interface TimeSeries.BivariateFunction

Enclosing class:
TimeSeries

protected static interface TimeSeries.BivariateFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    eval(double x, double y)
     
  • Method Details

    • eval

      double eval(double x, double y)