Date: Wed, 24 Mar 2010 17:28:39 -0400
Reply-To: My Name <lewjord@UGA.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: My Name <lewjord@UGA.EDU>
Subject: Re: Numerical Integration & Legendre
In-Reply-To: <6eca73441003241314y68fc2949x1ff8442c3b509381@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Try this post.
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0903d&L=sas-l&P=9512
---- Original message ----
>Date: Wed, 24 Mar 2010 15:14:20 -0500
>From: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> (on behalf of OR Stats <stats112@GMAIL.COM>)
>Subject: Re: Numerical Integration & Legendre
>To: SAS-L@LISTSERV.UGA.EDU
>
>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
>>
|