由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请教:Use R to do integration
相关主题
不报希望地来求个p>n的real data吧~怎样在data step跳过格式不对的data record?
high dimensional integrationoffer and negotiation
急需:SAS developer如何根据cdf(比较复杂,不能求微分)求其pdf
a question regarding sas programmingGAUSS 6 is out
请教一个正态分布的积分问题有没有人做empirical likelihood的?
请教:R或Matlab里怎么求inverse continuous Fourier transform求书
calculate an integral in python (转载)dimension reduction
solve equations of integrals in pythonSAS 一个问题的急问
相关话题的讨论汇总
话题: use话题: int话题: do
进入Statistics版参与讨论
1 (共1页)
c**********2
发帖数: 301
1
multiparameter: f(x,y,z)
如何用R实现 f(x,z)=int_a^b f(x,y,z)dy ?
然后如何实现 f(z)=int_a^b int_c^x f(x,y,z)dydx ?
谢谢
g******n
发帖数: 339
2
For one dimensional integration, R has a function called integrate, but it
is for numerical integration, not for symbolic integration. R also has a
seperate multi-dimensional integration package. According to my experience,
R is not good in numerical interation in terms of ease of use and computing
efficiency compared to maple and matlab.
For symbolic integration, maple is definitely the best choice.
On the other hand, if you insist on doing this kind of thing using R, you
can create a function

【在 c**********2 的大作中提到】
: multiparameter: f(x,y,z)
: 如何用R实现 f(x,z)=int_a^b f(x,y,z)dy ?
: 然后如何实现 f(z)=int_a^b int_c^x f(x,y,z)dydx ?
: 谢谢

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS 一个问题的急问请教一个正态分布的积分问题
怎样用R定位变量的位置请教:R或Matlab里怎么求inverse continuous Fourier transform
a parameter estimation problemcalculate an integral in python (转载)
问一个r package/functionsolve equations of integrals in python
不报希望地来求个p>n的real data吧~怎样在data step跳过格式不对的data record?
high dimensional integrationoffer and negotiation
急需:SAS developer如何根据cdf(比较复杂,不能求微分)求其pdf
a question regarding sas programmingGAUSS 6 is out
相关话题的讨论汇总
话题: use话题: int话题: do