Click or drag to resize
NonlinearRegressionIFunction Interface
Public interface for the user supplied function for NonlinearRegression.

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

The NonlinearRegressionIFunction type exposes the following members.

Methods
  NameDescription
Public methodf
Computes the weight, frequency, and residual given the parameter vector theta for a single observation.
Top
See Also