claim_evidence
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
1 row where claim_id = "ts-claim-ps1-cramer-model-fails-at-two-scales"
This data as json, CSV (advanced)
| Link | claim_id | source | label | span |
|---|---|---|---|---|
| ts-claim-ps1-cramer-model-fails-at-two-scales,doi:10.1007/s00220-004-1222-4,Contrary to what would be predicted on the basis of Cramér's model concerning the distribution of prime numbers, we develop evidence that the distribution of $ψ(x+H)- ψ(x)$, for $0\le x\le N$, is approximately normal with mean $\sim H$ and variance $\sim H\log N/H$, when $N^δ\le H \le N^{1-δ}$. | ts-claim-ps1-cramer-model-fails-at-two-scales | doi:10.1007/s00220-004-1222-4 | SUPPORTS | Contrary to what would be predicted on the basis of Cramér's model concerning the distribution of prime numbers, we develop evidence that the distribution of $ψ(x+H)- ψ(x)$, for $0\le x\le N$, is approximately normal with mean $\sim H$ and variance $\sim H\log N/H$, when $N^δ\le H \le N^{1-δ}$. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE claim_evidence (
claim_id TEXT NOT NULL REFERENCES claim(id),
source TEXT NOT NULL,
label TEXT NOT NULL CHECK (label IN ('SUPPORTS','REFUTES','NOINFO','NOT_EVIDENCE')),
span TEXT NOT NULL,
PRIMARY KEY (claim_id, source, span)
);