Next step
Tensor SPC Research
Continue to the technical monograph and supporting research.
Continue →Interactive Examples
This example starts with a simple system: light rises, temperature follows, and ventilation should respond. The fault is not a single extreme sensor value. The fault is that the expected relationship between sensors breaks.
The core idea
Light increases. Temperature increases shortly after. Ventilation responds to remove heat.
Light and temperature behave normally, but ventilation does not respond as expected.
Individual values can remain inside limits, so a one-sensor-at-a-time chart may look acceptable.
The sensor × time structure is no longer coherent, so residual energy and Q increase.
Controls
The slider controls how strongly the ventilation response is suppressed during the highlighted time window. The sensor values can still look reasonable, but the expected light → temperature → ventilation relationship weakens.
Loading Python runtime…
Result
Run the example to compute residual energy.
Step 1 and 2
This plot is intentionally simple. It shows why the example matters before any tensor terminology is introduced. In the faulted case, ventilation fails to follow the normal response pattern during the highlighted window.
Step 3
The values are not necessarily extreme. The issue is that one sensor no longer behaves correctly relative to the others. A chart focused only on individual limits may not show a clear violation.
Step 4
Tensor SPC compares the observation to the learned sensor × time structure. When the relationship breaks, the model leaves unexplained energy behind. That unexplained energy is the residual, and the total residual energy is summarized by Q.
Residual Map
The residual map is not a raw data plot. It shows squared reconstruction error after the learned structure is removed. Brighter cells mean the tensor model had more difficulty explaining that sensor at that time.
How to read it
Main takeaway: Tensor SPC is useful when the problem is not a single high or low value, but a breakdown in how variables move together over time.
Next step
A production app can extend this idea with file uploads, rank selection, T²-Q monitoring charts, residual heatmaps, and Excel/PDF reporting. The browser example is intended to make the reason for Tensor SPC visible before introducing the full research workflow.
Next step
Continue to the technical monograph and supporting research.
Continue →Related concepts