INonLinearExplanatory

Assembly:Cp

Namespace: Prognoz.Platform.Interop.Cp;

Description

The INonLinearExplanatory interface is used to work with explanatory variable for non-linear optimization method.

Inheritance hierarchy

          INonLinearExplanatory

Comments

Values of the variable must be assigned before method is calculated.

Properties

  Property name Brief description
CoefficientsOrder The CoefficientsOrder property determines order of variable coefficients.
Retrospective The Retrospective property determines variable values before optimization start.
Series The Series property determines variable values.
VariableName The VariableName property determines name of the variable in the formula.

See also:

Cp Assembly Interfaces