|
| static void | GammaPSeries (double &gamser, const double &a, const double &x, double &gln) |
| |
| static void | GammaQContFrac (double &gammcf, const double &a, const double &x, double &gln) |
| |
| static double | GammaQ (const double &a, const double &x) |
| |
| static double | LnGamma (const double &xx) |
| |
| static double | BetaCf (const double &a, const double &b, const double &x) |
| |
| static double | BetaI (const double &a, const double &b, const double &x) |
| |
| static void | LinearFit (const TVec< TFltPr > &XY, double &A, double &B, double &SigA, double &SigB, double &Chi2, double &R2) |
| |
| static void | PowerFit (const TVec< TFltPr > &XY, double &A, double &B, double &SigA, double &SigB, double &Chi2, double &R2) |
| |
| static void | LogFit (const TVec< TFltPr > &XY, double &A, double &B, double &SigA, double &SigB, double &Chi2, double &R2) |
| |
| static void | ExpFit (const TVec< TFltPr > &XY, double &A, double &B, double &SigA, double &SigB, double &Chi2, double &R2) |
| |
| static double | LnComb (const int &n, const int &k) |
| |
| static double | Entropy (const TIntV &ValV) |
| |
| static double | Entropy (const TFltV &ValV) |
| |
| static void | EntropyFracDim (const TIntV &ValV, TFltV &EntropyV) |
| |
| static void | EntropyFracDim (const TFltV &ValV, TFltV &EntropyV) |
| |
| static double | EntropyBias (const double &B) |
| |
| static double | GetPowerCoef (const TFltV &XValV, double MinX=-1.0) |
| |
| static double | GetPowerCoef (const TFltPrV &XValCntV, double MinX=-1.0) |
| |
Definition at line 89 of file xmath.h.