[R] ADAPTIVE QUADRATURE WEIGHTS AND NODES

2009-05-08 Thread Boikanyo Makubate
Can anyone help me on how to get the nodes and weights of the adaptive quadrature using R. Best wishes Boikanyo. - The University of Glasgow, charity number SC004401 __ R-help@r-project.org mailing list

Re: [R] ADAPTIVE QUADRATURE WEIGHTS AND NODES

2009-05-08 Thread Douglas Bates
On Fri, May 8, 2009 at 7:07 AM, Boikanyo Makubate boika...@stats.gla.ac.uk wrote: Can anyone help me on how to get the nodes and weights of the adaptive quadrature using R. You need to be more specific about which quadrature formula. I'm guessing that you probably have Gauss-Hermite

Re: [R] ADAPTIVE QUADRATURE WEIGHTS AND NODES

2009-05-08 Thread spencerg
Beyond what Doug said, if you have a specific R function that does adaptive quadrature, you could read the code for that function. You can get that without comments by typing the function name at a commands prompt. To get the source code with comments, you can download the appropriate