Skip to contents

Meanfunction with local peak (polynomial with simple local peak)

Usage

meanf_localshift(x, delta = 0)

Arguments

x

function argument

delta

shifting parameter

Examples

curve(meanf_localshift(x, 0), from=0, to=1, lty=2)
curve(meanf_localshift(x,.1), from=0, to=1, lty=1, add=TRUE)