H: Integtal of the smooth kernel function used to approximate...

Description Usage Arguments Value Examples

View source: R/H.R

Description

This function calculates the intergal of the smooth kernel function used to approximate the density of the covariates in the control group, at x.

Of limited interest to most users; function H() would typically be called by some other functions.

Usage

1
H(x,type='constant')

Arguments

x

A real number.

type

Type of the smooth kernel function used to approximate the density of the covariates in the control group. type should be one of 'constant', 'linear' and 'quadratic'.

Value

Integtal of the smooth kernel function used to approximate the density of the covariates in the control group, evaluted at x.

Examples

1
H(0.1)

lakerwsl/WUNT documentation built on Sept. 13, 2020, 12:15 a.m.