bandwidth_lpridge: bandwidth_lpridge

View source: R/smoothing_utilities.R

bandwidth_lpridgeR Documentation

bandwidth_lpridge

Description

Function to calculate the ridge regression bandwidth

Usage

bandwidth_lpridge(t, s, h.range = c(0.01, 1), seed = 12345)

Arguments

t

Numeric vector

s

Numeric vector

h.range

values

seed

Random seed

Value

This function returns a list with the following entries:

  • h: bandwidth values

  • cverror: Crossvalidation error

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com


khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.