Function to compute the adapted L1 spline, by use of the continuation method.
1 2  | L1splineAdapted(x, t, y, gfun, sigma = sqrt(2), b = 0.5, lambda = 1e-04,
  niter = 200, stopiter = 1e-10)
 | 
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.