Skip to content
Snippets Groups Projects
Commit 4c5e3e91 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

...

parent 1ec7fac0
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ class SqDistAlgorithm(Algorithm):
s[i + 1:i + nts / 2 + 1] = (s[i + 1:i + nts / 2 + 1] +
gamma * (1 - alpha) * et *
weights[nts / 2 + 1:])
# update l and b using equation-error formulation
l = l + phi * b + alpha * et
b = phi * b + alpha * beta * et
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment