Experiment notebook
Research note fields
A small computational study with its assumptions beside the result.
Research note fields
The download is a text research note. The JSON below describes its fields; it is an example structure, not a remote API endpoint.
JSON / Example record
{
"study": "convergence-reference",
"sample_size": 64,
"illustrative_error": 0.125,
"relationship": "1 / sqrt(n)",
"sample": true
}study- Identifies the prepared comparison.
sample_size- Selected integer from 16 to 128, in increments of 16.
illustrative_error- Computed as 1 / sqrt(sample_size), displayed to three decimals.
relationship- The explicit assumption behind the adjusted curve.
sample- True: the values illustrate a method, not a measured benchmark.