ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Statistical.php File Reference

Go to the source code of this file.

Data Structures

class  PHPExcel_Calculation_Statistical
 

Namespaces

 PHPExcel_Calculation
 

Variables

 if (!defined( 'PHPEXCEL_ROOT'))
 PHPExcel root directory. More...
 
const LOG_GAMMA_X_MAX_VALUE 2.55e305
 LOG_GAMMA_X_MAX_VALUE. More...
 
const XMININ 2.23e-308
 XMININ. More...
 
const EPS 2.22e-16
 EPS. More...
 
const SQRT2PI 2.5066282746310005024157652848110452530069867406099
 SQRT2PI. More...
 

Variable Documentation

◆ EPS

const EPS 2.22e-16

EPS.

Definition at line 49 of file Statistical.php.

Referenced by PHPExcel_Calculation_Statistical\_logGamma().

◆ if

if(!defined('PHPEXCEL_ROOT'))

PHPExcel root directory.

Definition at line 30 of file Statistical.php.

◆ LOG_GAMMA_X_MAX_VALUE

◆ SQRT2PI

const SQRT2PI 2.5066282746310005024157652848110452530069867406099

◆ XMININ

const XMININ 2.23e-308

XMININ.

Definition at line 46 of file Statistical.php.

Referenced by PHPExcel_Calculation_Statistical\_betaFraction().