summary.arima.madlib: Summary information for MADlib's ARIMA model

Description Usage Arguments Value Author(s) See Also Examples

Description

The function prints the result of madlib.arima in a pretty format

Usage

1
2
## S3 method for class 'arima.css.madlib'
summary(object, ...)

Arguments

object

The ARIMA fitting result object of madlib.arima

...

Further arguments passed to or from other methods. This is currently not implemented.

Value

The function returns the object passed to the function

Author(s)

Author: Predictive Analytics Team at Pivotal Inc.

Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io

See Also

madlib.arima Wrapper for MADlib ARIMA model fitting

print.arima.css.madlib print the ARIMA result

Examples

1
2
3
4
## Not run: 
## Please see the examples in madlib.arima doc

## End(Not run)

PivotalR documentation built on March 13, 2021, 1:06 a.m.