ModelTermCollection.AddPolynomial Method

Adds a new polynomial term to the collection.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ModelTermCollection AddPolynomial(
	string key,
	int degree
)

Parameters

key  String
The key of the variable.
degree  Int32
The degree of the polynomial.

Return Value

ModelTermCollection
A reference to this collection, which has terms added of the variable key raised to the power 0 up to and including degree.

See Also