Variance and Standard Deviation Statistics Calculator
PHP Program by Jay Tanner

Simply enter the delimited numerical data table/string and click [COMPUTE].
The numerical data elements can be separated by commas, spaces or semicolons.
The initial example data is randomly generated.  Copy/Paste/Replace with your own data table.






   View/Copy PHP Source Code      Download this PHP Program 
Statistics Computed From The Above Data Table
Mathematical  Expression Numerical  Evaluation 

Data elements count
32

Data element index
1 to 32

th  indexed value of () within the data table
1 to 32

Sum of all given numerical data
2632.011
Sum of All Data

Arithmetic mean (average) of sample or population
82.25034375
Arithmetic Mean

 Sum of squares of all differences from the mean 
20.67092521875

Sample variance
0.666804039315
Sample Variance

Standard deviation within sample
± 0.816580699818
Sample Standard Deviation

Population variance
0.645966413086
Population Variance

Standard deviation within population
± 0.803720357516
Population Standard Deviation
PHP Math Tool by Jay Tanner - 2026