You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/observation_processes_measurements.qmd
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ from pyrenew.randomvariable import DistributionalVariable
33
33
from pyrenew.deterministic import DeterministicVariable, DeterministicPMF
34
34
```
35
35
36
-
# The Measurements Framework
36
+
##The Measurements Class
37
37
38
38
The `Measurements` class models continuous signals derived from infections. Unlike count observations (hospital admissions, deaths), measurements are continuous values that may span orders of magnitude or even be negative (e.g., log-transformed data).
39
39
@@ -44,7 +44,7 @@ The `Measurements` class models continuous signals derived from infections. Unli
44
44
- Serological assay results
45
45
- Environmental sensor readings
46
46
47
-
## The general pattern
47
+
###The general pattern
48
48
49
49
All measurement observation processes follow the same pattern:
50
50
@@ -62,7 +62,7 @@ The `Measurements` base class provides:
62
62
- Integration with hierarchical noise models
63
63
- Support for multiple sensors and subpopulations
64
64
65
-
## Comparison with count observations
65
+
###Comparison with count observations
66
66
67
67
The core convolution structure is shared with count observations, but key aspects differ:
68
68
@@ -74,7 +74,7 @@ The core convolution structure is shared with count observations, but key aspect
Measurement data typically exhibits **sensor-level variability**: different instruments, labs, or sampling locations have systematic biases and different precision levels.
0 commit comments