object
.
coef(object, unconstrained) coef(object) <- value
corStruct
,
representing a correlation structure.
TRUE
the coefficients
are returned in unconstrained form (the same used in the optimization
algorithm). If
FALSE
the coefficients are returned in
"natural", possibly constrained, form. Defaults to
TRUE
.
object
. It must be a vector with the same length
of `coef{object}' and must be given in unconstrained form.
object
.
On the left side of an assignment, sets the values of the coefficients
of
object
to
value
.
Object
must be initialized (using
initialize
) before new values can be assigned to its
coefficients.
cst1 <- corARMA(p = 1, q = 1) coef(cst1)