Public Member Functions | |
SkillScore (int h, int m, int f, int t) | |
hit, miss, false alarms, total | |
SkillScore () | |
void | update (bool observed, bool detected) |
update contingency matrix with single point | |
void | update (const SkillScore &a) |
update with set of points | |
double | csi () const |
double | pod () const |
double | rfa () const |
double | heidke () const |
int | hits () const |
int | falseAlarms () const |
int | nulls () const |
int | misses () const |
std::string | toString () const |
w2img::SkillScore::SkillScore | ( | int | h, | |
int | m, | |||
int | f, | |||
int | t | |||
) | [inline] |
hit, miss, false alarms, total
w2img::SkillScore::SkillScore | ( | ) | [inline] |
double w2img::SkillScore::csi | ( | ) | const |
int w2img::SkillScore::falseAlarms | ( | ) | const [inline] |
double w2img::SkillScore::heidke | ( | ) | const |
int w2img::SkillScore::hits | ( | ) | const [inline] |
int w2img::SkillScore::misses | ( | ) | const [inline] |
int w2img::SkillScore::nulls | ( | ) | const [inline] |
double w2img::SkillScore::pod | ( | ) | const |
double w2img::SkillScore::rfa | ( | ) | const |
std::string w2img::SkillScore::toString | ( | ) | const |
void w2img::SkillScore::update | ( | const SkillScore & | a | ) |
update with set of points
update contingency matrix with single point