Linear Discriminant Analysis

Algorithm

Linear Discriminant Analysis (LDA) represents a dimensionality reduction technique employed to project data onto a lower-dimensional space while maximizing class separability, crucial for feature engineering in high-frequency trading systems. Within cryptocurrency markets, LDA can preprocess data from order books and transaction histories, identifying key variables predictive of price movements or volatility clusters. Its application extends to options pricing models, where it assists in reducing the number of input parameters while preserving discriminatory power for identifying mispriced contracts. The efficacy of LDA relies on the assumption of normally distributed data within each class, a consideration when applied to the often non-normal distributions observed in crypto asset returns.