Skip to content

Commit aa6542b

Browse files
authored
README.md
1 parent 12d00b4 commit aa6542b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Python and Numpy
66

77
**ALGORITHM DESCRIPTION** - inputs - FGP(data, values, q, c, error)
88

9-
*Data centers ($x_i$) and values at those points ($f_i$)
9+
- Data centers ($x_i$) and values at those points ($f_i$)
1010

11-
*Error
11+
- Error
1212

13-
*Two parameters for the algorithm - $q$ and $c$:
13+
- Two parameters for the algorithm - $q$ and $c$:
1414

15-
**$c>0$, using a smaller value ($O(10^{-1})$ or smaller) is advised. This is the 'shape parameter' for the multiquadric.
15+
- $c>0$, using a smaller value ($O(10^{-1})$ or smaller) is advised. This is the 'shape parameter' for the multiquadric.
1616

17-
**$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.
17+
- $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
2020

21-
Iteration count - k
21+
- Iteration count - k
2222

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

0 commit comments

Comments
 (0)