Below is my preferred notation for modeling.
Spatial Coordinates¶
s∈Ω⊆RDs For example, we can have:
Cartesian:Spherical:ss=[x,y,z]=[Longitude,Latitude,Depth/Altitude] Note: in many cases, we have coordinate transformations whereby we can move between different coordinate systems.
For example, we can simply move between Cartesian coordinate system and the spherical coordinate system.
There are also many examples of the Coordinate Reference System (CRS) which allows users to use their own custom system depending upon their field of view.
Temporal Coordinates¶
t∈T⊆R+ For example, we can have:
tt=[seconds]=[hours]
Observations¶
Measurements we can actually observe.
y=y(s,t),y:RDs×R+→RDys∈Ωy⊆RDst∈Ty⊆R+ Covariate¶
Data which we believe is conditionally important for our model.
x=x(s,t),x:RDs×R+→RDxs∈Ωx⊆RDst∈Tx⊆R+ Quantity of Interest (QoI)¶
The true quantity we are interested in estimating.
u=u(s,t),u:RDs×R+→RDxs∈Ωu⊆RDst∈Tu⊆R+ Latent Variables¶
Unknown, unobserved variables
z=z(s,t),z:RDs×R+→RDxs∈Ωz⊆RDst∈Tz⊆R+