Loess : Parameters used to create smooth lines in 2d scatter plots

# loessBandwidth

Loess bandwidth. Thickness for the confidence of the loess curve. A vaulue between 0 and 1
Type: float
Default: 0.8

# loessCell

Loess cell. If interpolation is used this controls the accuracy of the approximation via the maximum number of points in a cell in the kd tree. Cells with more than floor(n*span*cell) points are subdivided
Type: float
Default: 0.2

# loessDegree

Loess degree. 0 : Constant, 1 : Linear, 2 : Quadratic
Type: string
Default: 2
Options: 0, 1, 2

# loessFamily

Loess Family. Type of error distribution to be optimized in fitting. The default, gaussian, is fitting with least squares. Fitting with Tukeys biweight M-Estimator is used if family is symmetric
Type: string
Default: gaussian
Options: gaussian, symmetric

# loessNormalize


# loessSpan

Loess span. Factor to adjust the gaussian shape of the loess curve. A vaulue between 0 and 1
Type: float
Default: 0.75

# loessStatistics

LoessStatistics. The statistics to be computed exactly, approximately or not at all? Exact computation can be very slow
Type: string
Default: approximate
Options: approximate, exact

# loessSteps


# loessSurface

Loess Surface. The fitted surface to be computed exactly (direct) or via interpolation from a kd tree
Type: string
Default: interpolate
Options: direct, interpolate

# showLoessFit

Flag to show/hide the Flag to show the loess fit in Scatter2D plots
Type: boolean
Default: false