[go: up one dir, main page]

Menu

[9bd658]: / src / Common / prob.hh  Maximize  Restore  History

Download this file

24 lines (13 with data), 278 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// A. L. Delcher
//
// File: prob.h
//
// Last Modified: 30 December 2002
//
// Routines to do probability things
#ifndef __PROB_HH
#define __PROB_HH
#include "delcher.hh"
int Binomial_Cutoff
(int n, double p, double e_prob);
#endif // #ifndef __PROB_HH