AddDataPoint(BCDataPoint *datapoint) | BCModelManager | inline |
AddModel(BCModel *model, double probability=0.) | BCModelManager | |
BayesFactor(const unsigned int imodel1, const unsigned int imodel2) | BCModelManager | |
BCModelManager() | BCModelManager | |
BCModelManager(const BCModelManager &modelmanager) | BCModelManager | |
CalculatePValue(bool flag_histogram=false) | BCModelManager | |
FindMode() | BCModelManager | |
GetDataPoint(int index) | BCModelManager | inline |
GetDataSet() | BCModelManager | inline |
GetModel(int index) | BCModelManager | inline |
GetNDataPoints() | BCModelManager | inline |
GetNModels() | BCModelManager | inline |
Integrate() | BCModelManager | |
MarginalizeAll() | BCModelManager | |
operator=(const BCModelManager &modelmanager) | BCModelManager | |
PrintModelComparisonSummary(const char *filename=0) | BCModelManager | |
PrintResults() | BCModelManager | |
PrintSummary(const char *filename=0) | BCModelManager | |
ReadDataFromFile(const char *filename, const char *treename, const char *branchnames) | BCModelManager | inline |
ReadDataFromFile(const char *filename, int nvariables) (defined in BCModelManager) | BCModelManager | inline |
ReadDataFromFileTree(const char *filename, const char *treename, const char *branchnames) | BCModelManager | |
ReadDataFromFileTxt(const char *filename, int nbranches) | BCModelManager | |
ResetDataSet() | BCModelManager | inline |
SetAbsolutePrecision(double absprecision) | BCModelManager | |
SetDataBoundaries(int index, double lowerboundary, double upperboundary) | BCModelManager | |
SetDataPointLowerBoundaries(BCDataPoint *datasetlowerboundaries) | BCModelManager | |
SetDataPointLowerBoundary(int index, double lowerboundary) | BCModelManager | |
SetDataPointUpperBoundaries(BCDataPoint *datasetupperboundaries) | BCModelManager | |
SetDataPointUpperBoundary(int index, double upperboundary) | BCModelManager | |
SetDataSet(BCDataSet *dataset) | BCModelManager | |
SetIntegrationMethod(BCIntegrate::BCIntegrationMethod method) | BCModelManager | |
SetMarginalizationMethod(BCIntegrate::BCMarginalizationMethod method) | BCModelManager | |
SetNbins(unsigned int n) | BCModelManager | |
SetNChains(unsigned int n) | BCModelManager | |
SetNIterationsMax(int niterations) (defined in BCModelManager) | BCModelManager | |
SetNIterationsMin(int niterations) | BCModelManager | |
SetNIterationsOutput(int niterations) | BCModelManager | |
SetNIterationsPrecisionCheck(int niterations) | BCModelManager | |
SetOptimizationMethod(BCIntegrate::BCOptimizationMethod method) | BCModelManager | |
SetRelativePrecision(double relprecision) | BCModelManager | |
SetSingleDataPoint(BCDataPoint *datapoint) | BCModelManager | |
SetSingleDataPoint(BCDataSet *dataset, unsigned int index) | BCModelManager | |
WriteMarkovChain(bool flag) | BCModelManager | |
~BCModelManager() | BCModelManager | virtual |