Sir, I want to calculate double integral in R. Is there any function to do this? Regards, Suman Dhara [[alternative HTML version deleted]]
google.com/#hl=en&source=hp&q=double+integral+R&aq=f&aqi=g5&aql=&oq=&gs_rfai=&fp=64f719c8669fe4b7 Sure you heard about google before? Cheers Joris On Fri, Jun 18, 2010 at 8:05 AM, suman dhara <suman.dhara89 at gmail.com> wrote:> Sir, > I want to calculate double integral in R. Is there any function to do this? > > > Regards, > Suman Dhara > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Joris Meys Statistical consultant Ghent University Faculty of Bioscience Engineering Department of Applied mathematics, biometrics and process control tel : +32 9 264 59 87 Joris.Meys at Ugent.be ------------------------------- Disclaimer : helpdesk.ugent.be/e-maildisclaimer.php
suman dhara <suman.dhara89 <at> gmail.com> writes:> > Sir, > I want to calculate double integral in R. Is there any function to do this?If your domain of integration is a hypercube, try packages 'cubature' or 'R2cuba'. Otherwise, you have to uncover more information about your specific problem and/or function. Hans Werner> Regards, > Suman Dhara > > [[alternative HTML version deleted]] > >