Sequence::lowerCrit 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 FwdIter > |
| std::pair< FwdIter, double > | operator() (FwdIter beg, FwdIter end, double alpha=0.05) |
Detailed Description
Find the upper critical value of a sorted list.
- Examples:
-
critical_values.cc.
Definition at line 110 of file Crit.hpp.
Member Function Documentation
template<typename FwdIter >
| std::pair< FwdIter, double > Sequence::lowerCrit::operator() |
( |
FwdIter |
beg, |
|
|
FwdIter |
end, |
|
|
double |
alpha = 0.05 | |
|
) |
| | [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 119 of file Crit.hpp.
The documentation for this struct was generated from the following file: