R/criter.R

Defines functions criter

Documented in criter

criter <-
function(x, xhat){
    sum((x - xhat)^2)
}

Try the CA3variants package in your browser

Any scripts or data that you put into this service are public.

CA3variants documentation built on Oct. 10, 2022, 5:07 p.m.