SeriesT Methods |
The SeriesT type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsMax | Gets the maximum absolute value. | |
| AbsMin | Gets the minimum absolute value. | |
| ACF | Computes autocorrelation for all lags. | |
| AsLogReturns | Creates a new series based in the logarithmic returns. | |
| AsReturns | Creates a new series based in the returns. | |
| AutoCorrelation | Computes the autocorrelation for a fixed lag. | |
| AutoRegression | Finds the coefficients for an autoregressive model. | |
| Combine | Calculates the weighted sum of an array of series. | |
| Contains | Checks if the series contains the given value. | |
| Correlation | Computes the Pearson correlation between two series. | |
| CorrelationMatrix | Computes the correlation matrix for a group of series. | |
| Correlogram | Computes autocorrelation for a range of lags. | |
| Covariance | Computes the covariance between two series. | |
| CovarianceMatrix | Computes the covariance matrix for a group of series. | |
| Create | Creates a series with integer arguments given its values. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Fft | Computes the real discrete Fourier transform. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetSliceStats | Gets statistics on a slice of the series. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf | Returns the zero-based index of the first occurrence of a value. | |
| LinearModel | Multilinear regression based in Ordinary Least Squares. | |
| MovingAverage | Finds the coefficients for a moving average model. | |
| NCdf | The normal cumulative distribution function of the most recent value. | |
| NCdf(Double) | The normal cumulative distribution function. | |
| PACF | Computes the partial autocorrelation for all lags. | |
| Percentiles | Returns ascendenly sorted values. | |
| SafeThis | Safe access to the series' points. If the index is out of range, a zero is returned. | |
| Slice | Takes a slice from a series. | |
| Sum | Calculates the sum of the series values. | |
| ToString | Gets a textual representation of the series. (Overrides ObjectToString) |