fit_loess_sim_model: Fit A Local Polynomial Regression Function

Description Usage Arguments Details

Description

fit.loess method for objects of class sim.model.

Usage

1
2
## S3 method for class 'sim.model'
fit.loess(model, span = 0.75, degree = 2)

Arguments

model

A model object obtained as the return value from eval.on.grid.

span

A parameter which controls the degree of smoothing.

degree

The degree of the polynomials to be used, normally 1 or 2.

Details

See fit.loess for further documentation.


bdpopt documentation built on May 2, 2019, 9:18 a.m.