|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinearRegressionStats | |
|---|---|
| net.sf.jagg | Provides the classes and API necessary to perform aggregate operations. |
| Uses of LinearRegressionStats in net.sf.jagg |
|---|
| Methods in net.sf.jagg that return LinearRegressionStats | |
|---|---|
LinearRegressionStats |
LinearRegressionAggregator.terminate()
Return a LinearRegressionStats, with the following
calculations:
slope = cov(prop1, prop2) / var(prop2)
intercept = avg(prop1) - slope * avg(prop2)
count = number of pairs where both elements were non-null, and thus
counted in these calculations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||