Click or drag to resize

BurgAlgorithm Methods

The BurgAlgorithm type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute(IReadOnlyListDouble, IVectorDouble) Uses th signal in vector x to build a model with numberOfCoefficients parameter.
Public methodExecute(IReadOnlyListDouble, Int32) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Public methodExecute(IReadOnlyListDouble, IVectorDouble, IVectorDouble) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Public methodExecute(IReadOnlyListDouble, IVectorDouble, IVectorDouble, IVectorDouble) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Public methodStatic memberExecution(IReadOnlyListDouble, IVectorDouble) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Public methodStatic memberExecution(IReadOnlyListDouble, IVectorDouble, IVectorDouble) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Public methodStatic memberExecution(IReadOnlyListDouble, IVectorDouble, IVectorDouble, IVectorDouble) Uses the signal in vector x to build a model with numberOfCoefficients parameter.
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 This algorithm determines the mean backward prediction error using the model stored in this instance. See remarks for details.
Public methodGetMeanPredictionErrorNonrecursivelyForward This algorithm determines the mean forward prediction error using the model stored in this instance. See remarks for details.
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) Predict values towards the start of the vector. The predicted values are then used to predict more values. See remarks for details.
Public methodPredictRecursivelyBackward(IVectorDouble, Int32, Int32) Predict values towards the start of the vector. The predicted values are then used to predict more values. See remarks for details.
Public methodPredictRecursivelyForward(IVectorDouble, Int32) Predict values towards the end of the vector. The predicted values are then used to predict more values. See remarks for details.
Public methodPredictRecursivelyForward(IVectorDouble, Int32, Int32) Predict values towards the end of the vector. The predicted values are then used to predict more values. See remarks for details.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also