Learn R Programming

ldsr (version 0.0.2)

vec_to_list: Converts theta from a vector (as used in GA) to list (as used in Kalman smoothing)

Description

Converts theta from a vector (as used in GA) to list (as used in Kalman smoothing)

Usage

vec_to_list(theta.vec, d)

Arguments

theta.vec

a vector of parameter elements

d

dimention of inputs

Value

A theta object, see make_init