Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 21, 2022
1 parent 219c90f commit c71e2b5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ Stat class has methods to calculate an average or typical value from a populatio
- quantiles(): cut points dividing the range of a probability distribution into continuous intervals with equal probabilities;
- thirdQuartile(): 3rd quartile, is the value at which 75 percent of the data is below it;
- firstQuartile(): first quartile, is the value at which 25 percent of the data is below it;
- pstdev(): Population standard deviation
- stdev(): Sample standard deviation
- pvariance(): variance for a population
- variance(): variance for a sample
- geometricMean(): geometric mean
- harmonicMean(): harmonic mean
- pstdev(): Population standard deviation;
- stdev(): Sample standard deviation;
- pvariance(): variance for a population;
- variance(): variance for a sample;
- geometricMean(): geometric mean;
- harmonicMean(): harmonic mean;
- correlation(): the Pearson’s correlation coefficient for two inputs;
- covariance(): the sample covariance of two inputs.

#### Stat::mean( array $data )
Return the sample arithmetic mean of the array _$data_.
Expand Down

0 comments on commit c71e2b5

Please sign in to comment.