本例讲解如何用R计算定积分。
在R中, 用于计算定积分的命令是:"integrate"
例如:
integrate(dnorm, -1.96, 1.96) integrate(dnorm, -Inf, Inf) ## a slowly-convergent integral integrand <- function(x) {1/((x+1)*sqrt(x))} integrate(integrand, lower = 0, upper = Inf)
| LaTeX教程 | 镜像站点 | 精选图库 | 壁纸精选 | 装机必备软件 | 申请链接