removed QWQNG, added stdin
This commit is contained in:
commit
0fe369bc5a
39 changed files with 3095 additions and 0 deletions
11
RandTest/Stat.h
Executable file
11
RandTest/Stat.h
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
class CStat
|
||||
{
|
||||
public:
|
||||
CStat(void);
|
||||
~CStat(void);
|
||||
|
||||
// Calculate a p-value from a z-score
|
||||
static double ZtoP(double zScore);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue