R/ChiSG.r

Defines functions ChiSG

ChiSG <-
function(x){
k <- 1.5477; z <- x/k
(3*z^2 - 3*z^4 +z^6)*(abs(x) <= k) + 1*(abs(x) > k)}

Try the RobustAFT package in your browser

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

RobustAFT documentation built on Aug. 21, 2023, 5:13 p.m.