#include "Enum/ESelectivity.hpp"
#include "Basic/VectorHelper.hpp"
#include "Basic/AStringable.hpp"
#include "Basic/Utilities.hpp"
#include "Basic/Law.hpp"
#include "Db/Db.hpp"
#include "Anamorphosis/AAnam.hpp"
#include "Anamorphosis/AnamHermite.hpp"
#include "Anamorphosis/AnamDiscreteDD.hpp"
#include "Anamorphosis/AnamDiscreteIR.hpp"
#include "Polynomials/Hermite.hpp"
#include "Stats/Selectivity.hpp"
#include <math.h>
Macros | |
#define | NCOLS 7 |
#define | Z_CUT 0 |
#define | T_EST 1 |
#define | Q_EST 2 |
#define | B_EST 3 |
#define | M_EST 4 |
#define | T_STD 5 |
#define | Q_STD 6 |
Functions | |
int | dbSelectivity (Db *db, const String &name, const VectorDouble &zcuts, const NamingConvention &namconv) |
#define B_EST 3 |
#define M_EST 4 |
#define NCOLS 7 |
#define Q_EST 2 |
#define Q_STD 6 |
#define T_EST 1 |
#define T_STD 5 |
#define Z_CUT 0 |
int dbSelectivity | ( | Db * | db, |
const String & | name, | ||
const VectorDouble & | zcuts, | ||
const NamingConvention & | namconv | ||
) |