#include <cstring>
#include <algorithm>
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <memory>
#include <sys/types.h>
#include <typeinfo>
#include <math.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Classes | |
class | Analysis |
Provides the simulation analysis This class is used to analyze the simulation results. The method employed is that partially explained in the book:. More... | |
Defines | |
#define | NUM_BATCHES 400 |
Provides the simulation analysis This class is used to analyze the simulation results. | |
#define | EVEN 1 |
#define | ODD 0 |
#define | HALF 2 |
#define | THRESHOLD 0.4 |
#define | GAMMA 0.075 |
#define | t_STUDENT 1.960 |
#define EVEN 1 |
Definition at line 61 of file analysis.h.
#define GAMMA 0.075 |
Definition at line 74 of file analysis.h.
#define HALF 2 |
Definition at line 64 of file analysis.h.
#define NUM_BATCHES 400 |
Provides the simulation analysis This class is used to analyze the simulation results.
Definition at line 60 of file analysis.h.
#define ODD 0 |
Definition at line 62 of file analysis.h.
#define t_STUDENT 1.960 |
Definition at line 76 of file analysis.h.
#define THRESHOLD 0.4 |
Definition at line 73 of file analysis.h.