thetafunG: General solution, Green's spline.

Description Usage Arguments Value Author(s)

View source: R/RcppExports.R

Description

Function that takes the observations and computes the general spline solution. Must be combined with outerG() to obtain solution in some set of points.

Usage

1
thetafunG(t, y, gfun, lambda)

Arguments

t

Numeric vector of observation times.

y

Numeric vector of observations.

gfun

Integer value 1-10 (choice of Greens function).

lambda

Numeric (smoothness parameter).

Value

Numeric vector of fitted values.

Author(s)

Helene Charlotte Rytgaard


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