cell
data
no
screen
data
lf
swiss11
on
~\n
1
nolist
fmt
\n\N\T
yes
tt
1
yes
fixed
1
degrees
on
10.0
0.0
100.0
0.0
10
10
bin,prcnt
b01
2.0 |
b02
1.0 |
b03
2.0 |
b04
2.0 |
b05
11.0 |
b06
18.0 |
b07
8.0 |
b08
2.0 |
b09
3.0 |
b10
1.0 |
bin
9.5 |
binwidth
1.5 |
clearbins
|
count
50.0 |
data
11.9 8.3 13.5 12.5 11.4 13.6 6.9 10.8 14.2 12.0 11.9 12.4 4.3 11.0 7.6 12.7 16.1 12.8 14.6 14.7 12.7 10.8 12.9 10.5 12.5 14.8 4.2 12.4 11.1 11.9 11.7 12.7 14.2 11.0 10.9 14.5 14.0 11.7 10.0 19.0 16.5 12.4 10.6 9.2 10.7 11.7 12.5 13.6 16.4 11.1 |
distribution
This cell prints descriptive statistics and plots a frequency distribution of the samples currently in the text field of cell "data".
There are ten bins in the frequency distribution. The plot shows the percentage of numbers falling within each bin versus the bin number.
|
exponential
This cell generates Num random numbers that are exponentially distributed with the exponential distribution parameter lambda.
The numbers are written to the text field of cell data, which is the input field for the script in cell distribution, which plots the distribution function and prints descriptive statistics.
For a different collection of numbers, change the seed in the first call to the Rand() function.
WARNING: The execution of this script overwrites the contents ofthe text field of cell data. But first it copies the contents of the text field of that cell to the cell backup.
0.1
|
home
This web provides some handy statistical tools.
Enter a collection of numbers into the text field of cell "data", and you can get descriptive statistics, and a plot of frequency distribution by executing the script of cell "distribution".
For descriptive statistics only, execute cell "stats".
To generate random numbers from known probability distributions, execute the scripts of cells "uniform","normal", or "exponential". These scripts will overwrite the contents of the text field of cell "data", so save them first if you want to keep them.
17 |
indx
10 |
initstats
|
lambda
10 |
normal
This cell generates Num random numbers that are normally distributed with a mean close to the value in cell normMean, and a standard deviation that is close to the value in cell normSigma.
The numbers are written to the text field of cell data, which is the input field for the script in cell distribution, which plots the distribution function and prints descriptive statistics.
For a different collection of numbers, change the seed in the first call to the Rand() function.
WARNING: The execution of this script overwrites the contents ofthe text field of cell data.
0.9
|
normMean
This is the mean to use in the generation of normally distributed random numbers
12 |
normSigma
This is the standard deviation to use in the generation of normaly distributed random numbers (see cell normal)
2 |
Num
The value field of this cell contains the number of data items to write into the text field of cell "data" from the normal, exponential, or uniform cells.
50 |
prcnt
2.0 |
smax
19.0 |
smean
12.0 |
smin
4.2 |
srange
14.8
|
stats
This cell prints to the output screen descriptive statistics of the numbers in the text field of cell "data"
|
statsout
|
stdev
2.7 |
temp
11.1 |
u1
0.2 |
u2
-0.5 |
uniform
This cell generates Num random numbers that are uniformly distributed on the interval [uniMin,uniMax]
The numbers are written to the text field of cell data, which is the input field for the script in cell distribution, which plots the distribution function and prints descriptive statistics.
For a different collection of numbers, change the seed in the first call to the Rand() function.
WARNING: The execution of this script overwrites the contents ofthe data cell text field.
1.0
|
uniMax
This cell contains the maximum size of the uniformly distributed numbers generated by uniform.
10 |
uniMin
5 |
var
7.4 |