R/heaviside.f.R

Defines functions heaviside.f

heaviside.f <-
function(x) 4 * sin(4 * pi * x) - sign(x - 0.3) - sign(0.72 - x)
shimlab/HMTree documentation built on May 29, 2019, 9:25 p.m.