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