Click or drag to resize

LinearFitBySvd Methods

The LinearFitBySvd type exposes the following members.

Methods
 NameDescription
Public methodCalculate Fits a data set linear to a given x base.
Public methodStatic memberCorrectedSumOfSquares Calculates the corrected sum of squares of length elements of array x starting from index start. The corrected sum of squares is defined as sum of squares of the elements minus their mean value.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExternallyStudentizedResidual Gives the ith studentized residual, with the ith observation removed from the model.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFitPolymomial Fits data provided as xcolumn and ycolumn with a polynomial base. Here special measures are taken (scaling of the x-variable) in order to keep the precision high.
Public methodStatic memberFitPolymomialDestructive Fits data provided as xcolumn and ycolumn with a polynomial base. Here special measures are taken (scaling of the x-variable) in order to keep the precision high.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetPolynomialFunctionBase Gets a default polynomial function base with intercept, i.e. f(y)=a+b*x+c*x*x ...
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMean Calculates the mean value of length elements in array x starting from index start.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPredictionVariance Gives the variance of the prediction of the ith y-value.
Public methodPRESSResidual Gives the ith PRESS residual.
Public methodStandardErrorOfParameter Gets the estimated standard error of parameter i.
Public methodStudentizedResidual Gives the ith studentized residual.
Public methodTofParameter 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also