idpar
Create parameter for initial states and input level estimation
Description
creates
an estimable parameter with initial value p
= idpar(value
)value
. The parameter,
p
, is either scalar or array-valued, with the same dimensions as
value
. You can configure attributes of the parameter, such as which
elements are fixed and which are estimated, and lower and upper bounds.
You can create estimable parameters for:
Initial state estimation for state-space model estimation (
ssest
), prediction (predict
), and forecasting (forecast
)Explicit initial state estimation with
findstates
Input level estimation for process model estimation with
pem
Specifying estimable state values or input levels gives you explicit control over the behavior of individual state values during estimation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a
See Also
predict
| findstates
| findstatesOptions
| forecast
| ssest
| pem