[R] problem with Gauss Hermite ( x and w )

casperyc casperyc at hotmail.co.uk
Thu May 10 01:22:27 CEST 2012


Hi all,

I am using the 'gaussHermite' function from the 'pracma' library

############ CODES ###########
library(pracma)
cc=gaussHermite(10)
cc$x^2
cc$x^5
cc$x^4
############ CODES ###########

as far so good. However, it does NOT work for any NON integer values, say

############ CODES ###########
cc$x^(2.5)
cc$x^(-2.5)
############ CODES ###########

But just think about it numberically, it should work.....

why this is the case?

Is there a reason for getting the "NaN"s?

Thanks!







-----
######################
PhD candidate in Statistics
Big R Fan
Big LEGO Fan
Big sTaTs Fan
######################

--
View this message in context: http://r.789695.n4.nabble.com/problem-with-Gauss-Hermite-x-and-w-tp4622115.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list