summary.arima.madlib {PivotalR} | R Documentation |
The function prints the result of madlib.arima
in a
pretty format
## S3 method for class 'arima.css.madlib' summary(object, ...)
object |
The ARIMA fitting result object of |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
The function returns the object passed to the function
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.arima
Wrapper for MADlib ARIMA model fitting
print.arima.css.madlib
print the ARIMA result
## Not run: ## Please see the examples in madlib.arima doc ## End(Not run)