Skip to content

blacknred0/hagen-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hagen Ranking

================= Percentile ranking based on book "Introductory Statistics: Concepts, Models, and Applications by David W. Stockburger".

Ranking formula for Hagen could be found in this link

PR=Probability Ranking

Fb=Frequency below -> is the frequency below; the number of scores which are less than the score value of the percentile rank

Fw=Frequency within -> is the frequency within; the number of scores which have the same value as the score value of the percentile rank

N=Number of scores

PR = ((Fb + (1/2 * Fw)) / N) * 100


Installation instructions

  1. Download the extension: Download
  2. Close IBM SPSS Modeler. Save the .cfe file in the CDB directory, located by default on Windows in "C:\ProgramData\IBM\SPSS\Modeler\16\CDB" or under your IBM SPSS Modeler installation directory.
  3. Restart IBM SPSS Modeler, the node will now appear in the Field Ops palette.

Screenshots

  1. Node high-level overview Image main view

  2. Raw data table Raw data

  3. Within node Node options

  4. Results after processing Results after ranking


Issues

None at the time.


How to contribute

See TODO for list of enhancements that could be made.


License

This sample code is licensed under Apache 2.0. Full license text is available in LICENSE.


Open Source @ IBM

Find more open source projects on the IBM Github Page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages