Extreme Outlier |
There are no translations available. Purpose Extreme Outlier is a statistical computer program eliminating extreme outlier values from statistical probe series.
How it works Extreme Outlier progam can be started in the command shell environment in many operating systems ( Windows, Linux, Unix, Mac ). As a result of processing and analyzing input data, Extreme Outlier produces text report file, documenting probe series, exposing the extreme outlier values and additionally reporting certain statistical values: Z Value of 25th percentile The Extreme Outlier program is started by calling the command: java -cp commons-math-1.2.jar;outlier.jar;. com.mpsystem.stat.outlier.OutlierFilter sourcefile reportfile s 1,5 0,0005 with parameters representing -cp commons-math-1.2.jar;outlier.jar;. - the classpath of the required libraries com.mpsystem.stat.outlier.OutlierFilter - the called program class main method sourcefile - source file with input probe data reportfile - output report file s - single run ( input data representing single course of probes in single file ) or m - multiple run ( input probes in multiple input files representing multiple series ) 1,5 - multiplication factor ( parameter of the extreme outlier algorithm: multiplication coefficient influencing the breadth of the accepted values band ) 0,0005 - significance ( parameter of the extreme outlier algorithm: coefficient specyfing the significance of rejected values )
Input data must be supplied as a file of newline separated numbers.
How it can be used Extreme Outliner is completely developed in Java programming language and therefore it can be used ( after having installed the Java runtime -> www.javasoft.com ) on any operating system ! Installation Here can you download runtime version of our program. Requirements: 1. JRE/JDK - Java runtime environment ( to download goto www.javasoft.com ) in version >= 1.5 2. Free statistical library commons-math ( to download goto http://commons.apache.org/math ) in version >= 1.2 3. JAR file of the Extreme Outlier program 4. Start file outlier.bat, using additional batch file cpappend.bat. To download our Extreme Outlier program click on: If you are interested in obtaining the source code and support, please contact us directly. Licence Extreme Outlier is a product of a MP System Spzoo company. All rights reserved by MP System Spzoo. MP System grants to all private, commercial or institutional users unlimited usage no-fee licence. Responsibility for any damages resulting from using this product is excluded. |