Skip to content

Jijarine/standard_deviation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

standard_deviation

PHP function to find the Standard Deviation of an array

If not running PHP 7.2+ change:

function calculateStandardDeviation(array $array = []) {

to:

function calculateStandardDeviation($array = array()) {

About

PHP function to find the Standard Deviation of an array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages