SNAP Library 2.0, Developer Reference  2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TStatTest Member List
This is the complete list of members for TStatTest, including all inherited members.
AveVar(const TFltV &ValV, double &Ave, double &Var)TStatTest [private, static]
ChiSquareOne(const TFltV &ObservedBinV, const TFltV &ExpectedBinV, double &ChiSquareVal, double &SignificancePrb)TStatTest [static]
ChiSquareTwo(const TFltV &ObservedBin1V, const TFltV &ObservedBin2V, double &ChiSquareVal, double &SignificancePrb)TStatTest [static]
KsProb(const double &Alam)TStatTest [private, static]
KsTest(const TFltV &ValV1, const TFltV &ValV2, double &DStat, double &PVal)TStatTest [static]
KsTest(const TFltPrV &ValCntV1, const TFltPrV &ValCntV2, double &DStat, double &PVal)TStatTest [static]
TTest(const TFltV &ValV1, const TFltV &ValV2, double &TTestVal, double &TTestPrb)TStatTest [static]