Date: Wed, 24 Mar 2010 15:14:20 -0500
Reply-To: OR Stats <stats112@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: OR Stats <stats112@GMAIL.COM>
Subject: Re: Numerical Integration & Legendre
In-Reply-To: <8e54d013-c4dd-4fc4-afb1-ca7c14d147fd@e37g2000yqn.googlegroups.com>
Content-Type: text/plain; charset=windows-1252
Thank you. Will do.
On Wed, Dec 30, 2009 at 7:41 PM, xlr82sas <xlr82sas@aol.com> wrote:
> On Dec 30, 3:17 pm, art...@NETSCAPE.NET (Arthur Tabachneck) wrote:
> > An IML example can be found at:
> http://www.biostat.umn.edu/~john-c/5421/notes.031<http://www.biostat.umn.edu/%7Ejohn-c/5421/notes.031>
> >
> > A possibly useful non-IML example can be found at:
> > www2.sas.com/proceedings/sugi24/Posters/p240-24.pdf
> >
> > HTH,
> > Art
> > -------
> >
> > On Wed, 30 Dec 2009 16:45:26 -0600, OR Stats <stats...@GMAIL.COM> wrote:
> > >Thanks Art!!
> >
> > >Do we have a code example? And what if we don't have IML module?
> >
> > >On Wed, Dec 30, 2009 at 4:26 PM, Arthur Tabachneck
> >
> > <art...@netscape.net>wrote:
> >
> >
> >
> >
> >
> > >> You might want to look into SAS/IML. Take a look at:
> > >>http://support.sas.com/rnd/app/da/iml/features.html
> >
> > >> HTH,
> > >> Art
> > >> --------
> > >> On Wed, 30 Dec 2009 15:39:29 -0600, OR Stats <stats...@GMAIL.COM>
> wrote:
> >
> > >> >Hello:
> >
> > >> >Has anyone done numerical integration in SAS yet? My integrand has
> > >> Legendre
> > >> >function or polynomials. My upper and lower bounds of the integral
> are
> > >> >finite, i.e. 1 to 2.
> >
> > >> >Thanks!!- Hide quoted text -
> >
> > - Show quoted text -
>
> If you don't have IML you might consider the integrate function in R
>
> http://www.math.unb.ca/~rolf/R/library/stats/html/integrate.html<http://www.math.unb.ca/%7Erolf/R/library/stats/html/integrate.html>
>
> Or some of the more esoteric integration packages n R
>
> Package ‘Bolstad’
> Package ‘cwhmisc’
> many more
>
> http://www.jstatsoft.org/v08/i13/paper
>
> for examples of integating R and SAS go to my site
>
> http://homepage.mac.com/magdelina/.Public/utl.html
>
|