initialisationTheta: Initialize the warping parameters.

Description Usage Arguments Value

View source: R/initialisationTheta.R

Description

This function initializes the warping parameters

Usage

1
initialisationTheta(t, y, splineBasisW)

Arguments

t

A vector of numbers, corresponding to time points.

y

A matrix of numbers, corresponding to observations (size: T * n).

splineBasisW

A matrix, corresponding to the spline basis for the warping functions, evaluted in time points.

Value

A list, with theta, a matrix of estimated warping parameters, and wT, the corresponding warping functions.


warpMix documentation built on May 1, 2019, 6:30 p.m.