BAT  0.9.4
The Bayesian analysis toolkit
 All Classes Namespaces Functions Variables Enumerations
BCModel Member List

This is the complete list of members for BCModel, including all inherited members.

AddParameter(BCParameter *parameter)BCModelvirtual
APrioriProbability(const std::vector< double > &parameters)BCModel
BCModel(const char *name="model")BCModel
BCModel(const BCModel &bcmodel)BCModel
CalculatePValue(std::vector< double > par, bool flag_histogram=false) (defined in BCModel)BCModel
CDF(const std::vector< double > &, int, bool)BCModelinlinevirtual
Copy(const BCModel &bcmodel)BCModel
CorrelateDataPointValues(std::vector< double > &x)BCModelvirtual
Eval(const std::vector< double > &parameters)BCModel
fChi2NDoF (defined in BCModel)BCModelprotected
fDataFixedValues (defined in BCModel)BCModelprotected
fDataPointLowerBoundariesBCModelprotected
fDataPointUpperBoundariesBCModelprotected
fDataSetBCModelprotected
fGoFNChainsBCModelprotected
fGoFNIterationsMaxBCModelprotected
fGoFNIterationsRunBCModelprotected
flag_discreteBCModelprotected
fModelAPosterioriBCModelprotected
fModelAPrioriBCModelprotected
fNameBCModelprotected
fPriorConstantAllBCModelprotected
fPriorContainerBCModelprotected
fPriorContainerConstantBCModelprotected
fPriorContainerInterpolateBCModelprotected
fPValueBCModelprotected
fPValueNDoF (defined in BCModel)BCModelprotected
GetChi2NDoF() (defined in BCModel)BCModelinline
GetChi2Runs(int dataIndex, int sigmaIndex)BCModel
GetDataPoint(unsigned int index) const BCModel
GetDataPointLowerBoundaries() const BCModelinline
GetDataPointLowerBoundary(unsigned int index) const BCModel
GetDataPointUpperBoundaries() const BCModelinline
GetDataPointUpperBoundary(unsigned int index) const BCModel
GetDataSet() const BCModelinline
GetFlagBoundaries() const BCModel
GetModelAPosterioriProbability() const BCModelinline
GetModelAPrioriProbability() const BCModelinline
GetName() const BCModelinline
GetNDataPoints() const BCModel
GetPValue()BCModelinline
GetPvalueFromChi2(const std::vector< double > &par, int sigma_index)BCModel
GetPvalueFromChi2NDoF(std::vector< double > par, int sigma_index) (defined in BCModel)BCModel
GetPvalueFromKolmogorov(const std::vector< double > &par, int index)BCModel
GetPValueNDoF() (defined in BCModel)BCModelinline
HessianMatrixElement(const BCParameter *parameter1, const BCParameter *parameter2, std::vector< double > point)BCModel
Likelihood(const std::vector< double > &params)BCModelvirtual
LogAPrioriProbability(const std::vector< double > &parameters)BCModelvirtual
LogEval(const std::vector< double > &parameters)BCModelvirtual
LogLikelihood(const std::vector< double > &params)=0BCModelpure virtual
LogProbability(const std::vector< double > &parameter)BCModel
LogProbabilityNN(const std::vector< double > &parameters)BCModelinline
operator=(const BCModel &bcmodel)BCModel
PrintHessianMatrix(std::vector< double > parameters)BCModel
PrintResults(const char *file)BCModel
PrintShortFitSummary(int chi2flag=0)BCModel
PrintSummary()BCModel
Probability(const std::vector< double > &parameter)BCModel
ProbabilityNN(const std::vector< double > &params)BCModel
SamplingFunction(const std::vector< double > &parameters)BCModelvirtual
SetDataBoundaries(unsigned int index, double lowerboundary, double upperboundary, bool fixed=false) (defined in BCModel)BCModel
SetDataPointLowerBoundaries(BCDataPoint *datasetlowerboundaries)BCModelinline
SetDataPointLowerBoundary(int index, double lowerboundary)BCModel
SetDataPointUpperBoundaries(BCDataPoint *datasetupperboundaries)BCModelinline
SetDataPointUpperBoundary(int index, double upperboundary)BCModel
SetDataSet(BCDataSet *dataset)BCModelinline
SetGoFNChains(int n)BCModelinline
SetGoFNIterationsMax(int n)BCModelinline
SetGoFNIterationsRun(int n)BCModelinline
SetModelAPosterioriProbability(double probability)BCModelinline
SetModelAPrioriProbability(double probability)BCModelinline
SetName(const char *name)BCModelinline
SetPrior(int index, TF1 *f)BCModel
SetPrior(const char *name, TF1 *f)BCModel
SetPrior(int index, TH1 *h, bool flag=false)BCModel
SetPrior(const char *name, TH1 *h, bool flag=false)BCModel
SetPriorConstant(int index)BCModel
SetPriorConstant(const char *name)BCModelinline
SetPriorConstantAll()BCModel
SetPriorDelta(int index, double value)BCModel
SetPriorDelta(const char *name, double value)BCModel
SetPriorGauss(int index, double mean, double sigma)BCModel
SetPriorGauss(const char *name, double mean, double sigma)BCModel
SetPriorGauss(int index, double mean, double sigmadown, double sigmaup)BCModel
SetPriorGauss(const char *name, double mean, double sigmadown, double sigmaup)BCModel
SetSingleDataPoint(BCDataPoint *datapoint)BCModel
SetSingleDataPoint(BCDataSet *dataset, unsigned int index) (defined in BCModel)BCModel
~BCModel()BCModelvirtual