![]() |
Rosetta
2021.16
|
Miscellaneous functions that pop up everywhere in epr_deer calculation. More...
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::scoring | |
| core::scoring::epr_deer | |
Functions | |
| Real | core::scoring::epr_deer::gauss (Real const &x, Real const &avg, Real const &stdev) |
| Compute amplitude at a given point of a normal distribution. More... | |
| Real | core::scoring::epr_deer::probit (Real const &x) |
| Calculate probit function given a certain value. More... | |
| Real | core::scoring::epr_deer::logit (Real const &x, Real const &lo, Real const &hi) |
| Calculate logit function given certain value. More... | |
| Real | core::scoring::epr_deer::ln (Real const &q) |
| Safe version of log() that doesn't crash when zero is passed. More... | |
| std::tuple< Size, Size > | core::scoring::epr_deer::min_max (std::map< Size, Real > const &histr1, std::map< Size, Real > const &histr2) |
| Return the minimum and maximum bins from two distributions. More... | |
| Real | core::scoring::epr_deer::sigmoid (Real const &x, Real const &min, Real const &max) |
| Sigmoid function implementation. More... | |
| template<typename T1 , typename T2 > | |
| void | core::scoring::epr_deer::add_to_map (std::map< T1, T2 > &map, T1 const &key, T2 const &val) |
| Simple fxn to avoid repeating this code everywhere. More... | |
| template<typename T1 , typename T2 > | |
| void | core::scoring::epr_deer::append_to_map (std::map< T1, utility::vector1< T2 > > &map, T1 const &key, T2 const &val) |
| Simple fxn to avoid repeating this code everywhere. More... | |
Miscellaneous functions that pop up everywhere in epr_deer calculation.
1.8.7