Table of Contents

Namespace AiDotNet.Enums.AlgorithmTypes

Enums

AdditiveDecompositionAlgorithmType

Represents different algorithm types for additive decomposition of time series data.

BeveridgeNelsonAlgorithmType

Represents different algorithm types for Beveridge-Nelson decomposition of time series data.

BidiagonalAlgorithmType

Represents different algorithm types for bidiagonal matrix decomposition.

CholeskyAlgorithmType

Represents different algorithm types for Cholesky decomposition of matrices.

EMDAlgorithmType

Represents different algorithm types for Empirical Mode Decomposition (EMD).

EigenAlgorithmType

Represents different algorithm types for computing eigenvalues and eigenvectors of matrices.

GramSchmidtAlgorithmType

Represents different algorithm types for the Gram-Schmidt orthogonalization process.

HessenbergAlgorithmType

Represents different algorithm types for Hessenberg decomposition of matrices.

HodrickPrescottAlgorithmType

Represents different algorithm types for implementing the Hodrick-Prescott filter.

LdlAlgorithmType

Represents different algorithm types for LDL decomposition of matrices.

LqAlgorithmType

Represents different algorithm types for LQ decomposition of matrices.

LuAlgorithmType

Represents different algorithm types for LU decomposition of matrices.

MultiplicativeAlgorithmType

Represents different multiplicative algorithm types for time series analysis and forecasting.

PolarAlgorithmType

Represents different algorithm types for computing the polar decomposition of matrices.

QrAlgorithmType

Represents different algorithm types for computing the QR decomposition of matrices.

SEATSAlgorithmType

Represents different algorithm types for SEATS (Seasonal Extraction in ARIMA Time Series) decomposition.

SSAAlgorithmType

Represents different algorithm types for Singular Spectrum Analysis (SSA).

STLAlgorithmType

Represents different algorithm types for Seasonal-Trend decomposition using LOESS (STL).

SchurAlgorithmType

Represents different algorithm types for computing the Schur decomposition of matrices.

SvdAlgorithmType

Represents different algorithm types for Singular Value Decomposition (SVD).

TakagiAlgorithmType

Represents different algorithm types for Takagi factorization of complex symmetric matrices.

TridiagonalAlgorithmType

Represents different algorithm types for converting a matrix to tridiagonal form.

UduAlgorithmType

Represents different algorithm types for UDU' decomposition of matrices.

WaveletAlgorithmType

Represents different types of wavelet transform algorithms for signal processing.

X11AlgorithmType

Represents different variants of the X-11 seasonal adjustment algorithm used in time series analysis.