Skip to content

Commit

Permalink
Update class.test.php
Browse files Browse the repository at this point in the history
Add a link to a ChatGPT version for calculating Standard Deviation.
  • Loading branch information
garymarkfuller authored Sep 21, 2023
1 parent 0c2fc3d commit 5e7f5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/class.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public function medianResult ($data_array, $median_index_value, $n)
* A class to calculate Standard Deviation using a set of values supplied by the user
* @param $data_array, $sumofxsquared, $sumofsquaredx, $standard_deviation
* @author Gary
* Interesting version of this as a function on https://chat.openai.com/share/f71c5744-d96b-4d4e-9a83-0ae53868a3d2
*/
class calculateStandardDeviationClass
{
Expand Down

0 comments on commit 5e7f5b2

Please sign in to comment.