Current location - Training Enrollment Network - Mathematics courses - Does anyone use R language in mathematical modeling?
Does anyone use R language in mathematical modeling?
Generally speaking, modeling related to statistics must use R language. For example, time series arima, multivariate time series VAR, VEC, ETS, ESM and so on. Because R is an open source code designed by statisticians.

In addition, there are models of machine learning, such as SVM, random forest, neural network and R.

Of course, simple linear programming can also be done with R.