ajthor commited on
Commit
6b302a7
·
verified ·
1 Parent(s): a6d8975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 f'.
92
- - `f'`: the value of the derivative f' at Y.
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
- | f' | (100,) | float |
 
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 |