UNPKG

moving-average-arima

Version:

ARIMA, SARIMA, SARIMAX and AutoARIMA models for time series analysis and forecasting

14 lines (13 loc) 300 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>ARIMA. Browser example</title> </head> <body> <h1>ARIMA. Browser example</h1> <pre id="output"></pre> <script src="bundle.js"></script> </body> </html>