ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getOrder () | |
getValueOfYForX ($xValue) | |
getValueOfXForY ($yValue) | |
getEquation ($dp=0) | |
getSlope ($dp=0) | |
getCoefficients ($dp=0) | |
__construct ($order, $yValues, $xValues=array(), $const =True) | |
Public Member Functions inherited from PHPExcel_Best_Fit | |
getError () | |
getBestFitType () | |
getXValues () | |
getSlopeSE ($dp=0) | |
getIntersect ($dp=0) | |
getIntersectSE ($dp=0) | |
getGoodnessOfFit ($dp=0) | |
getGoodnessOfFitPercent ($dp=0) | |
getStdevOfResiduals ($dp=0) | |
getSSRegression ($dp=0) | |
getSSResiduals ($dp=0) | |
getDFResiduals ($dp=0) | |
getF ($dp=0) | |
getCovariance ($dp=0) | |
getCorrelation ($dp=0) | |
getYBestFitValues () | |
__construct ($yValues, $xValues=array(), $const =True) |
Protected Attributes | |
$_bestFitType = 'polynomial' | |
$_order = 0 | |
Protected Attributes inherited from PHPExcel_Best_Fit | |
$_error = False | |
$_bestFitType = 'undetermined' | |
$_valueCount = 0 | |
$_xValues = array() | |
$_yValues = array() | |
$_adjustToZero = False | |
$_yBestFitValues = array() | |
$_goodnessOfFit = 1 | |
$_stdevOfResiduals = 0 | |
$_covariance = 0 | |
$_correlation = 0 | |
$_SSRegression = 0 | |
$_SSResiduals = 0 | |
$_DFResiduals = 0 | |
$_F = 0 | |
$_slope = 0 | |
$_slopeSE = 0 | |
$_intersect = 0 | |
$_intersectSE = 0 | |
$_Xoffset = 0 | |
$_Yoffset = 0 |
Private Member Functions | |
_polynomial_regression ($order, $yValues, $xValues, $const) |
Additional Inherited Members | |
Protected Member Functions inherited from PHPExcel_Best_Fit | |
_calculateGoodnessOfFit ($sumX, $sumY, $sumX2, $sumY2, $sumXY, $meanX, $meanY, $const) | |
_leastSquareFit ($yValues, $xValues, $const) |
Definition at line 48 of file polynomialBestFitClass.php.
PHPExcel_Polynomial_Best_Fit::__construct | ( | $order, | |
$yValues, | |||
$xValues = array() , |
|||
$const = True |
|||
) |
Definition at line 160 of file polynomialBestFitClass.php.
References _polynomial_regression(), and PHPExcel_Best_Fit\getGoodnessOfFit().
|
private |
Definition at line 111 of file polynomialBestFitClass.php.
References PHPExcel_Best_Fit\$_valueCount, PHPExcel_Best_Fit\_calculateGoodnessOfFit(), and getValueOfYForX().
Referenced by __construct().
PHPExcel_Polynomial_Best_Fit::getCoefficients | ( | $dp = 0 | ) |
Definition at line 106 of file polynomialBestFitClass.php.
References PHPExcel_Best_Fit\getIntersect(), and getSlope().
PHPExcel_Polynomial_Best_Fit::getEquation | ( | $dp = 0 | ) |
Reimplemented from PHPExcel_Best_Fit.
Definition at line 77 of file polynomialBestFitClass.php.
References $key, PHPExcel_Best_Fit\getIntersect(), and getSlope().
PHPExcel_Polynomial_Best_Fit::getOrder | ( | ) |
Definition at line 55 of file polynomialBestFitClass.php.
References $_order.
PHPExcel_Polynomial_Best_Fit::getSlope | ( | $dp = 0 | ) |
Reimplemented from PHPExcel_Best_Fit.
Definition at line 94 of file polynomialBestFitClass.php.
References PHPExcel_Best_Fit\$_slope.
Referenced by getCoefficients(), getEquation(), getValueOfXForY(), and getValueOfYForX().
PHPExcel_Polynomial_Best_Fit::getValueOfXForY | ( | $yValue | ) |
Reimplemented from PHPExcel_Best_Fit.
Definition at line 72 of file polynomialBestFitClass.php.
References PHPExcel_Best_Fit\getIntersect(), and getSlope().
PHPExcel_Polynomial_Best_Fit::getValueOfYForX | ( | $xValue | ) |
Reimplemented from PHPExcel_Best_Fit.
Definition at line 60 of file polynomialBestFitClass.php.
References $key, PHPExcel_Best_Fit\getIntersect(), and getSlope().
Referenced by _polynomial_regression().
|
protected |
Definition at line 50 of file polynomialBestFitClass.php.
|
protected |
Definition at line 52 of file polynomialBestFitClass.php.
Referenced by getOrder().