Let $x_t = G_tx_{t-1}+\omega_t$ with $\omega_t \sim \mathrm{N}(\mathbf{0}, \mathbf{W}_t)$ be a state equation and $y_t = F_tx_t+\nu_t$ with $\nu_t \sim \mathrm{N}(\mathbf{0}, \mathbf{V}_t)$ be a measurement equation in a DLM. In my model, $F_t$ is an $m \times n$ matrix for which $n \gg m$, so that for an observed $y_t$, there may be many $x_t$ which satisfy the measurement equation. Then, the particular $x_t$ at time $t$ which produced $y_t$ is non-identifiable. In static contexts this situation is tackled through regularization (e.g., Tikhonov, Lasso...), but how is identifiability problems treated within the context of Kalman filtering/DLM?
2026-03-25 06:05:21.1774418721
How to treat non-identifiable states in Kalman filtering/dynamic linear models?
96 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in BAYESIAN-NETWORK
- Bayesian updating - likelihood
- Marginalize over C, can I say $\sum_c P(A,B,C)=\sum_c (P(A|C)P(B|C)P(C))=\sum_c P(A|C) \sum_c P(B|C) \sum_c P(C)$
- Determine if the result is positive or not for a system with 95% accuracy
- Real time bayesian analysis
- Can I use independence for bayesian network?
- Counting DOF according to a probabilistic graphical model (MRF, BN)
- How do I make sure that the nodes in a Bayesian network that I'm building all satisfy the Markov condition without painful trial-and-error?
- Bayesian Network Probability
- Converting joint probability to conditional: Is P(A and B | C) = P(A| B,C)P(B)?
- Conditional probability with two coin tosses with two possible coins
Related Questions in KALMAN-FILTER
- extended kalman filter equation for orientation quaternion
- Gradient of a matrix equation (From the proof of the Kalman Filter)
- Mahalanobis whitening in a multivariate Gaussian kernel
- Kalman Filter with time varying parameters
- reference request for extended kalman filter continuous time system with discrete measurement
- covariance of a Markov chain derivation (Kalman filter)
- A simulation: What's the difference between linear MPC and LQG?
- Why variance in kalman?
- Optimization vs. filtering
- Maximum likelihood - random walk with noise measurement
Related Questions in SYSTEM-IDENTIFICATION
- MIT rule VS Lyapunov design - Adaptive Control
- How should I interprent the Recursive Least Square algorithm?
- I can't get my Recursive Least Square algorithm work - What have I miss?
- Identification of part of RHS of a standard ODE from input-output simulation data
- Identification or characterisation of time-varying parameter of a first order ODE
- Grey-box system ID for a set of DAEs
- System identification of a resonant system
- How to derive a recursive version of a regularised cost function
- Nonlinear system identification with known model
- Getting differential equation from Boyle's law
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The concept of observability answers this question. In a nutshell, observability tells you if you can reconstruct the state $x_{t}$ from the measurement $y_{t}$. Also, a system with $n > m$ can be observable, and a system with $n < m$ can be unobservable.
There is a simple test for observability for linear time-invariant systems. However, for linear time-varying systems, you must look at the Gramian.
If you system does turn out to be unobservable, you must then construct a minimal realization of the system, such that the system is observable.