Run algorithm for a single G matrix.
G.start(
X,
nr.starts.a,
astarts,
maxit,
n,
m,
q,
Fr.cent,
maxit.ALS,
Mmat,
eps.G,
info.level,
times.a.multistart,
eps.ALS,
const,
K,
random.G,
tol,
update.G
)
List of two elements, namely i
giving the number of the start
and G
given the starting configuration
The number or random starts for a
to use in the ALS.
Explicit starts for a, if applicable.
The maximum number of iterations with respect to G.
The number of respondents.
The number of items.
The maximum rating category such that the rating scale is 1:q
.
The centred Fr matrix.
The maximum number of ALS iterations.
The basis matrix for the quadratic monotone splines.
The absolute error tolerance for the G updates.
Integer controlling the amount of information printed.
The number of times random starts for a
is used.
The absolute error tolerance for the ALS.
The constant part of the loss function.
The number of groups.
The random
argument passed to updateG
.
tolerance tol
passed to lsei
of the
limSolve package)
Logical indicating whether or not to update the starting configuration
G
in X