ChebyshevSeries Methods

Methods

Add(LinearCombination) Adds another LinearCombination to this instance.
(Inherited from LinearCombination)
Add(Double, LinearCombination) Adds two Chebyshev series.
(Overrides LinearCombination.Add(Double, LinearCombination))
Clone Constructs an exact copy of this instance.
(Inherited from Curve)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FindRoots Gets the set of X-coordinates where the curve crosses the X-axis.
(Inherited from Curve)
GetCurveFitter Returns a CurveFitter object that can be used to fit the curve to data.
(Inherited from LinearCombination)
GetDerivative Returns a Curve that represents the derivative of this ChebyshevSeries.
(Overrides Curve.GetDerivative())
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInterpolatingPolynomial Calculates the Chebyshev interpolating polynomial of the specified degree over the given interval for the specified function.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Integral Gets the definite integral of the ChebyshevSeries between the specified X-coordinates.
(Overrides Curve.Integral(Double, Double))
LeastSquaresFit(Vector<Double>, Vector<Double>, Int32) Returns the Polynomial that is the best least squares fit through the given set of points.
LeastSquaresFit(Vector<Double>, Vector<Double>, Double, Double, Int32) Returns the Polynomial that is the best least squares fit through the given set of points.
SetParameter Sets a curve parameter to the specified value.
(Inherited from Curve)
SlopeAt Evaluates the slope or first derivative of a Chebyshev series for a complex number argument.
(Overrides LinearCombination.SlopeAt(Double))
Solve Finds the x value where the curve reaches the specified y value.
(Inherited from Curve)
Subtract(LinearCombination) Subtracts another LinearCombination from this instance.
(Inherited from LinearCombination)
TangentAt Gets the tangent line to the curve at the specified X-coordinate.
(Inherited from Curve)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ValueAt Evaluates the Chebyshev series for a real argument.
(Overrides LinearCombination.ValueAt(Double))

See Also