L1splineSB: Split Bregman L1 spline.

Description Usage Arguments

Description

Function to compute the L1 spline, by use of the split Bregman method.

Usage

1
2
L1splineSB(x, t, y, gfun, lbratio = 0.001, beta = 1, niter = 200,
  stopiter = 1e-10)

Arguments

x

Numeric value(s) to evaluate the spline in.

t

Numeric vector of measurement times.

y

Numeric vector of values to be fitted.

gfun

Choice of Greens function (choose from G1-G10).

lbratio

Numeric value. Ratio of lambda over beta.

beta

Numeric value.

niter

Number of iterations.

stopiter

Stopping criterion.


helenecharlotte/rSplines documentation built on May 17, 2019, 3:24 p.m.