Skip to content
Prev 294123 / 398503 Next

problem with Gauss Hermite ( x and w )

Taking negative numbers to fractional powers gives NaNs.... that's
just how it works.

Unless you want to use complex numbers (which R does not by default):

as.complex(cc$x) ^ (2.5)

Michael
On Wed, May 9, 2012 at 7:22 PM, casperyc <casperyc at hotmail.co.uk> wrote: