autoRegressiveCoefficients = $autoRegressiveCoefficients; } public function getAutoRegressiveCoefficients() { return $this->autoRegressiveCoefficients; } public function setInterceptCoefficient($interceptCoefficient) { $this->interceptCoefficient = $interceptCoefficient; } public function getInterceptCoefficient() { return $this->interceptCoefficient; } public function setMovingAverageCoefficients($movingAverageCoefficients) { $this->movingAverageCoefficients = $movingAverageCoefficients; } public function getMovingAverageCoefficients() { return $this->movingAverageCoefficients; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ArimaCoefficients::class, 'Google_Service_Bigquery_ArimaCoefficients');