Model Term Collection.Add Polynomial 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#
A reference to this collection, which has terms added of the variable key raised to the power 0 up to and including degree.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ModelTermCollection AddPolynomial(
string key,
int degree
)
Parameters
Return Value
ModelTermCollectionA reference to this collection, which has terms added of the variable key raised to the power 0 up to and including degree.