public static class TripleExponentialSmoothing.State extends DoubleExponentialSmoothing.State
| Modifier and Type | Field and Description |
|---|---|
protected long |
firstTimestamp |
protected double[] |
periods |
slopelevel| Constructor and Description |
|---|
State(double level,
double slope,
double[] periods,
long firstTimestamp) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.