| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
ArimaCoefficients |
ArimaCoefficients.clone() |
ArimaCoefficients |
ArimaModelInfo.getArimaCoefficients()
Arima coefficients.
|
ArimaCoefficients |
ArimaCoefficients.set(java.lang.String fieldName,
java.lang.Object value) |
ArimaCoefficients |
ArimaCoefficients.setAutoRegressiveCoefficients(java.util.List<java.lang.Double> autoRegressiveCoefficients)
Auto-regressive coefficients, an array of double.
|
ArimaCoefficients |
ArimaCoefficients.setInterceptCoefficient(java.lang.Double interceptCoefficient)
Intercept coefficient, just a double not an array.
|
ArimaCoefficients |
ArimaCoefficients.setMovingAverageCoefficients(java.util.List<java.lang.Double> movingAverageCoefficients)
Moving-average coefficients, an array of double.
|
| Modifier and Type | Method and Description |
|---|---|
ArimaModelInfo |
ArimaModelInfo.setArimaCoefficients(ArimaCoefficients arimaCoefficients)
Arima coefficients.
|