Top "State-space" questions

State-space models are models that use state variables to describe a system by a set of first-order differential or difference equations, rather than by one or more nth-order differential or difference equations.

Solving 8-Puzzle using DFS

I am looking for code in java that implement DFS and BFS for the 8-puzzle game by given initial state : 1 2 3 8 0 4 7 6 5 …

java artificial-intelligence depth-first-search sliding-tile-puzzle state-space
STLF function in the FORECAST package

I am trying to forecast a yearly time series on a weekly bases (52 weeks a year and I have 164 weeks …

r forecasting state-space
Python: Identifying a State Space Model for a System

I am looking to obtain a state space model for a system I have, using python. I have tested the …

python state-space control-theory system-identification
How do I use tf2ss() with discrete-time systems?

A have a discrete time transfer function, H(z-1) = B(z-1) / A(z-1) = (b0 + b1z-1) / (a0 + a1z-1 + a2…

function matlab transfer state-space