Model Term.Polynomial Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Polynomial( | Creates a model term that represents a polynomial in the specified term. |
Polynomial( | Constructs a term corresponding to a polynomial. |
Polynomial(ModelTerm, Int32)
Creates a model term that represents a polynomial
in the specified term.
public static ModelTerm Polynomial(
ModelTerm term,
int degree
)
Parameters
Return Value
ModelTermA polynomial term.
Polynomial(String, Int32)
Constructs a term corresponding to a polynomial.
public static ModelTerm Polynomial(
string key,
int degree
)
Parameters
Return Value
ModelTermA model term that corresponds to a polynomial of degree degree in key.