Todo List
PHPExcel_Best_Fit | --PHPExcel_Polynomial_Best_Fit
[line 42]
[line 44]
PHPExcel_Polynomial_Best_Fit __construct( $order, $yValues, [ $xValues = array()], [ $const = True])
void getCoefficients( [ $dp = 0])
void getEquation( [ $dp = 0])
void getOrder( )
void getSlope( [ $dp = 0])
void getValueOfXForY( $yValue)
void getValueOfYForX( $xValue)