﻿===================================================
 The web service « criteriaDescriptiveStatistics »
===================================================

How to run the java program in command line?
============================================

::
java -jar criteriaDescriptiveStatistics-ITTB.jar alternatives.xml criteria.xml criteria.xml performanceTable.xml messages.xml criteriaMeanValues.xml criteriaMaximumValues.xml criteriaMinimumValues.xml criteriaVariance.xml criteriaStandardDeviation.xml criteriaMedianValues.xml

where:

- The first entry file corresponds to ``alternatives.xml``
- The second entry file corresponds to ``criteria.xml``
- The third entry file corresponds to ``performanceTable.xml``
- The first output file corresponds to the ``messages.xml`` file. It is a list of messages generated by the algorithm. It contains information about the execution status as well as a warnings and errors when they occur.
- The other output files contain the statistics. In these files, you can find 6 criteria values outputs: the mean values, the maximum, the minimum, the variance, the standard deviation and the median values respectively.

How to run the tests?
=====================

You have just to put the entry files ``alternatives.xml``,``criteria.xml`` ``performanceTable.xml`` in the correct order, i.e. ``infile1``, ``infile2`` and ``infile3``.

