#include <arima_fitting_metrics.h>
ARIMA model fitting metrics.
◆ ArimaFittingMetrics() [1/2]
google_bigquery_api::ArimaFittingMetrics::ArimaFittingMetrics |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ArimaFittingMetrics() [2/2]
google_bigquery_api::ArimaFittingMetrics::ArimaFittingMetrics |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ArimaFittingMetrics()
google_bigquery_api::ArimaFittingMetrics::~ArimaFittingMetrics |
( |
| ) |
|
|
virtual |
◆ clear_aic()
void google_bigquery_api::ArimaFittingMetrics::clear_aic |
( |
| ) |
|
|
inline |
Clears the 'aic
' attribute.
◆ clear_log_likelihood()
void google_bigquery_api::ArimaFittingMetrics::clear_log_likelihood |
( |
| ) |
|
|
inline |
Clears the 'logLikelihood
' attribute.
◆ clear_variance()
void google_bigquery_api::ArimaFittingMetrics::clear_variance |
( |
| ) |
|
|
inline |
Clears the 'variance
' attribute.
◆ get_aic()
double google_bigquery_api::ArimaFittingMetrics::get_aic |
( |
| ) |
const |
|
inline |
Get the value of the 'aic
' attribute.
◆ get_log_likelihood()
double google_bigquery_api::ArimaFittingMetrics::get_log_likelihood |
( |
| ) |
const |
|
inline |
Get the value of the 'logLikelihood
' attribute.
◆ get_variance()
double google_bigquery_api::ArimaFittingMetrics::get_variance |
( |
| ) |
const |
|
inline |
Get the value of the 'variance
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::ArimaFittingMetrics::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_aic()
bool google_bigquery_api::ArimaFittingMetrics::has_aic |
( |
| ) |
const |
|
inline |
Determine if the 'aic
' attribute was set.
- Returns
- true if the '
aic
' attribute was set.
◆ has_log_likelihood()
bool google_bigquery_api::ArimaFittingMetrics::has_log_likelihood |
( |
| ) |
const |
|
inline |
Determine if the 'logLikelihood
' attribute was set.
- Returns
- true if the '
logLikelihood
' attribute was set.
◆ has_variance()
bool google_bigquery_api::ArimaFittingMetrics::has_variance |
( |
| ) |
const |
|
inline |
Determine if the 'variance
' attribute was set.
- Returns
- true if the '
variance
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_aic()
void google_bigquery_api::ArimaFittingMetrics::set_aic |
( |
double |
value | ) |
|
|
inline |
Change the 'aic
' attribute.
AIC.
- Parameters
-
◆ set_log_likelihood()
void google_bigquery_api::ArimaFittingMetrics::set_log_likelihood |
( |
double |
value | ) |
|
|
inline |
Change the 'logLikelihood
' attribute.
log-likelihood.
- Parameters
-
◆ set_variance()
void google_bigquery_api::ArimaFittingMetrics::set_variance |
( |
double |
value | ) |
|
|
inline |
Change the 'variance
' attribute.
variance.
- Parameters
-
The documentation for this class was generated from the following files: