Model Term.Polynomial Method
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.