The methods of the FactorModel class are listed below. For a complete list of FactorModel class members, see the FactorModel Members topic.
AddAbsoluteSum | Adds a sum of absolute functions to be used as basis element. |
AddConstantTerm |
Adds a constant function on one real variable to the function basis (f(x)).
|
AddCosineSum | Adds a sum a Cosine functions to an elements of the function basis. |
AddExpSum | Adds a sum of exponential functions to be used as basis elements. |
AddLogSum | Adds a sum of (natural) log functions to be used as basis elements. |
AddPowerTerm |
Add a power term as an element of the function basis (f(x)).
|
AddRationalSumOfPowerTerms | Adds a rational expression where the numerator and denominator are both themselves a sum of power terms as defined within AddSumOfPowerTerms to the function basis. |
AddSineSum | Adds a sum of Sine functions to the used as basis elements. |
AddStepSum | Adds a sum of step functions to be used as a basis element. |
AddSumOfPowerTerms |
Adds a sum of power terms as an element of the function basis (f(x)).
|
AddTabulatedFunction | Adds a basis function which is constructed from a set of tabulation points which are then interpolated using cubic spline interpolation in order to construct the basis function. |
AddTanSum | Adds a sum of Tangent functions to the used as basis elements. |
ClearBasisFunction | Delete all basis functions from the basis elements set to the Factor Model. |
DeleteBasisFunction | Deletes the k-th basis function set of the Factor model. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNumberOfBasisFunctions | Returns the number of basis elements set within the Factor Model. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValueAt |
Returns an array where the k-th term is the value of the k-th term set within the Factor Model evaluated at the point evaluationPoint.
|
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
FactorModel Class | WebCab.COM.Statistics.CurveFitting Namespace