Assesses the performance of space and spaceMap against a known truth by reporting power and false discovery rate for either x-y OR y-y edge detection.
reportPerf(fit, truth, YY = TRUE, aszero = 1e-06, verbose = TRUE)
fit | A numeric matrix encoding the fitted model parameter estimates. |
---|---|
truth | A numeric matrix encoding the true model parameters. |
YY | A logical defaulting to TRUE indicating that
|
aszero | A numeric value specifying the point at which a parameter estimate should be effectively considered of zero value. |
verbose | A logical value indicating whether to report the performance to the console. |
A numeric, named vector containing
power or sensitivity
fdr or false discovery rate
mcc or Matthew's Correlation Coefficient
tp or true positive
fn or false negative
fp or false positive
tn or true negative
reportJointPerf