Element index for package PHPExcel_Shared_Trend
[ b ]
[ c ]
[ e ]
[ g ]
[ l ]
[ p ]
[ t ]
[ _ ]
_
- $_adjustToZero
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_adjustToZero
Flag indicating whether values should be adjusted to Y=0
- $_bestFitType
- in file logarithmicBestFitClass.php, variable PHPExcel_Logarithmic_Best_Fit::$_bestFitType
Algorithm type to use for best-fit (Name of this trend class)
- $_bestFitType
- in file linearBestFitClass.php, variable PHPExcel_Linear_Best_Fit::$_bestFitType
Algorithm type to use for best-fit (Name of this trend class)
- $_bestFitType
- in file exponentialBestFitClass.php, variable PHPExcel_Exponential_Best_Fit::$_bestFitType
Algorithm type to use for best-fit (Name of this trend class)
- $_bestFitType
- in file polynomialBestFitClass.php, variable PHPExcel_Polynomial_Best_Fit::$_bestFitType
Algorithm type to use for best-fit (Name of this trend class)
- $_bestFitType
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_bestFitType
Algorithm type to use for best-fit
- $_bestFitType
- in file powerBestFitClass.php, variable PHPExcel_Power_Best_Fit::$_bestFitType
Algorithm type to use for best-fit (Name of this trend class)
- $_correlation
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_correlation
- $_covariance
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_covariance
- $_DFResiduals
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_DFResiduals
- $_error
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_error
Indicator flag for a calculation error
- $_F
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_F
- $_goodnessOfFit
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_goodnessOfFit
- $_intersect
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_intersect
- $_intersectSE
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_intersectSE
- $_order
- in file polynomialBestFitClass.php, variable PHPExcel_Polynomial_Best_Fit::$_order
Polynomial order
- $_slope
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_slope
- $_slopeSE
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_slopeSE
- $_SSRegression
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_SSRegression
- $_SSResiduals
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_SSResiduals
- $_stdevOfResiduals
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_stdevOfResiduals
- $_valueCount
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_valueCount
Number of entries in the sets of x- and y-value arrays
- $_Xoffset
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_Xoffset
- $_xValues
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_xValues
X-value dataseries of values
- $_yBestFitValues
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_yBestFitValues
Y-value series of best-fit values
- $_Yoffset
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_Yoffset
- $_yValues
- in file bestFitClass.php, variable PHPExcel_Best_Fit::$_yValues
Y-value dataseries of values
- _calculateGoodnessOfFit
- in file bestFitClass.php, method PHPExcel_Best_Fit::_calculateGoodnessOfFit()
- _leastSquareFit
- in file bestFitClass.php, method PHPExcel_Best_Fit::_leastSquareFit()
- __construct
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::__construct()
Define the regression and calculate the goodness of fit for a set of X and Y data values
- __construct
- in file powerBestFitClass.php, method PHPExcel_Power_Best_Fit::__construct()
Define the regression and calculate the goodness of fit for a set of X and Y data values
- __construct
- in file logarithmicBestFitClass.php, method PHPExcel_Logarithmic_Best_Fit::__construct()
Define the regression and calculate the goodness of fit for a set of X and Y data values
- __construct
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::__construct()
Define the regression and calculate the goodness of fit for a set of X and Y data values
- __construct
- in file linearBestFitClass.php, method PHPExcel_Linear_Best_Fit::__construct()
Define the regression and calculate the goodness of fit for a set of X and Y data values
- __construct
- in file bestFitClass.php, method PHPExcel_Best_Fit::__construct()
Define the regression
top
top
top
top
g
- getBestFitType
- in file bestFitClass.php, method PHPExcel_Best_Fit::getBestFitType()
- getCoefficients
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getCoefficients()
- getCorrelation
- in file bestFitClass.php, method PHPExcel_Best_Fit::getCorrelation()
- getCovariance
- in file bestFitClass.php, method PHPExcel_Best_Fit::getCovariance()
- getDFResiduals
- in file bestFitClass.php, method PHPExcel_Best_Fit::getDFResiduals()
- getEquation
- in file logarithmicBestFitClass.php, method PHPExcel_Logarithmic_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getEquation
- in file linearBestFitClass.php, method PHPExcel_Linear_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getEquation
- in file powerBestFitClass.php, method PHPExcel_Power_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getEquation
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getEquation
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getEquation
- in file bestFitClass.php, method PHPExcel_Best_Fit::getEquation()
Return the Equation of the best-fit line
- getError
- in file bestFitClass.php, method PHPExcel_Best_Fit::getError()
- getF
- in file bestFitClass.php, method PHPExcel_Best_Fit::getF()
- getGoodnessOfFit
- in file bestFitClass.php, method PHPExcel_Best_Fit::getGoodnessOfFit()
Return the goodness of fit for this regression
- getGoodnessOfFitPercent
- in file bestFitClass.php, method PHPExcel_Best_Fit::getGoodnessOfFitPercent()
- getIntersect
- in file bestFitClass.php, method PHPExcel_Best_Fit::getIntersect()
Return the Value of X where it intersects Y = 0
- getIntersect
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::getIntersect()
Return the Value of X where it intersects Y = 0
- getIntersect
- in file powerBestFitClass.php, method PHPExcel_Power_Best_Fit::getIntersect()
Return the Value of X where it intersects Y = 0
- getIntersectSE
- in file bestFitClass.php, method PHPExcel_Best_Fit::getIntersectSE()
Return the standard error of the Intersect
- getOrder
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getOrder()
Return the order of this polynomial
- getSlope
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getSlope()
Return the Slope of the line
- getSlope
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::getSlope()
Return the Slope of the line
- getSlope
- in file bestFitClass.php, method PHPExcel_Best_Fit::getSlope()
Return the Slope of the line
- getSlopeSE
- in file bestFitClass.php, method PHPExcel_Best_Fit::getSlopeSE()
Return the standard error of the Slope
- getSSRegression
- in file bestFitClass.php, method PHPExcel_Best_Fit::getSSRegression()
- getSSResiduals
- in file bestFitClass.php, method PHPExcel_Best_Fit::getSSResiduals()
- getStdevOfResiduals
- in file bestFitClass.php, method PHPExcel_Best_Fit::getStdevOfResiduals()
Return the standard deviation of the residuals for this regression
- getValueOfXForY
- in file powerBestFitClass.php, method PHPExcel_Power_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfXForY
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfXForY
- in file linearBestFitClass.php, method PHPExcel_Linear_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfXForY
- in file logarithmicBestFitClass.php, method PHPExcel_Logarithmic_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfXForY
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfXForY
- in file bestFitClass.php, method PHPExcel_Best_Fit::getValueOfXForY()
Return the X-Value for a specified value of Y
- getValueOfYForX
- in file polynomialBestFitClass.php, method PHPExcel_Polynomial_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getValueOfYForX
- in file powerBestFitClass.php, method PHPExcel_Power_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getValueOfYForX
- in file linearBestFitClass.php, method PHPExcel_Linear_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getValueOfYForX
- in file logarithmicBestFitClass.php, method PHPExcel_Logarithmic_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getValueOfYForX
- in file exponentialBestFitClass.php, method PHPExcel_Exponential_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getValueOfYForX
- in file bestFitClass.php, method PHPExcel_Best_Fit::getValueOfYForX()
Return the Y-Value for a specified value of X
- getXValues
- in file bestFitClass.php, method PHPExcel_Best_Fit::getXValues()
Return the original set of X-Values
- getYBestFitValues
- in file bestFitClass.php, method PHPExcel_Best_Fit::getYBestFitValues()
top
top
top
t
- trendClass.php
- procedural page trendClass.php
- trendClass
- in file trendClass.php, class trendClass
PHPExcel_trendClass
- TREND_BEST_FIT
- in file trendClass.php, class constant trendClass::TREND_BEST_FIT
- TREND_BEST_FIT_NO_POLY
- in file trendClass.php, class constant trendClass::TREND_BEST_FIT_NO_POLY
- TREND_EXPONENTIAL
- in file trendClass.php, class constant trendClass::TREND_EXPONENTIAL
- TREND_LINEAR
- in file trendClass.php, class constant trendClass::TREND_LINEAR
- TREND_LOGARITHMIC
- in file trendClass.php, class constant trendClass::TREND_LOGARITHMIC
- TREND_POLYNOMIAL_2
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_2
- TREND_POLYNOMIAL_3
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_3
- TREND_POLYNOMIAL_4
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_4
- TREND_POLYNOMIAL_5
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_5
- TREND_POLYNOMIAL_6
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_6
- TREND_POWER
- in file trendClass.php, class constant trendClass::TREND_POWER
top
|
|