vec_to_list {ldsr} | R Documentation |
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
[Package ldsr version 0.0.2 Index]