R/tpower.R

tpower <-
function(x, t, p){
    (x - t) ^ p * (x > t)
}

Try the QRegVCM package in your browser

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

QRegVCM documentation built on May 1, 2019, 9:11 p.m.