Click or drag to resize
NonlinearRegression.IDerivative Interface
Public interface for the user supplied function to compute the derivative for NonlinearRegression.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IDerivative : NonlinearRegression.IFunction

The NonlinearRegression. IDerivative type exposes the following members.

Methods
  NameDescription
Public methodderivative
Computes the weight, frequency, and partial derivatives of the residual given the parameter vector theta for a single observation.
Public methodf
Computes the weight, frequency, and residual given the parameter vector theta for a single observation.
(Inherited from NonlinearRegression.IFunction.)
Top
See Also