Description Usage Arguments Value Examples
Evaluate the fitting result by calculating the TPR
(ratio of true positives to real positives), FPR
(ratio of false positives to real negatives), precision
(ratio of true positives to predicted positives) , accuracy
(ratio of the sum of true positives and true negatives to total number of predictions) and F1 score
(the harmonic average of the precision and recall (TPR)).
1 | FitEva(Beta.simulate, Beta.fit, Gm, cutoff.sc, cutoff.g)
|
Beta.simulate |
The simulated or golden standarded |
Beta.fit |
The fitted |
Gm |
Matrix of the group structure of coefficient matrix |
cutoff.sc |
A non-negative number indicates the cutoff of a single coefficient in |
cutoff.g |
A non-negative number indicates the cutoff of the norm of a group (a sub-matrix in truth) in the fitted |
sc.TPR |
The true positive rate of single coefficients prediction. |
sc.FPR |
The false positive rate of single coefficients prediction. |
sc.TTPR |
The "true" true positive rate of single coefficients prediction. |
sc.precision |
The precision of single coefficients prediction. |
sc.accuracy |
The accuracy of single coefficients prediction. |
sc.F1 |
The F1 score of single coefficients prediction. |
g.TPR |
The true positive rate of group prediction. |
g.FPR |
The false positive rate of group prediction |
g.precision |
The precision of goup prediction. |
g.accuracy |
The accuracy of group prediction. |
g.F1 |
The F1 score of group prediction. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.