File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CollocatedCokriging(Krige):
2828 Both variants assume the cross-covariance follows:
2929
3030 .. math::
31- C_{YZ}(h) = \\ rho_{ YZ}(0) \\ cdot \\ sqrt {C_Z(h) \\ cdot C_Y (h)}
31+ C_{YZ}(h) = \f rac{C_{ YZ}(0)} {C_Z(0)} \ cdot C_Z (h)
3232
3333 where :math:`\\ rho_{YZ}(0)` is the cross-correlation at zero lag. This assumption
3434 requires that primary and secondary variables have similar spatial
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ class SimpleCollocated(CollocatedCokriging):
2727 Assumes the cross-covariance follows the Markov Model I:
2828
2929 .. math::
30- C_{YZ}(h) = \\ rho_{ YZ}(0) \\ cdot \\ sqrt {C_Z(h) \\ cdot C_Y (h)}
30+ C_{YZ}(h) = \f rac{C_{ YZ}(0)} {C_Z(0)} \ cdot C_Z (h)
3131
3232 where :math:`\\ rho_Y(h) = \\ rho_Z(h)`, meaning both variables share the same
3333 spatial correlation structure. This requires similar spatial correlation
3434 patterns between primary and secondary variables.
3535
3636 **Known Limitation:**
3737
38- MM1 can produce variance inflation :math:`\\ sigma^2_{\\ text{SCCK}} > \\ sigma^2_{\\ text{SK}}`
38+ Simple collocated cokriging can produce variance inflation :math:`\\ sigma^2_{\\ text{SCCK}} > \\ sigma^2_{\\ text{SK}}`
3939 in some cases. For accurate variance estimation, use :any:`IntrinsicCollocated` instead.
4040
4141 **Estimator:**
@@ -187,7 +187,7 @@ class IntrinsicCollocated(CollocatedCokriging):
187187 Like :any:`SimpleCollocated`, assumes the cross-covariance follows:
188188
189189 .. math::
190- C_{YZ}(h) = \\ rho_{ YZ}(0) \\ cdot \\ sqrt {C_Z(h) \\ cdot C_Y (h)}
190+ C_{YZ}(h) = \f rac{C_{ YZ}(0)} {C_Z(0)} \ cdot C_Z (h)
191191
192192 **Advantage over SimpleCollocated:**
193193
You can’t perform that action at this time.
0 commit comments