Class InterpolatedFunction<X extends java.lang.Comparable<X>,​Y>

  • Type Parameters:
    X - the type of the independent variable (in)
    Y - the type of the dependent variable (out)
    All Implemented Interfaces:
    ContinuousFunction<X,​Y>, KeyValueFunction<X,​Y>

    public final class InterpolatedFunction<X extends java.lang.Comparable<X>,​Y>
    extends java.lang.Object
    implements ContinuousFunction<X,​Y>
    A continuous function, generated from a discrete one together with an appropriate interpolation strategy.