-
Home
-
Import any XML, CSV or Excel File to WordPress
-
3.8.0
-
Code
-
Classes
- PHPExcel_Best_Fit
| Total Complexity |
50 |
| Dependencies |
0 |
| Dependents |
1 |
| Total lines |
398 |
| Lines of code |
187 |
| Logical lines of code |
107 |
| Comment lines |
109 |
| Methods |
23 |
| Properties |
21 |
Methods 23
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| calculateGoodnessOfFit() |
A |
43 |
10 |
48 |
| leastSquareFit() |
S |
52 |
4 |
26 |
| __construct() |
S |
59 |
3 |
14 |
| getSlope() |
S |
71 |
2 |
6 |
| getSlopeSE() |
S |
71 |
2 |
6 |
| getIntersect() |
S |
71 |
2 |
6 |
| getIntersectSE() |
S |
71 |
2 |
6 |
| getGoodnessOfFit() |
S |
71 |
2 |
6 |
| getGoodnessOfFitPercent() |
S |
70 |
2 |
6 |
| getStdevOfResiduals() |
S |
71 |
2 |
6 |
| getSSRegression() |
S |
71 |
2 |
6 |
| getSSResiduals() |
S |
71 |
2 |
6 |
| getDFResiduals() |
S |
71 |
2 |
6 |
| getF() |
S |
71 |
2 |
6 |
| getCovariance() |
S |
71 |
2 |
6 |
| getCorrelation() |
S |
71 |
2 |
6 |
| getError() |
S |
82 |
1 |
3 |
| getBestFitType() |
S |
82 |
1 |
3 |
| getValueOfYForX() |
S |
82 |
1 |
3 |
| getValueOfXForY() |
S |
82 |
1 |
3 |
| getXValues() |
S |
82 |
1 |
3 |
| getEquation() |
S |
82 |
1 |
3 |
| getYBestFitValues() |
S |
82 |
1 |
3 |