Page 1 of 1

How to program to offset skewness

Posted: Mon Jun 07, 2010 1:21 am
by igross
Hi,

I have a series y and I want to write a program that chooses a value x, such for the series y^(x) the skewness is zero.

ie I want the program to find x s.t. 0 = @skew(y^x)


Thanks!