Learn R Programming

gettingtothebottom (version 3.0)

check_func: Linear Programming - Check function

Description

check_func Check function

Usage

check_func(r, tau)

Arguments

r
A vector to feed into the check function
tau
Tau values to be used in the check function

Examples

Run this code
r <- seq(-1,1,length.out=1e4)
tau <- 0.5
check_func(r,tau)

Run the code above in your browser using DataLab