|
BAT
0.9.4
The Bayesian analysis toolkit
|
This is the complete list of members for BCModel, including all inherited members.
| AddParameter(BCParameter *parameter) | BCModel | virtual |
| APrioriProbability(const std::vector< double > ¶meters) | 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) | BCModel | inlinevirtual |
| Copy(const BCModel &bcmodel) | BCModel | |
| CorrelateDataPointValues(std::vector< double > &x) | BCModel | virtual |
| Eval(const std::vector< double > ¶meters) | BCModel | |
| fChi2NDoF (defined in BCModel) | BCModel | protected |
| fDataFixedValues (defined in BCModel) | BCModel | protected |
| fDataPointLowerBoundaries | BCModel | protected |
| fDataPointUpperBoundaries | BCModel | protected |
| fDataSet | BCModel | protected |
| fGoFNChains | BCModel | protected |
| fGoFNIterationsMax | BCModel | protected |
| fGoFNIterationsRun | BCModel | protected |
| flag_discrete | BCModel | protected |
| fModelAPosteriori | BCModel | protected |
| fModelAPriori | BCModel | protected |
| fName | BCModel | protected |
| fPriorConstantAll | BCModel | protected |
| fPriorContainer | BCModel | protected |
| fPriorContainerConstant | BCModel | protected |
| fPriorContainerInterpolate | BCModel | protected |
| fPValue | BCModel | protected |
| fPValueNDoF (defined in BCModel) | BCModel | protected |
| GetChi2NDoF() (defined in BCModel) | BCModel | inline |
| GetChi2Runs(int dataIndex, int sigmaIndex) | BCModel | |
| GetDataPoint(unsigned int index) const | BCModel | |
| GetDataPointLowerBoundaries() const | BCModel | inline |
| GetDataPointLowerBoundary(unsigned int index) const | BCModel | |
| GetDataPointUpperBoundaries() const | BCModel | inline |
| GetDataPointUpperBoundary(unsigned int index) const | BCModel | |
| GetDataSet() const | BCModel | inline |
| GetFlagBoundaries() const | BCModel | |
| GetModelAPosterioriProbability() const | BCModel | inline |
| GetModelAPrioriProbability() const | BCModel | inline |
| GetName() const | BCModel | inline |
| GetNDataPoints() const | BCModel | |
| GetPValue() | BCModel | inline |
| 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) | BCModel | inline |
| HessianMatrixElement(const BCParameter *parameter1, const BCParameter *parameter2, std::vector< double > point) | BCModel | |
| Likelihood(const std::vector< double > ¶ms) | BCModel | virtual |
| LogAPrioriProbability(const std::vector< double > ¶meters) | BCModel | virtual |
| LogEval(const std::vector< double > ¶meters) | BCModel | virtual |
| LogLikelihood(const std::vector< double > ¶ms)=0 | BCModel | pure virtual |
| LogProbability(const std::vector< double > ¶meter) | BCModel | |
| LogProbabilityNN(const std::vector< double > ¶meters) | BCModel | inline |
| 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 > ¶meter) | BCModel | |
| ProbabilityNN(const std::vector< double > ¶ms) | BCModel | |
| SamplingFunction(const std::vector< double > ¶meters) | BCModel | virtual |
| SetDataBoundaries(unsigned int index, double lowerboundary, double upperboundary, bool fixed=false) (defined in BCModel) | BCModel | |
| SetDataPointLowerBoundaries(BCDataPoint *datasetlowerboundaries) | BCModel | inline |
| SetDataPointLowerBoundary(int index, double lowerboundary) | BCModel | |
| SetDataPointUpperBoundaries(BCDataPoint *datasetupperboundaries) | BCModel | inline |
| SetDataPointUpperBoundary(int index, double upperboundary) | BCModel | |
| SetDataSet(BCDataSet *dataset) | BCModel | inline |
| SetGoFNChains(int n) | BCModel | inline |
| SetGoFNIterationsMax(int n) | BCModel | inline |
| SetGoFNIterationsRun(int n) | BCModel | inline |
| SetModelAPosterioriProbability(double probability) | BCModel | inline |
| SetModelAPrioriProbability(double probability) | BCModel | inline |
| SetName(const char *name) | BCModel | inline |
| 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) | BCModel | inline |
| 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() | BCModel | virtual |