All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.ArimaCoefficients.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






ArimaCoefficients (BigQuery API v2-rev20240616-2.0.0)












com.google.api.services.bigquery.model

Class ArimaCoefficients

    • Constructor Detail

      • ArimaCoefficients

        public ArimaCoefficients()
    • Method Detail

      • getAutoRegressiveCoefficients

        public List<Double> getAutoRegressiveCoefficients()
        Auto-regressive coefficients, an array of double.
        Returns:
        value or null for none
      • setAutoRegressiveCoefficients

        public ArimaCoefficients setAutoRegressiveCoefficients(List<Double> autoRegressiveCoefficients)
        Auto-regressive coefficients, an array of double.
        Parameters:
        autoRegressiveCoefficients - autoRegressiveCoefficients or null for none
      • getInterceptCoefficient

        public Double getInterceptCoefficient()
        Intercept coefficient, just a double not an array.
        Returns:
        value or null for none
      • setInterceptCoefficient

        public ArimaCoefficients setInterceptCoefficient(Double interceptCoefficient)
        Intercept coefficient, just a double not an array.
        Parameters:
        interceptCoefficient - interceptCoefficient or null for none
      • getMovingAverageCoefficients

        public List<Double> getMovingAverageCoefficients()
        Moving-average coefficients, an array of double.
        Returns:
        value or null for none
      • setMovingAverageCoefficients

        public ArimaCoefficients setMovingAverageCoefficients(List<Double> movingAverageCoefficients)
        Moving-average coefficients, an array of double.
        Parameters:
        movingAverageCoefficients - movingAverageCoefficients or null for none
      • clone

        public ArimaCoefficients clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy