File size: 2,261 Bytes
7184c04
 
1a65408
 
 
 
 
 
 
 
 
 
 
 
 
 
c1bfcce
1a65408
 
c1bfcce
1a65408
c1bfcce
 
1a65408
7184c04
 
7998524
7184c04
7998524
7184c04
7998524
7184c04
7998524
7184c04
7998524
7184c04
 
8938c00
7184c04
7998524
8938c00
7998524
8938c00
 
7184c04
1a65408
 
 
 
 
 
7184c04
 
 
 
7998524
 
7184c04
ebe1285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
dataset_info:
- config_name: aligned
  features:
  - name: Tf
    sequence: float32
  - name: X
    sequence: float32
  - name: Y
    sequence: float32
  - name: coefficients
    sequence: float32
  - name: f
    sequence: float32
  splits:
  - name: train
    num_bytes: 16360000
    num_examples: 10000
  - name: test
    num_bytes: 1636000
    num_examples: 1000
  download_size: 20519889
  dataset_size: 17996000
- config_name: default
  features:
  - name: Tf
    sequence: float32
  - name: X
    sequence: float32
  - name: Y
    sequence: float32
  - name: coefficients
    sequence: float32
  - name: f
    sequence: float32
  splits:
  - name: train
    num_bytes: 16360000
    num_examples: 10000
  - name: test
    num_bytes: 1636000
    num_examples: 1000
  download_size: 27175834
  dataset_size: 17996000
configs:
- config_name: aligned
  data_files:
  - split: train
    path: aligned/train-*
  - split: test
    path: aligned/test-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# Antiderivative Polynomial Dataset

## Dataset Summary

The Antiderivative Polynomial dataset is a collection of polynomial functions and their antiderivatives. The dataset is generated using polynomial functions and their antiderivatives.

Plot from the dataset:

![Antiderivative Polynomial Dataset](plot.png)

## Dataset Structure

The dataset is structured as follows.

### Subsets

The dataset is divided into two subsets:

- `default`: the default dataset.
- `aligned`: the `X` values are aligned for all functions.

### Splits

The dataset is divided into two splits:

- `train`: the training split, consisting of 10,000 rows.
- `test`: the test split, consisting of 1,000 rows.

### Columns

Each row in the dataset consists of the following columns:

- `X`: the input value of the function f.
- `f`: the value of the function f at X.
- `Y`: the input value of the antiderivative Tf.
- `Tf`: the value of the antiderivative Tf at Y.

### Data

The dataset contains the following data:

| Column  | Shape   | Type    |
|---------|---------|---------|
| X       | (100,)  | float   |
| f       | (100,)  | float   |
| Y       | (100,)  | float   |
| Tf      | (100,)  | float   |