in reply to Statistical data analysis
if this were a code review i'd point out the following:
$VX = ($SX2*$Xn - $Sx * $Sx)/($Xn*$Xn);
otherwise, the code is pretty straightforward, the variables are generally well-named, and the math looks right to me. so a ++ despite my nitpicks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Statistical data analysis
by moxliukas (Curate) on Jun 05, 2002 at 16:56 UTC |