Overview
- Independent Realization
- Time
- Space
- Variable
Unconditional Density Estimation¶
IID Data¶
D={yn}n=1N A more convenient way to represent this is to show the stacked matrices.
Measurements:Y∈RN×Dyyn∈R Examples:
Fully Pooled Model (Temperature, Precipitation)¶
p(Y,θ)=p(θ)n=1∏Np(yn∣θ) Non-Pooled Model¶
p(Y,θ)=n=1∏Np(yn∣θn) Partially Pooled Model¶
p(Y,Z,θ)=p(θ)n=1∏Np(yn∣zn)p(zn∣θ)
Time Series Data¶
D={tn,yn}n=1NT,yn∈RDytn∈R+ A more convenient way to represent this is to show the stacked matrices.
Measurements:Time Stamps:Yt∈RNT×Dy∈RNTyn∈Rtn∈R+ Temporally Conditioned Model¶
p(Y,t,Z,θ)=p(θ)n=1∏NTp(yn∣zn)p(zn∣tn,θ) Dynamical Model¶
p(Y,Z,θ)=p(θ)p(z0∣θ)t=1∏Tp(yt∣zt)p(zt∣zt−1,θ)
Spatial Field Data¶
D={sm,ym}m=1NΩ A more convenient way to represent this is to show the stacked matrices.
Measurements:Spatial Coordinates:YS∈RNΩ×Dy∈RNΩ×Dsyn∈RDysn∈RDs Spatially Conditioned Model¶
p(Y,S,Z,θ)=p(θ)n=1∏NTp(yn∣zn)p(zn∣sn,θ)
Spatio-Temporal Data¶
D={tn,sm,ynm}n=1,m=1NT,NΩ A more convenient way to represent this is to show the stacked matrices.
Measurements:Time Stamps:Spatial Coordinates:YtS∈RNT×Dy∈RNT∈RNΩ×Dsyn∈Rtn∈R+sn∈RDs Spatiotemporal Conditioned Model¶
p(Y,t,S,Z,θ)=p(θ)n=1∏NTm=1∏NΩp(ynm∣znm)p(znm∣tn,sm,θ) Dynamical Model¶
p(Y,Z,θ)=p(θ)p(z0∣θ)t=1∏Tp(yt∣zt)p(zt∣zt−1,θ)
Conditional Density Estimation¶
IID Data¶
D={xn,yn}n=1N A more convenient way to represent this is to show the stacked matrices.
Measurements:Covariates:YX∈RNT×Dy∈RNT×Dxyn∈RDyxn∈RDx Non-Pooled Model¶
p(Y,X,Z,θ)=n=1∏Np(yn∣zn)p(zn∣xn,θn) Partially Pooled Model¶
p(Y,X,Z,θ)=p(θ)n=1∏Np(yn∣zn)p(zn∣xn,θ)
Time Series Data¶
D={tn,xn,yn}n=1N A more convenient way to represent this is to show the stacked matrices.
Measurements:Covariates:Time Stamps:YXt∈RNT×Dy∈RNT×Dx∈RNTyn∈RDyxn∈RDxtn∈R+ Temporally Conditioned Model¶
p(Y,t,X,Z,θ)=p(θ)n=1∏NTp(yn∣zn)p(zn∣tn,xn,θ) Dynamical Model¶
p(Y,X,Z,θ)=p(θ)p(z0∣θ)t=1∏Tp(yt∣zt)p(zt∣zt−1,xt,θ)
Spatial Field Data¶
D={sn,xn,yn}n=1N A more convenient way to represent this is to show the stacked matrices.
Measurements:Covariates:Spatial Coordinates:YXS∈RNΩ×Dy∈RNΩ×Dx∈RNΩ×Dsyn∈RDyxn∈RDxsn∈RDs Spatially Conditioned Model¶
p(Y,S,X,Z,θ)=p(θ)m=1∏NΩp(ym∣zm)p(zm∣sm,xm,θ)
Spatio-Temporal Data¶
D={tn,sm,xnm,ynm}n=1,m=1NT,NΩ,N=NTNΩ A more convenient way to represent this is to show the stacked matrices.
Measurements:Covariates:Time Stamps:Spatial Coordinates:YXtS∈RNT×NΩ×Dy∈RNΩ×Dx∈RNT∈RNΩ×Dsyn∈RDyxn∈RDxtn∈R+sn∈RDs Spatiotemporal Conditioned Model¶
p(Y,X,t,S,Z,θ)=p(θ)n=1∏NTm=1∏NΩp(ynm∣znm)p(znm∣sm,tn,xnm,θ) Dynamical Model¶
p(Y,X,Z,θ)=p(θ)p(z0∣θ)t=1∏Tp(yt∣zt)p(zt∣zt−1,xt,θ)