Austra. |
| Class | Description | |
|---|---|---|
| ARModelT | Represents an autoregressive model AR(p). | |
| ARSModel | Represents an autoregressive model from a series. | |
| ARVModel | Represents an autoregressive model from a vector. | |
| BaseSequenceT, TSelf | Common base class for all sequences. | |
| ConvergenceException | An algorithm failed to converge. | |
| CSequence | Represents any sequence returning complex values. | |
| Csv | Allows configuration and reading from a CSV file. | |
| DateSequence | Represents any sequence returning Austra dates. | |
| DateSpline | Interpolates temporal series. | |
| DSequence | Represents any sequence returning double-precision values. | |
| EmptySequenceException | The sequence is empty. | |
| EmptySliceException | A series slice cannot be empty. | |
| LinearModelT | Represents the result of a linear regression. | |
| LinearSModel | Represents the result of a linear regression from series. | |
| LinearVModel | Represents the result of a linear regression from vectors. | |
| LMatrixJsonConverter | JSON converter for triangular matrices. | |
| MAModelT | Represents an moving average model MA(q). | |
| MASModel | Represents an autoregressive model from a series. | |
| MatrixJsonConverter | JSON converter for rectangular matrices. | |
| MatrixSizeException | Matrix size mismatch. | |
| MAVModel | Represents a moving average model from a vector. | |
| NonPositiveDefiniteException | A matrix is not positive definite. | |
| NSequence | Represents any sequence returning integer values. | |
| PlotT | Contains dataset information for plots. | |
| PolynomialRootsException | No roots were found while solving a polynomial equation. | |
| Polynomials | Provides methods for working with polynomials. | |
| SequenceT, TSelf | Common base class for all numerical sequences. | |
| Series | Represents a time series. | |
| SeriesT | Represents a named series. | |
| Solver | A simple solver for equations of the form f(x) = 0. | |
| SplineARG | Represents a set of splines for cubic interpolation. | |
| VectorLengthException | Vector length mismatch. | |
| VectorSpline | Interpolates vectors. |
| Structure | Description | |
|---|---|---|
| Cholesky | Represents the result of a Cholesky decomposition. | |
| CVector | Represents a dense complex vector of arbitrary size. | |
| DateVector | Represents a dense vector of Austra dates, of arbitrary size. | |
| DVector | Represents a dense vector of double values, of arbitrary size. | |
| EVD | Eigenvalue decomposition. | |
| LMatrix | Represents a lower triangular matrix. | |
| LU | Represents a LU decomposition. | |
| Matrix | Represents a dense rectangular matrix. | |
| NVector | Represents a dense vector of integers, of arbitrary size. | |
| PointT | Represents a point in a series. | |
| Polynomial | Represents a cubic polynomial. | |
| RMatrix | Represents an upper triangular matrix. |
| Interface | Description | |
|---|---|---|
| IIndexable | Common interface for all types with indexes like a vector. | |
| IMatrix | Common interface for all matrix types. | |
| IPointwiseOperatorsT | Defines a type with a pointwise multiplication operation. | |
| ISafeIndexed | Defines a type with a SafeIndex method. | |
| IVector | Common interface for all vector types. |
| Enumeration | Description | |
|---|---|---|
| Frequency | Most common sampling sequences for time series. | |
| SeriesType | Simple taxonomy for series. |