Spline_weights: Spline weights

spline_weightsR Documentation

Spline weights

Description

Spline weights

Spline weights

Usage

spline_weights(y, t, warp_fct, w, Sinv, basis_fct, weights = NULL, K, design,
  parallel = FALSE)

splw(y, t, warp_fct, w, Sinv, basis_fct, weights = NULL, K)

Arguments

y

list of observations

t

list of time points

warp_fct

warping function

w

warp parameters

Sinv

precision matricees

basis_fct

Basis function

weights

weights (optional)

K

dimension

design

design

parallel

Calculate the sum elements in parallel?

Details

Increasing splines might possibly not work together with designs.

splw is used when no design is supplied. splw.d is used when a desigen is supplied. splw has been updated to handle increasing splines.

Value

A matrix with spline weights

A matrix with spline weights


naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.