We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e0f65 commit 6d34248Copy full SHA for 6d34248
src/ports/postgres/modules/tsa/arima.sql_in
@@ -41,7 +41,7 @@ respectively.
41
42
The ARIMA training function has the following syntax.
43
<pre class="syntax">
44
-arima( input_table,
+arima_train( input_table,
45
output_table,
46
timestamp_column,
47
timeseries_column,
@@ -233,7 +233,7 @@ The output table produced by the forecast function contains the following column
233
@examp
234
-# View online help for the ARIMA training function.
235
<pre class="example">
236
-SELECT madlib.arima();
+SELECT madlib.arima_train();
237
</pre>
238
239
-# Create an input data set.
0 commit comments