File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Simple Kriging with geostatistical function `fun` and constant `mean`.
99
1010### Notes
1111
12- * Simple Kriging requires stationary geostatistical function
12+ Simple Kriging requires stationary geostatistical function.
1313"""
1414struct SimpleKriging{F<: GeoStatsFunction ,M<: AbstractVector } <: KrigingModel
1515 # input fields
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ for `dim` geospatial coordinates.
1515
1616### Notes
1717
18- * Drift functions should be smooth for numerical stability
19- * Include a constant drift (e.g. `p -> 1`) for unbiased estimation
20- * [`OrdinaryKriging`](@ref) is recovered with `drifts = [p -> 1]`
18+ Drift functions should be smooth for numerical stability.
19+
20+ Include a constant drift (e.g. `p -> 1`) for unbiased estimation.
21+
22+ [`OrdinaryKriging`](@ref) is recovered with `drifts = [p -> 1]`.
2123"""
2224struct UniversalKriging{F<: GeoStatsFunction ,D} <: KrigingModel
2325 fun:: F
You can’t perform that action at this time.
0 commit comments