|
Sleipnir
|
Static Protected Member Functions | |
| static double | Chi2CDF (double, double, double, double) |
| static double | IncompleteGamma (double, double) |
| static double | Normal01CDF (double) |
| static double | GammaLog (double) |
| static double | IncompleteBeta (double, double, double) |
| static double | IncompleteBetaCF (double, double, double) |
| static double | ModifiedBesselI (size_t, double) |
| static bool | MatrixLUSubstitute (CDataMatrix &, const std::vector< size_t > &, std::vector< float > &) |
| static double | EpsilonDouble () |
| static bool | MatrixMultiply (const std::vector< float > &vecdLeft, const CDataMatrix &MatRight, std::vector< float > &vecdOut) |
| static double | MatrixMultiply (const std::vector< float > &vecdLeft, const std::vector< float > &vecdRight) |
| template<class tType > | |
| static bool | SumsSkip (tType Value) |
| static bool | SumsSkip (float dValue) |
| static bool | SumsSkip (double dValue) |
| template<class tType > | |
| static void | Sums (tType Begin, tType End, double *pdSum, double *pdSumSq, size_t *piN) |
Definition at line 31 of file statisticsi.h.
1.7.6.1