meanf_bump.Rd
Meanfunction with local bump
meanf_bump(x, quarter = 1, height = 0.1)
function argument
1,2,3, or 4 to select domain-quarter.
height of the bump function
curve(meanf_bump(x, 1), from=0, to=1, main="Meanfct Ellipse", ylab="",xlab="") curve(meanf_bump(x, 2), from=0, to=1, lty=2, add=TRUE)