Update README.md
Browse files
README.md
CHANGED
@@ -88,8 +88,8 @@ Each row in the dataset consists of the following columns:
|
|
88 |
|
89 |
- `X`: the input value of the function f.
|
90 |
- `f`: the value of the function f at X.
|
91 |
-
- `Y`: the input value of the derivative
|
92 |
-
- `
|
93 |
|
94 |
### Data
|
95 |
|
@@ -100,4 +100,4 @@ The dataset contains the following data:
|
|
100 |
| X | (100,) | float |
|
101 |
| f | (100,) | float |
|
102 |
| Y | (100,) | float |
|
103 |
-
|
|
|
|
88 |
|
89 |
- `X`: the input value of the function f.
|
90 |
- `f`: the value of the function f at X.
|
91 |
+
- `Y`: the input value of the derivative Tf.
|
92 |
+
- `Tf`: the value of the derivative Tf at Y.
|
93 |
|
94 |
### Data
|
95 |
|
|
|
100 |
| X | (100,) | float |
|
101 |
| f | (100,) | float |
|
102 |
| Y | (100,) | float |
|
103 |
+
| Tf | (100,) | float |
|