Example Data
November 27, 2023
X ~ Uniform(0,100)
A 10x10 random sample from a Uniform(0,100) distribition.
Each integer between 0 and 100 has an equal likelihood of being selected.
The random sample was created with PHP's rand
function.
<iframe src="https://pmagunia.com/iframe/example-data.html" width="100%" height="100%" style="border:0px"></iframe>