ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilStatistics.php File Reference

Go to the source code of this file.

Data Structures

class  ilStatistics
 

Variables

const NAN_HANDLING_REMOVE 0
 This class provides mathematical functions for statistics. More...
 
const NAN_HANDLING_ZERO 1
 

Variable Documentation

◆ NAN_HANDLING_REMOVE

const NAN_HANDLING_REMOVE 0

This class provides mathematical functions for statistics.

It works on an array of numeric values.

Author
Helmut Schottmüller hscho.nosp@m.ttm@.nosp@m.tzi.d.nosp@m.e
Version
$Id$ Constants for the handling of elements which are not a number

Definition at line 15 of file class.ilStatistics.php.

Referenced by ilStatistics\validate().

◆ NAN_HANDLING_ZERO

const NAN_HANDLING_ZERO 1

Definition at line 16 of file class.ilStatistics.php.

Referenced by ilStatistics\validate().