Go to the source code of this file.
|
| void | ricker2d (const std::vector< double > &, const int, const int, const int, const double, const double, const double, std::vector< double > &) |
| |
| int | getColLowBound (const std::vector< double > &, const double) |
| |
| int | getColHighBound (const std::vector< double > &, const double) |
| |
| double | scoreAtPercentile (const double, const std::vector< double > &, const int) |
| |
| double | convertColToMZ (const std::vector< double > &, const int) |
| |
◆ ricker2d()
| void ricker2d |
( |
const std::vector< double > & |
, |
|
|
const int |
, |
|
|
const int |
, |
|
|
const int |
, |
|
|
const double |
, |
|
|
const double |
, |
|
|
const double |
, |
|
|
std::vector< double > & |
|
|
) |
| |
◆ getColLowBound()
| int getColLowBound |
( |
const std::vector< double > & |
, |
|
|
const double |
|
|
) |
| |
◆ getColHighBound()
| int getColHighBound |
( |
const std::vector< double > & |
, |
|
|
const double |
|
|
) |
| |
◆ scoreAtPercentile()
| double scoreAtPercentile |
( |
const double |
, |
|
|
const std::vector< double > & |
, |
|
|
const int |
|
|
) |
| |
◆ convertColToMZ()
| double convertColToMZ |
( |
const std::vector< double > & |
, |
|
|
const int |
|
|
) |
| |