|
Rosetta 3.5
|
#include <AdaptiveScoreHistogram.hh>


Public Member Functions | |
| AdaptiveScoreHistogram (Real, Real) | |
| virtual | ~AdaptiveScoreHistogram () |
| void | insert (Real) |
| Size | at (Size index) |
| Size | operator[] (Size index) |
| Size | size () |
| utility::vector1< Size > & | expose_counts () |
| void | clear () |
| Size | sum () |
| Real | p_value (Real) |
Private Attributes | |
| Real | bin_size_ |
| bool | is_up_to_date_ |
| utility::vector1< Size > | data_ |
| utility::vector1< Size > | cumulative_sums_ |
Definition at line 33 of file AdaptiveScoreHistogram.hh.
| protocols::frag_picker::scores::AdaptiveScoreHistogram::AdaptiveScoreHistogram | ( | Real | bin_size, |
| Real | initial_max_score | ||
| ) |
Definition at line 30 of file AdaptiveScoreHistogram.cc.
References bin_size_, data_, and is_up_to_date_.
|
virtual |
Definition at line 37 of file AdaptiveScoreHistogram.cc.
Definition at line 40 of file AdaptiveScoreHistogram.hh.
|
inline |
Definition at line 56 of file AdaptiveScoreHistogram.hh.
|
inline |
Definition at line 52 of file AdaptiveScoreHistogram.hh.
| void protocols::frag_picker::scores::AdaptiveScoreHistogram::insert | ( | Real | score) |
Definition at line 39 of file AdaptiveScoreHistogram.cc.
References bin_size_, data_, and is_up_to_date_.
Definition at line 44 of file AdaptiveScoreHistogram.hh.
Definition at line 57 of file AdaptiveScoreHistogram.cc.
References bin_size_, cumulative_sums_, data_, and is_up_to_date_.
|
inline |
Definition at line 48 of file AdaptiveScoreHistogram.hh.
| Size protocols::frag_picker::scores::AdaptiveScoreHistogram::sum | ( | ) |
Definition at line 48 of file AdaptiveScoreHistogram.cc.
References data_.
|
private |
Definition at line 64 of file AdaptiveScoreHistogram.hh.
Referenced by AdaptiveScoreHistogram(), insert(), and p_value().
|
private |
Definition at line 67 of file AdaptiveScoreHistogram.hh.
Referenced by p_value().
|
private |
Definition at line 66 of file AdaptiveScoreHistogram.hh.
Referenced by AdaptiveScoreHistogram(), insert(), p_value(), and sum().
|
private |
Definition at line 65 of file AdaptiveScoreHistogram.hh.
Referenced by AdaptiveScoreHistogram(), insert(), and p_value().
1.8.4