Belle II Software development
|
variable with uncertainty from boot-strap replicas More...
Public Member Functions | |
void | add (double x) |
add value to the replicas | |
double | getMean () |
Get mean value. | |
double | getSigma () |
Get standard deviation. | |
double | getLimit (double v) |
Get quantile (v=0.5 -> median, v=0.16,v=0.84 68% confidence interval) | |
void | printStat (TString n) |
Print variable of name n with stat-info. | |
std::vector< double > | getStats () |
Get basic stats. | |
Public Attributes | |
std::vector< double > | vars |
vector of variable values for all replicas | |
variable with uncertainty from boot-strap replicas
Definition at line 213 of file BeamSpotStandAlone.cc.
|
inline |
add value to the replicas
Definition at line 215 of file BeamSpotStandAlone.cc.
|
inline |
Get quantile (v=0.5 -> median, v=0.16,v=0.84 68% confidence interval)
Definition at line 239 of file BeamSpotStandAlone.cc.
|
inline |
|
inline |
Get standard deviation.
Definition at line 225 of file BeamSpotStandAlone.cc.
|
inline |
Get basic stats.
Definition at line 258 of file BeamSpotStandAlone.cc.
|
inline |
Print variable of name n with stat-info.
Definition at line 250 of file BeamSpotStandAlone.cc.
std::vector<double> vars |
vector of variable values for all replicas
Definition at line 214 of file BeamSpotStandAlone.cc.