Skip to content
Advertisement

Tag: standard-deviation

z-Scores(standard deviation and mean) in PHP

I am trying to calculate Z-scores using PHP. Essentially, I am looking for the most efficient way to calculate the mean and standard deviation of a data set (PHP array). Any suggestions on how to do this in PHP? I am trying to do this in the smallest number of steps. Answer to calculate the mean you can do: standard

Advertisement