Belle II Software  release-08-01-10
UnknowVar Struct Reference

variable with uncertainty from boot-strap replicas More...

Collaboration diagram for UnknowVar:

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
 

Detailed Description

variable with uncertainty from boot-strap replicas

Definition at line 213 of file BeamSpotStandAlone.cc.


The documentation for this struct was generated from the following file: