|
Enumerations |
enum | BootTypeEnum { BAD_PARAMETRIC,
SITE_PARAMETRIC,
SAMPLE_PARAMETRIC
} |
| What kind of boot strap to do? More...
|
enum | FormatEnum { BAD_FORMAT,
XYZ_FORMAT,
TPR_FORMAT,
S_FORMAT
} |
Functions |
bool | LoadS (const string filename, vector< SVec > &s, vector< float > &sigmas) |
| load ascii whitespace delimited text into vectors.
|
bool | GetFiles (const size_t numArg, char **in_arg, vector< string > &inFiles) |
BootTypeEnum | GetParametricType (const int site_given, const int sample_given) |
FormatEnum | GetFormat (const char *format_arg) |
bool | DoS_Bootstrap (const vector< string > &inFiles, ofstream &out1Max, ofstream &out2Int, ofstream &out3Min, const int numout_arg, const FormatEnum format, const BootTypeEnum type, const int draw) |
| Actually do the boot strap.
|
int | main (const int argc, char *argv[]) |
Variables |
int | debug_level |
| The main program needs to define this as a non-extern.
|
static const UNUSED char * | RCSid = "@(#) $Id: s_bootstrap.C,v 1.21 2004/11/04 18:26:51 schwehr Exp $" |
| Let the debugger find out which version is being used.
|