![]() |
MaCh3
2.5.0
Reference Guide
|
Go to the source code of this file.
Functions | |
| bool | CheckBounds (const std::vector< const M3::float_t * > &BoundValuePointer, const std::vector< std::pair< double, double >> &ParamBounds) |
| void | AccumulateWAICToy (const double neg_LLH_temp, double &mean_llh, double &mean_llh_squared, double &sum_exp_llh) |
| void | AccumulateWAICBin (double &mean_llh, double &mean_llh_squared, double &sum_exp_llh, const unsigned int Ntoys, double &lppd, double &p_WAIC) |
| void AccumulateWAICBin | ( | double & | mean_llh, |
| double & | mean_llh_squared, | ||
| double & | sum_exp_llh, | ||
| const unsigned int | Ntoys, | ||
| double & | lppd, | ||
| double & | p_WAIC | ||
| ) |
Definition at line 1673 of file PredictiveThrower.cpp.
| void AccumulateWAICToy | ( | const double | neg_LLH_temp, |
| double & | mean_llh, | ||
| double & | mean_llh_squared, | ||
| double & | sum_exp_llh | ||
| ) |
Definition at line 1658 of file PredictiveThrower.cpp.
| bool CheckBounds | ( | const std::vector< const M3::float_t * > & | BoundValuePointer, |
| const std::vector< std::pair< double, double >> & | ParamBounds | ||
| ) |
Definition at line 423 of file PredictiveThrower.cpp.