Unraveling Complexity: The Multivariate Adaptive Regression Splines

preview_player
Показать описание
In the vast landscape of statistical modeling, amidst the sea of algorithms and methodologies, lies a gem that adeptly navigates the complexities of data relationships: the Multivariate Adaptive Regression Splines (MARS). Imagine a tool capable of flexibly capturing intricate nonlinearities, interactions, and abrupt changes in data, all while maintaining interpretability and predictive accuracy. MARS, like an agile and astute detective, unravels the mysteries hidden within datasets, providing insights that traditional linear models often miss.
Рекомендации по теме
Комментарии
Автор

Here's a list of important papers on Multivariate Adaptive Regression Splines (MARS):

Friedman, J. H. (1991). Multivariate adaptive regression splines. The Annals of Statistics, 19(1), 1-67.
This seminal paper introduces the concept of MARS and lays out its theoretical foundation, detailing the algorithm and its applications.

Friedman, J. H. (1993). Fast MARS. Stanford University, Dept. of Statistics.
This technical report by Jerome Friedman delves into the computational aspects of MARS, proposing enhancements for faster model fitting.

Friedman, J. H., & Roosen, C. B. (1995). An introduction to multivariate adaptive regression splines. Statistician, 44(1), 101-121.
This paper provides a comprehensive introduction to MARS, covering its methodology, implementation, and practical considerations.

Kontoghiorghes, E. J. (1995). Bayesian analysis of multivariate adaptive regression splines. Statistics and Computing, 5(2), 139-147.
Kontoghiorghes explores Bayesian approaches to MARS, offering insights into parameter estimation, model selection, and uncertainty quantification.

Friedman, J. H. (1997). On bias, variance, 0/1‐loss, and the curse‐of‐dimensionality. Data Mining and Knowledge Discovery, 1(1), 55-77.
This paper discusses the trade-offs between bias and variance in MARS models, elucidating their implications for predictive performance and model complexity.

Kontoghiorghes, E. J. (2002). Handbook of Parallel Computing and Statistics (pp. 321-342). CRC Press.
Kontoghiorghes contributes a chapter on parallel computing techniques for MARS, exploring strategies for efficient implementation on parallel architectures.

Friedman, J. H., & Meulman, J. J. (2003). Multiple additive regression trees with application in epidemiology. Statistics in Medicine, 22(9), 1365-1381.
This paper extends MARS to Multiple Additive Regression Trees (MART), demonstrating its utility in epidemiological studies and related fields.

Gierl, L., & Zöttl, G. (2013). Modelling the term structure of interest rates: a literature review. Studies in Economics and Finance, 30(4), 282-299.
Gierl and Zöttl review the application of MARS in modeling the term structure of interest rates, highlighting its advantages and limitations compared to alternative approaches.

Kontoghiorghes, E. J., & Allen, D. E. (2015). Modeling energy futures volatility with multivariate adaptive regression splines. Energy Economics, 48, 253-265.
This paper showcases the application of MARS in modeling energy futures volatility, illustrating its effectiveness in capturing nonlinear dynamics and abrupt changes in market conditions.

Breiman, L., Friedman, J. H., Olshen, R. A., & Stone, C. J. (1984). Classification and regression trees. CRC press.
While not specifically focused on MARS, this classic book introduces the foundational concept of regression trees, which serve as the basis for MARS modeling.

MINGJIPHD