R/Tfs.R

Defines functions Tfs

Tfs <- function(x, w, eta.f, eta.s, theta.f, theta.s)
{
    temp <- (eta.f(x, theta.f) - eta.s(x, theta.s))
    sum(w * temp * temp)
}

Try the rodd package in your browser

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

rodd documentation built on May 2, 2019, 8:16 a.m.