wls: Implement local linear regression with a Gaussian kernel, as...

Description Usage Arguments Value

View source: R/loess.R

Description

Analytic solution using Strang 5th ed.

Usage

1
wls(x, y, w)

Arguments

y

target vector

w

weight vector

X

feature matrix without intercept column

Value

coefficients theta


tbonza/supml documentation built on May 17, 2019, 3:14 a.m.