Click or drag to resize
NonlinearRegressionIDerivative 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 : NonlinearRegressionIFunction

The NonlinearRegressionIDerivative 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 NonlinearRegressionIFunction.)
Top
See Also