Class LeastSquaresFit.FunctionBasis

All Implemented Interfaces:
DoubleUnaryOperator, RealValuedDomainOps, RealValuedFunctOps, RealValuedFunctVAOps, VADomainOps
Enclosing class:
LeastSquaresFit

public static class LeastSquaresFit.FunctionBasis extends LeastSquaresFit.Linear
Linear least squares fit using a specified function basis. The parameters are provided in an array with an ordering matching that of the basis functions passed as the variable-length argument for this class' constructors.
See Also: