WeightFunctions Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBisquareWeightVectorFromErrors(Vector<Double>) Returns a weight vector corresponding to the supplied error values using Tukey's bisquare estimator.
GetBisquareWeightVectorFromErrors(Vector<Double>, Double) Returns a weight vector corresponding to the supplied error values using Tukey's bisquare estimator.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetHuberWeightVectorFromErrors(Vector<Double>) Returns a weight vector corresponding to the supplied error values using Huber's M-estimator.
GetHuberWeightVectorFromErrors(Vector<Double>, Double) Returns a weight vector corresponding to the supplied error values using Huber's M-estimator.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetWeightVectorFromErrors Returns a weight vector corresponding to the supplied error values.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also