Model Term Collection.Add Polynomial Method
Adds a new polynomial term to the collection.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.