ENMeval (version 0.3.0)

corrected.var : Calculate variance corrected for non-independence of k-fold iterations

Description

This function calculates variance corrected for non-independence of k-fold iterations. See Appendix of Shcheglovitova & Anderson (2013) and other references (Miller 1974; Parr 1985; Shao and Wu 1989) for additional details.

Usage

corrected.var(x, nk)

Arguments

x

A numeric vector.

nk

Number of k-fold iterations.

Value

A numeric value of the corrected variance.

Details

This function calculates variance that is corrected for the non-independence of k cross-validation iterations. Following Shao and Wu (1989):

$$Sum Of Squares * ((n-1)/n)$$

where n = the number of k-fold iterations.

References

Miller, R. G. (1974) The jackknife - a review. Biometrika, 61: 1-15.

Parr, W. C. (1985) Jackknifing differentiable statistical functionals. Journal of the Royal Statistics Society, Series B, 47: 56-66.

Shao J. and Wu, C. F. J. (1989) A general theory for jackknife variance estimation. Annals of Statistics, 17: 1176-1197.

Shcheglovitova, M. and Anderson, R. P. (2013) Estimating optimal complexity for ecological niche models: a jackknife approach for species with small sample sizes. Ecological Modelling, 269: 9-17.