L1splineAdapted: Adapted L1 spline.

Description Usage Arguments

Description

Function to compute the adapted L1 spline, by use of the continuation method.

Usage

1
2
L1splineAdapted(x, t, y, gfun, sigma = sqrt(2), b = 0.5, lambda = 1e-04,
  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).

sigma

Variance, per default set to srqt(2). Effect translated into lambda.

b

Truncation window.

lambda

Smoothness parameter.

niter

Number of iterations.

stopiter

Stopping criterion.


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