test.ridge: Test of ridge point

Description Usage Arguments Value

View source: R/Ridge.R

Description

test.ridge returns TRUE if with confidence 1-alpha there is a ridge point at x.

Usage

1
test.ridge(est, x, n, h, type, alpha = 0.05, S.tilde)

Arguments

est

Vector with the estimator of the log-density derivatives.

x

A vector or matrix containing the points at which the test will be executed.

n

Sample size

h

A number specifying the bandwidth.

type

A character string specifying the used kernel function.

alpha

Confidence level

S.tilde

Hessian matrix of the sample score

Value

Returns a logical wheter or not x is a ridge point or not.


Epsilon127/ldder documentation built on March 7, 2020, 7:47 a.m.