Skip to content

Commit cc612b0

Browse files
committed
Fix typos in 18_GP_inference.ipynb and 19_geostatistics.ipynb
1 parent 14a45e0 commit cc612b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

18_GP_inference.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
"cell_type": "markdown",
906906
"metadata": {},
907907
"source": [
908-
"We have inferred the variance parameter successfully. Estimating lengthscale, espetially for less smooth kernels is harder. One more issue is the non-identifiability of the pair lengthscale-variance. Hence, if they both really *need* to be inferred, strong priors would be beneficial."
908+
"We have inferred the variance parameter successfully. Estimating lengthscale, especially for less smooth kernels is harder. One more issue is the non-identifiability of the pair lengthscale-variance. Hence, if they both really *need* to be inferred, strong priors would be beneficial."
909909
]
910910
},
911911
{

19_geostatistics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"\n",
3636
"Geostatistics is the subarea of spatial statstistics which works with geostatstitical data. It finds applications in various fields such as natural resource exploration (e.g., oil and gas reserves estimation), environmental monitoring (e.g., air and water quality assessment), agriculture (e.g., soil fertility mapping), and urban planning (e.g., land use analysis) and, of course, epidemiology (e.g., disease mapping). It offers powerful tools for spatial data analysis, decision-making, and resource management in both scientific research and practical applications.\n",
3737
"\n",
38-
" <span style=\"color:orange\">Kriging</span> is a statistical interpolation technique used primarily in geostatistics. It is named after South African mining engineer DanielG. Krige, who developed the method in the 1950s. Kriging is employed to estimate the value of a variable at an <span style=\"color:orange\">unmeasured location</span>based on the values <span style=\"color:orange\">observed</span> at nearby locations.\n",
38+
" <span style=\"color:orange\">Kriging</span> is a statistical interpolation technique used primarily in geostatistics. It is named after South African mining engineer DanielG. Krige, who developed the method in the 1950s. Kriging is employed to estimate the value of a variable at an <span style=\"color:orange\">unmeasured location</span> based on the values <span style=\"color:orange\">observed</span> at nearby locations.\n",
3939
"\n",
4040
"The basic idea behind kriging is to model the spatial correlation or spatial autocorrelation of the variable being studied. This means that kriging considers the spatial structure of the data. It assumes that nearby points are more similar than those farther away and uses this information to make predictions.\n",
4141
"\n",

0 commit comments

Comments
 (0)