Skip to content

Commit 3582b25

Browse files
authored
README.md
1 parent be529fe commit 3582b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ c>0, using a smaller value (O(10^-1) or smaller) is advised. This is the 'shape
1717
q>0, using a value of q=30 is standard - feel free to go between 5 and 50. A rule of thumb is that smaller q means each iteration is quicker, but we may need more iterations for convergence overally.
1818

1919
ALGORITHM DESCRIPTION - outputs
20-
Iteration count - k
2120

21+
Iteration count - k
2222

2323
The interpolant, s(x) is of the form
2424

25-
s(x) = sum_i^n lambda_i phi(x-x_i) + alpha
25+
$s(x) = sum_i^n lambda_i phi(x-x_i) + alpha$
2626

2727
where the x_i are the data centers and phi(x) = (x^2+c^2)^0.5 is the multiquadric radial basis function.
2828

0 commit comments

Comments
 (0)