PHP Classes

Packages of Greg Neyman

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Greg Neyman (2)  >  Mission progress status  >  Reputation  
Picture of Greg Neyman
Name: Greg Neyman <contact>
Classes: 2
Country: United Kingdom
Age: 48
All time rank: 4207187 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 181
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image SAS to MySQL  
PHP Programming Innovation award nominee
January 2017
Number 12
Extract data dictionaries from SAS file into MySQL
This class can extract data dictionaries from SAS file into MySQL.

It can parse SAS files and extract values of data dictionaries (Format, Input, Label).

The class creates a table on MySQL database to insert the extracted data.

It replaces numeric data values with full text data.

The class can optimize data replacing VARCHAR default into appropriate INT or ENUM for easier data browsing. It also split tables along columns when there are too many columns during optimization.
Not yet rated by the users

  Files folder image Weighted PHP Statistics  
PHP Programming Innovation award nominee
May 2019
Number 5


Prize: One subscription to the PDF edition of the PHP Architect magazine
Calculate statistics on weighted data sets
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.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z