Click or drag to resize

BurgAlgorithmVos Methods

The BurgAlgorithmVos type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Uses the signal in x to build a model with numberOfCoefficients parameters.
Public methodStatic memberExecution(IReadOnlyListDouble, IVectorDouble, Double) Uses the signal in x to build a model with as many parameters as there is space in coefficients.
Public methodStatic memberExecution(IReadOnlyListDouble, Int32, Double) Uses the signal in x to build a model with numberOfCoefficients parameters.
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 methodGetFrequencyResponse Calculates the frequency response for a given frequency.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMeanPredictionErrorNonrecursivelyBackward Determines the mean backward prediction error using the model stored in this instance.
Public methodGetMeanPredictionErrorNonrecursivelyForward Determines the mean forward prediction error using the model stored in this instance.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPredictRecursivelyBackward(IVectorDouble, Int32) Predicts values towards the start of the vector. The predicted values are then used to predict further values.
Public methodPredictRecursivelyBackward(IVectorDouble, Int32, Int32) Predicts values towards the start of the vector. The predicted values are then used to predict further values.
Public methodPredictRecursivelyForward(IVectorDouble, Int32) Predicts values towards the end of the vector. The predicted values are then used to predict further values.
Public methodPredictRecursivelyForward(IVectorDouble, Int32, Int32) Predicts values towards the end of the vector. The predicted values are then used to predict further values.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also