Model parameters and associated uncertainty data
pvec =
getpvec(sys)
[pvec,pvec_sd] = getpvec(sys)
[___] = getpvec(sys,'free')
returns a vector, pvec
=
getpvec(sys
)pvec
,
containing the values of all the parameters of the identified model sys
.
[
also
returns the 1 standard deviation value of the uncertainty associated
with the parameters of pvec
,pvec_sd
] = getpvec(sys
)sys
. If the model covariance
information for sys
is not available, pvec_sd
is []
.
[___] = getpvec(
returns
data for only the free parameters of sys
,'free')sys
, using
any of the output arguments in previous syntaxes. For idnlarx
and idnlhw
models,
all parameters are treated as free.
|
Identified model. Identified model, specified as an |
|
Values of the parameters of If |
|
1 standard deviation value of the parameters of If the model covariance information for If |