f.5: Function f_5

View source: R/Reg_fcns.R

f.5R Documentation

Function f_5

Description

Function f_5 in the version 20201104

Usage

f.5(x.mat, C, th)

Arguments

x.mat

n by 2 matrix

C

smoothness parameter.

th

true RD parameter.

Value

vector of regression function values

Examples

x.mat <- cbind(runif(100, -1, 1), runif(100, -1, 1))
f.5(x.mat, 1, 1)

koohyun-kwon/rdadapt documentation built on May 8, 2022, 8:49 p.m.