Learn R Programming

fdars (version 0.3.3)

IKer.norm: Integrated Normal Kernel

Description

Integrated Normal Kernel

Usage

IKer.norm(u)

Value

Cumulative integral of normal kernel from -Inf to u.

Arguments

u

Numeric vector of evaluation points.

Examples

Run this code
u <- seq(-3, 3, length.out = 100)
plot(u, IKer.norm(u), type = "l", main = "Integrated Normal Kernel")

Run the code above in your browser using DataLab