Uses of Interface
peakml.math.function.Function

Packages that use Function
peakml.math.function   
 

Uses of Function in peakml.math.function
 

Classes in peakml.math.function that implement Function
 class CubicSplineFunction
          This class calculates the natural cubic spline for a given set of input values.
 class LinearFunction
          Implementation of a linear function f(x)=ax+b.
 class LogNormalFunction
          Implementation of a log-normal function, which can be used to get a fit to log-normally distributed data.
 class PolynomialFunction
          Implementation of a polynomial function, which can be plugged with the order (n) to use.