Download this file
1 2 3 4 5 6 7 8 9 10 11 12
#pragma once #include "math.h" ref class CZTable { public: CZTable(void); static double lookupZScore(double z); static double probBetweenScores( double z1, double z2) ; };