Rdocumentation
powered by
Learn R Programming
groHMM (version 1.6.0)
tlsLoess: A 'total least squares'-like hack for LOESS. Works by rotating points 45 degrees, fitting LOESS, and rotating back.
Description
A 'total least squares'-like hack for LOESS. Works by rotating points 45 degrees, fitting LOESS, and rotating back.
Usage
tlsLoess(x, y, theta = -pi/4, span = 1)
Arguments
x
X values.
y
Y values.
theta
Amount to rotate, sets the ratio of variences that are assumed by the hack. Default: -pi/4 radians (45 degrees) for orthogonal regression.
span
The LOESS span parameter. Default: 1
Value
List of input values and LOESS predictions.