啊啊啊啊啊吖

2018-10-24   阅读量: 713

数据分析师 统计学 R语言

R做数值分析的学习整理

扫码加入数据分析学习群

几乎包含了所有的数值分析函数

The package encompasses functions from all areas of numerical analysis, for example:

• Root finding and minimization of univariate functions,

e.g. Newton-Raphson, Brent-Dekker, Fibonacci or ‘golden ratio’ search.

• Handling polynomials, including roots and polynomial fitting,

e.g. Laguerre’s and Muller’s methods.

Interpolation and function approximation,

barycentric Lagrange interpolation, Pade and rational interpolation, Chebyshev or trigonomet-ric approximation.

• Some special functions,

e.g. Fresnel integrals, Riemann’s Zeta or the complex Gamma function, and Lambert’s W

computed iteratively through Newton’s method.

• Special matrices, e.g. Hankel, Rosser, Wilkinson

• Numerical differentiation and integration,

Richardson approach and “complex step” derivatives, adaptive Simpson and Lobatto integra-tion and adaptive Gauss-Kronrod quadrature.

• Solvers for ordinary differential equations and systems,

Euler-Heun, classical Runge-Kutta, ode23, or predictor-corrector method such as the Adams-Bashford-Moulton.

• Some functions from number theory,

such as primes and prime factorization, extended Euclidean algorithm.

• Sorting routines, e.g. recursive quickstep.

• Several functions for string manipulation and regular search, all wrapped and named similar

to their Matlab analogues.

It serves two main goals:

• Collecting R scripts that can be demonstrated in courses on ‘Numerical Analysis’ or ‘Scientific

Computing’ using R/S as the chosen programming language.

• Wrapping functions with appropriate Matlab names to simplify porting programs from Matlab

or Octave to R.

Besides that, many of these functions could be called in R applications as they do not have compa-rable counterparts in R packages (at least at this moment).

添加CDA认证专家【维克多阿涛】,微信号:【cdashijiazhuang】,提供数据分析指导及CDA考试秘籍。已助千人通过CDA数字化人才认证。欢迎交流,共同成长!
0.0000 0 3 关注作者 收藏

评论(0)


暂无数据

推荐课程

推荐帖子