Author: Manuel Lemos
Viewers: 165
Last month viewers: 1
Categories: Notable Packages
There are many types of statistical functions that can be applied to data sets like the mean, average, standard deviation, etc..
This class implements a variant version of those statistical functions by applying variable weights to each number value in the data set to which it is computing the values of those statistical functions.
Read this article to learn more details about how this notable PHP package works.
This class implements a variant version of those statistical functions by applying variable weights to each number value in the data set to which it is computing the values of those statistical functions.
Read this article to learn more details about how this notable PHP package works.

The package Weighted PHP Statistics is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Calculate statistics on weighted data sets
Here follows in more detail what it does:
This class can calculate statistics on weighted data sets.
It can take as parameters one data set array with numeric values and another array with the respective weights for the values in the first parameter array.
The class can calculate several types of common statistics on the data set values considering the weight values, like: the mean, average, standard deviation, percentile and skew.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Calculate statistics on weighted data sets
Here follows in more detail what it does:
This class can calculate statistics on weighted data sets.
It can take as parameters one data set array with numeric values and another array with the respective weights for the values in the first parameter array.
The class can calculate several types of common statistics on the data set values considering the weight values, like: the mean, average, standard deviation, percentile and skew.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,602,222 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
![]() | ![]() | ||
![]() | ![]() | ||
![]() | ![]() |
Comments:
No comments were submitted yet.