SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Graph Utilities. More...
#include <util.h>
Static Public Member Functions | |
static void | GetCdf (const TIntPrV &PdfV, TIntPrV &CdfV) |
static void | GetCdf (const TFltPrV &PdfV, TFltPrV &CdfV) |
static void | GetCdf (const TIntFltKdV &PdfV, TIntFltKdV &CdfV) |
static TIntPrV | GetCdf (const TIntPrV &PdfV) |
static TFltPrV | GetCdf (const TFltPrV &PdfV) |
static void | GetCCdf (const TIntPrV &PdfV, TIntPrV &CCdfV) |
static void | GetCCdf (const TFltPrV &PdfV, TFltPrV &CCdfV) |
static void | GetCCdf (const TIntFltKdV &PdfV, TIntFltKdV &CCdfV) |
static TIntPrV | GetCCdf (const TIntPrV &PdfV) |
static TFltPrV | GetCCdf (const TFltPrV &PdfV) |
static void | GetPdf (const TIntPrV &CdfV, TIntPrV &PdfV) |
static void | GetPdf (const TFltPrV &CdfV, TFltPrV &PdfV) |
static void | GetPdf (const TIntFltKdV &CdfV, TIntFltKdV &PdfV) |
static void | Normalize (TFltPrV &PdfV) |
static void | Normalize (TIntFltKdV &PdfV) |
static void | MakeExpBins (const TFltPrV &XYValV, TFltPrV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | MakeExpBins (const TFltKdV &XYValV, TFltKdV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | MakeExpBins (const TFltV &YValV, TFltV &ExpYValV, const double &BinFactor=1.01) |
static void | MakeExpBins (const TIntV &YValV, TIntV &ExpYValV, const double &BinFactor=1.01) |
void TGUtil::GetCCdf | ( | const TIntPrV & | PdfV, |
TIntPrV & | CCdfV | ||
) | [static] |
void TGUtil::GetCCdf | ( | const TFltPrV & | PdfV, |
TFltPrV & | CCdfV | ||
) | [static] |
void TGUtil::GetCCdf | ( | const TIntFltKdV & | PdfV, |
TIntFltKdV & | CCdfV | ||
) | [static] |
TIntPrV TGUtil::GetCCdf | ( | const TIntPrV & | PdfV | ) | [static] |
TFltPrV TGUtil::GetCCdf | ( | const TFltPrV & | PdfV | ) | [static] |
void TGUtil::GetCdf | ( | const TIntPrV & | PdfV, |
TIntPrV & | CdfV | ||
) | [static] |
void TGUtil::GetCdf | ( | const TFltPrV & | PdfV, |
TFltPrV & | CdfV | ||
) | [static] |
void TGUtil::GetCdf | ( | const TIntFltKdV & | PdfV, |
TIntFltKdV & | CdfV | ||
) | [static] |
TIntPrV TGUtil::GetCdf | ( | const TIntPrV & | PdfV | ) | [static] |
TFltPrV TGUtil::GetCdf | ( | const TFltPrV & | PdfV | ) | [static] |
void TGUtil::GetPdf | ( | const TIntPrV & | CdfV, |
TIntPrV & | PdfV | ||
) | [static] |
void TGUtil::GetPdf | ( | const TFltPrV & | CdfV, |
TFltPrV & | PdfV | ||
) | [static] |
void TGUtil::GetPdf | ( | const TIntFltKdV & | CdfV, |
TIntFltKdV & | PdfV | ||
) | [static] |
void TGUtil::MakeExpBins | ( | const TFltPrV & | XYValV, |
TFltPrV & | ExpXYValV, | ||
const double & | BinFactor = 2 , |
||
const double & | MinYVal = 1 |
||
) | [static] |
Definition at line 99 of file util.cpp.
{ TGnuPlot::MakeExpBins(XYValV, ExpXYValV, BinFactor, MinYVal); }
void TGUtil::MakeExpBins | ( | const TFltKdV & | XYValV, |
TFltKdV & | ExpXYValV, | ||
const double & | BinFactor = 2 , |
||
const double & | MinYVal = 1 |
||
) | [static] |
Definition at line 103 of file util.cpp.
{ TGnuPlot::MakeExpBins(XYValV, ExpXYValV, BinFactor, MinYVal); }
void TGUtil::MakeExpBins | ( | const TFltV & | YValV, |
TFltV & | ExpYValV, | ||
const double & | BinFactor = 1.01 |
||
) | [static] |
void TGUtil::MakeExpBins | ( | const TIntV & | YValV, |
TIntV & | ExpYValV, | ||
const double & | BinFactor = 1.01 |
||
) | [static] |
void TGUtil::Normalize | ( | TFltPrV & | PdfV | ) | [static] |
void TGUtil::Normalize | ( | TIntFltKdV & | PdfV | ) | [static] |