R/loss1.3.R

Defines functions loss1.3

Documented in loss1.3

loss1.3 <-
function(param, comp.old){
    xhat <- reconst3(param)
    criter(param$x, xhat)
}

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.