[go: up one dir, main page]

Menu

[r61]: / RootTrace_v2 / ZTable.h  Maximize  Restore  History

Download this file

13 lines (9 with data), 190 Bytes

 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) ;
};