![]() | NMath |
The NMathFunctionsThreeParameterSineFtn type exposes the following members.
Name | Description | |
---|---|---|
![]() | NMathFunctionsThreeParameterSineFtn | Initializes a new instance of the NMathFunctionsThreeParameterSineFtn class |
Name | Description | |
---|---|---|
![]() | CentralDifferenceDelta |
Gets and sets the delta used in the centeral difference method for
approximating the gradient with respect to the parameters.
(Inherited from DoubleParameterizedFunction) |
Name | Description | |
---|---|---|
![]() | Clone |
Returns a deep copy of the base. Deriving classes must override this method.
(Inherited from DoubleParameterizedFunction) |
![]() | Evaluate(DoubleVector, Double) |
Evaluates the three parameter sine function for the given parameter values at the
given point.
(Overrides DoubleParameterizedFunctionEvaluate(DoubleVector, Double)) |
![]() | Evaluate(DoubleVector, DoubleVector, DoubleVector) |
Evaluates the parameterized function for the given parameter values at the
given set of points.
(Inherited from DoubleParameterizedFunction) |
![]() | GradientWithRespectToParams |
Method for calculating the gradient with respect to the parameters while keeping x
fixed at the specified value.
(Overrides DoubleParameterizedFunctionGradientWithRespectToParams(DoubleVector, Double, DoubleVector)) |
y = p0 * sin(p1*x + p2)