|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for trendClass:Static Public Member Functions | |
| static | calculate ($trendType=self::TREND_BEST_FIT, $yValues, $xValues=array(), $const =True) |
Data Fields | |
| const | TREND_LINEAR = 'Linear' |
| const | TREND_LOGARITHMIC = 'Logarithmic' |
| const | TREND_EXPONENTIAL = 'Exponential' |
| const | TREND_POWER = 'Power' |
| const | TREND_POLYNOMIAL_2 = 'Polynomial_2' |
| const | TREND_POLYNOMIAL_3 = 'Polynomial_3' |
| const | TREND_POLYNOMIAL_4 = 'Polynomial_4' |
| const | TREND_POLYNOMIAL_5 = 'Polynomial_5' |
| const | TREND_POLYNOMIAL_6 = 'Polynomial_6' |
| const | TREND_BEST_FIT = 'Bestfit' |
| const | TREND_BEST_FIT_NO_POLY = 'Bestfit_no_Polynomials' |
Static Private Attributes | |
| static | $_trendTypes |
| static | $_trendTypePolyOrders |
| static | $_trendCache = array() |
Definition at line 18 of file trendClass.php.
|
static |
Definition at line 47 of file trendClass.php.
References $key, and elseif().
Referenced by PHPExcel_Calculation_Functions\CORREL(), PHPExcel_Calculation_Functions\COVAR(), PHPExcel_Calculation_Functions\FORECAST(), PHPExcel_Calculation_Functions\GROWTH(), PHPExcel_Calculation_Functions\INTERCEPT(), PHPExcel_Calculation_Functions\LINEST(), PHPExcel_Calculation_Functions\LOGEST(), PHPExcel_Calculation_Functions\RSQ(), PHPExcel_Calculation_Functions\SLOPE(), PHPExcel_Calculation_Functions\STEYX(), and PHPExcel_Calculation_Functions\TREND().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 44 of file trendClass.php.
|
staticprivate |
Definition at line 37 of file trendClass.php.
|
staticprivate |
Definition at line 32 of file trendClass.php.
| const trendClass::TREND_BEST_FIT = 'Bestfit' |
Definition at line 29 of file trendClass.php.
| const trendClass::TREND_BEST_FIT_NO_POLY = 'Bestfit_no_Polynomials' |
Definition at line 30 of file trendClass.php.
| const trendClass::TREND_EXPONENTIAL = 'Exponential' |
Definition at line 22 of file trendClass.php.
Referenced by PHPExcel_Calculation_Functions\GROWTH(), and PHPExcel_Calculation_Functions\LOGEST().
| const trendClass::TREND_LINEAR = 'Linear' |
Definition at line 20 of file trendClass.php.
Referenced by PHPExcel_Calculation_Functions\CORREL(), PHPExcel_Calculation_Functions\COVAR(), PHPExcel_Calculation_Functions\FORECAST(), PHPExcel_Calculation_Functions\INTERCEPT(), PHPExcel_Calculation_Functions\LINEST(), PHPExcel_Calculation_Functions\RSQ(), PHPExcel_Calculation_Functions\SLOPE(), PHPExcel_Calculation_Functions\STEYX(), and PHPExcel_Calculation_Functions\TREND().
| const trendClass::TREND_LOGARITHMIC = 'Logarithmic' |
Definition at line 21 of file trendClass.php.
| const trendClass::TREND_POLYNOMIAL_2 = 'Polynomial_2' |
Definition at line 24 of file trendClass.php.
| const trendClass::TREND_POLYNOMIAL_3 = 'Polynomial_3' |
Definition at line 25 of file trendClass.php.
| const trendClass::TREND_POLYNOMIAL_4 = 'Polynomial_4' |
Definition at line 26 of file trendClass.php.
| const trendClass::TREND_POLYNOMIAL_5 = 'Polynomial_5' |
Definition at line 27 of file trendClass.php.
| const trendClass::TREND_POLYNOMIAL_6 = 'Polynomial_6' |
Definition at line 28 of file trendClass.php.
| const trendClass::TREND_POWER = 'Power' |
Definition at line 23 of file trendClass.php.