CrossCorrelation Methods |
The CrossCorrelation type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAutoCorrelationX |
Returns the autocorrelations of the time series x.
| |
GetAutoCorrelationY |
Returns the autocorrelations of the time series y.
| |
GetAutoCovarianceX |
Returns the autocovariances of the time series x.
| |
GetAutoCovarianceY |
Returns the autocovariances of the time series y.
| |
GetCrossCorrelations |
Returns the cross-correlations between the time series x and
y.
| |
GetCrossCovariances |
Returns the cross-covariances between the time series x and
y.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetStandardErrors |
Returns the standard errors of the cross-correlations between the
time series x and y.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |