File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def g(X):
113
113
# %% [markdown]
114
114
# ## Solve the maximum likelihood problem
115
115
#
116
- # We can solve $Ax = b$, where $b$ is the observations,
116
+ # We can solve $Ax = b$, where $b$ are the observations,
117
117
# for the maximum likelihood estimate.
118
118
#
119
119
# Notice that unlike using a Ridge model,
@@ -134,7 +134,7 @@ def g(X):
134
134
# %% [markdown]
135
135
# ## Solve using ESMDA
136
136
#
137
- # We crease an `ESMDA` instance and solve the Guass-linear problem.
137
+ # We create an `ESMDA` instance and solve the Guass-linear problem.
138
138
139
139
# %%
140
140
smoother = ESMDA (
@@ -177,7 +177,7 @@ def g(X):
177
177
# %% [markdown]
178
178
# ## Solve using AdaptiveESMDA
179
179
#
180
- # We crease an `AdaptiveESMDA` instance and solve the Guass-linear problem.
180
+ # We create an `AdaptiveESMDA` instance and solve the Guass-linear problem.
181
181
182
182
# %%
183
183
adaptive_smoother = AdaptiveESMDA (
You can’t perform that action at this time.
0 commit comments