Extreme. Mathematics. Curves Namespace
The Extreme.Mathematics.Curves namespace contains classes for working with curves as mathematical objects.
Classes
| Barycentric | Represents a barycentric basis for a set of rational functions. |
| Barycentric | Represents a rational function in barycentric form. |
| Chebyshev | Represents a FunctionBasis made up of Chebyshev polynomials over a specified interval up to a specified degree. |
| Chebyshev | Represents a Chebyshev polynomial series. |
| Cubic | Represents a cubic spline curve. |
| Curve | Represents a curve in two-dimensional space. |
| Curve | Serves as the base class for classes that implement curve fitting algorithms. |
| Function | Serves as an abstract base class for collections of functions. |
| General | Represents a curve in two-dimensional space whose value is defined by a function of one variable delegate. |
| General | Represents a FunctionBasis made up of user-defined functions. |
| Linear | Represents a curve that is a linear combination of the functions in a FunctionBasis. |
| Linear | Represents an algorithm that calculates a linear least squares fit of a curve. |
| Nonlinear | Represents a Curve that can be used for a non-linear regression calculation. |
| Nonlinear | Represents an algorithm that fits a nonlinear curve to data. |
| Nonlinear | Represents an algorithm that fits a nonlinear function to data. |
| Piecewise | Represents a curve that has different constant values on different intervals within its domain. |
| Piecewise | Represents a curve that has different expressions on different intervals within its domain. |
| Piecewise | Represents a curve that has different expressions on different intervals within its domain. |
| Polynomial | Represents a polynomial. |
| Polynomial | Serves as an abstract base class for Curve derived classes that represent polynomials. |
| Polynomial | Represents a FunctionBasis for the polynomials up to a specified degree. |
| Weight | Contains a set of standard weight functions that can be used in linear and nonlinear curve fitting. |
Structures
| Point | Represent a point in a two-dimensional plane. |
Enumerations
| Cubic | Enumerates the kinds of cubic spline. |
| Linear | Enumerates the possible methods for solving a least squares problem. |
| Nonlinear | Enumerates the algorithms that may be used for nonlinear curve fitting. |