Sequence::upperCrit Struct Reference
[Statistics]
Find the upper critical value of a sorted list.
More...
#include <Crit.hpp>
List of all members.
Public Member Functions |
| template<typename BwdIter > |
| std::pair< BwdIter, double > | operator() (BwdIter beg, BwdIter end, double alpha=0.95) |
Detailed Description
Find the upper critical value of a sorted list.
- Examples:
-
critical_values.cc.
Definition at line 43 of file Crit.hpp.
Member Function Documentation
template<typename BwdIter >
| std::pair< BwdIter, double > Sequence::upperCrit::operator() |
( |
BwdIter |
beg, |
|
|
BwdIter |
end, |
|
|
double |
alpha = 0.95 | |
|
) |
| | [inline] |
- Returns:
- A std::pair. The first member of the pair is an iterator pointing to the critical value of the list at probability alpha. The second member of the pair is a double representin the actual probability of the value stored at the first member.
Definition at line 51 of file Crit.hpp.
The documentation for this struct was generated from the following file: