Likelihood Function (Level 2-3 SHM system):
\[
f(y \mid \theta)=
\frac{1}{\sqrt{(2\pi)^n |\Sigma|}}
\exp\left(
-\frac{1}{2}
(y - g(\theta, e))^T
\Sigma^{-1}
(y - g(\theta, e))
\right)
\]
Likelihood for the Level 1 SHM system:
\[
f(y \mid H_i)= \sum_{\theta \in H_i} f(y \mid \theta) P(\theta \mid H_i)
\]
| \(H\) |
No damage \(H_0\), Damage \(H_1\) |
| \(e\) |
Sensor configuration |
| \(\theta\) |
Structural state |
| \(x(e)\) |
Sensor data |
| \(y = g(\theta, x(e, \theta)) + \epsilon(e)\) |
Feature vector |
| \(g(x(e, \theta))\) |
Features Function |
| \(\epsilon(e) \sim \mathcal{N}(0, \Sigma)\) |
Uncertainty |
| \(P(\theta)\), \(P(H)\) |
Prior probability |
| \(f(y \mid \theta)\), \(f(y \mid H)\) |
Likelihood of measurement |
| \(P(\theta \mid y)\), \(P(H \mid y)\) |
Posterior probability |
| \(L(d(...), H)\) |
Loss/Utility function |
| \(C(d(...), H)\) |
Cost function |
| \(d(...)\) |
Decision rule |
| \(\Psi(e)\) |
Bayes risk |