Go to the source code of this file.
◆ LS_METHOD
| Enumerator |
|---|
| LS_COMPLETE_ORTHOGONAL_DECOMPOSITION | |
| LS_QR_NO_PIVOTING | |
| LS_CHOLESKY_SOLVER | |
◆ WEIGHT_FUNC
| Enumerator |
|---|
| WEIGHT_TRICUBE | |
| WEIGHT_BISQUARE | |
◆ loess_apply_smoothing()
◆ loess_create_grid()
| double * loess_create_grid |
( |
double | xmin, |
|
|
double | xmax, |
|
|
size_t | npoints ) |
◆ loess_estimate()
| double loess_estimate |
( |
double | x, |
|
|
size_t | window_size, |
|
|
size_t | degree ) |
◆ loess_free()
◆ loess_init()
| void loess_init |
( |
double * | x, |
|
|
double * | y, |
|
|
size_t | len ) |
◆ loess_debug
◆ loess_weight