rirls: Robust Iteratively Reweighted Least Squares (RIRLS) to remove...

Description Usage Arguments Value

View source: R/rirls.R

Description

Implement RIRLS to remove outliers from time series. This is optional.

Usage

1
rirls(doy, val, fit = NULL, period = NULL)

Arguments

doy

a list of julain date

val

values corresponding to doy.

fit

NULL or julian days to be fit. This change return of the function.

period

A maximum julian day to limit fitting (optional). Use NULL to ignore.

Value

If fit = NULL, coefficients of RIRLS implementation. Otherwise fitted values using coefficients.


dulvrq/ddl8s1ts documentation built on May 2, 2021, 5:18 a.m.