Description Usage Arguments Details Value References Examples
Generalized extreme value fit for null similarity scores.
1 | null.gev.fit(score.null.vec, standardizeQ = FALSE, plotQ = FALSE)
|
score.null.vec |
Vector of null (non-match) similarity scores or transformed similarity scores |
standardizeQ |
Whether or not to standardize the null scores |
plotQ |
Diagnostic plots? |
The generalized extreme value distribution is a flexible three parameter distribution which often gives
a good fit to the null log similarity scores when these scores are on a scale of 0 to 1. Other than
standardization, this function assumes that if the user wants the scores to be transformed, they've
transformed them. This routine calls the fgev
function from the evd package.
list with the fitted parameters, fit info and chi-square goodness of fit test results
XXXX
1 | XXXX
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.