This function calculates rho for an observed kappa value with associated set parameters
(testSetLength and OcSBaserate). Called by rho
. A p-value is returned and if
this value is less than 0.05, it is said that the handset does generalize to the entire set
rhoK( x, OcSBaserate, testSetLength, testSetBaserateInflation = 0, OcSLength = 10000, replicates = 800, ScSKappaThreshold = 0.9, ScSKappaMin = 0.4, ScSPrecisionMin = 0.6, ScSPrecisionMax = 1, method = "standard" )
x | The observed kappa value, |
---|---|
OcSBaserate | The |
testSetLength | The length of the |
testSetBaserateInflation | The minimum |
OcSLength | The length of the observed |
replicates | The number of simulated |
ScSKappaThreshold | The maximum kappa value used to generate simulated |
ScSKappaMin | The minimum kappa value used to generate simulated |
ScSPrecisionMin | The minimum precision to be used for generation of simulated |
ScSPrecisionMax | The maximum precision to be used for generation of simulated |
method | set to "c" to calculate using the C++ implmentation. Defaults to "standard" |
rho for the given parameters
rho for the given parameters