leastsquare (3) - Linux Manuals

leastsquare: Least square cost function.

NAME

ql/math/optimization/leastsquare.hpp - Least square cost function.

SYNOPSIS


#include <ql/math/optimization/problem.hpp>
#include <ql/math/optimization/conjugategradient.hpp>
#include <ql/math/matrix.hpp>

Classes


class LeastSquareProblem
Base class for least square problem.
class LeastSquareFunction
Cost function for least-square problems.
class NonLinearLeastSquare
Non-linear least-square method.

Detailed Description

Least square cost function.

Author

Generated automatically by Doxygen for QuantLib from the source code.