myf: myf

View source: R/myf.R

myfR Documentation

myf

Description

NA

Usage

myf(x, xk, coef)

Arguments

x
xk
coef

Details

NA

Value

NA

Note

NA

Author(s)

NA

References

NA

See Also

NA

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x, xk, coef)
{
    coef[1] + coef[2] * (x) + coef[3] * (x - xk) * (x - xk >
        0)
  }

arukshpatel/MATH4753.ArukshPatel.SP22 documentation built on March 19, 2022, 3:38 a.m.