getY(0)
130131132133134135136137138139140
reg.add(logPoints, Math.log(entry.variation())); } } errorSlope = reg.slope(); errorStart = reg.yIntercept(); } } static private class LogEntry { long points;
149150151152153154155156157158159
} } } errorSlope = reg.slope(); errorStart = reg.yIntercept(); } } } static private class LogEntry {