Function to compute the L1 spline, by use of the split Bregman method.
1 2  | L1splineSB(x, t, y, gfun, lbratio = 0.001, beta = 1, 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).  | 
lbratio | 
 Numeric value. Ratio of lambda over beta.  | 
beta | 
 Numeric value.  | 
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.