Todo List
[line 78]
[line 50]
[line 93]
[line 91]
[line 99]
[line 43]
[line 101]
[line 87]
[line 107]
[line 109]
[line 103]
[line 105]
[line 95]
[line 97]
[line 89]
[line 57]
[line 111]
[line 64]
[line 85]
[line 113]
[line 71]
PHPExcel_Best_Fit __construct( float[] $yValues, [float[] $xValues = array()], [boolean $const = True])
Overridden in child classes as:
void getBestFitType( )
void getCorrelation( [ $dp = 0])
void getCovariance( [ $dp = 0])
void getDFResiduals( [ $dp = 0])
string getEquation( [int $dp = 0])
void getError( )
void getF( [ $dp = 0])
float getGoodnessOfFit( [int $dp = 0])
void getGoodnessOfFitPercent( [ $dp = 0])
string getIntersect( [int $dp = 0])
string getIntersectSE( [int $dp = 0])
string getSlope( [int $dp = 0])
string getSlopeSE( [int $dp = 0])
void getSSRegression( [ $dp = 0])
void getSSResiduals( [ $dp = 0])
float getStdevOfResiduals( [int $dp = 0])
float getValueOfXForY( float $yValue)
float getValueOfYForX( float $xValue)
float[] getXValues( )
void getYBestFitValues( )
void _calculateGoodnessOfFit( $sumX, $sumY, $sumX2, $sumY2, $sumXY, $meanX, $meanY, $const)
void _leastSquareFit( $yValues, $xValues, $const)