MISE: Approximate Mean Integrated Squared Error

Description Usage Arguments Value Author(s)

View source: R/MISE.R

Description

MISE for penalized sharpened regression based on trapezoid integration.

Usage

1
MISE(x, xgrid, sigma2, lambda, h, g, A, B)

Arguments

x

numeric explanatory vector

xgrid

numeric vector

sigma2

numeric vector of variance(s)

lambda

numeric penalty constant

h

numeric bandwidth

g

regression function, numeric-valued

A

numeric matrix, smoother

B

numeric matrix, based on penalty

Value

A vector containing the finite sample variance, squared bias, and mean integrated squared error.

Author(s)

W.J. Braun


CHsharp documentation built on May 1, 2019, 6:48 p.m.

Related to MISE in CHsharp...