opt: This function is used to estimate where the maximum is given...

Description Usage Arguments Value Examples

View source: R/optimize.R

Description

This function is used to estimate where the maximum is given a function

Usage

1
opt(x, f, interval)

Arguments

x

the entries

f

the function to optimize

interval

the interval to optimize over

Value

filtered data

Examples

1
2
3
4
## Not run: 
 opt(x, f, c(-1,1))

## End(Not run)

jnumainville/JoeNumainvilleTools documentation built on May 25, 2019, 6:24 p.m.