Skip to content

Commit 6d34248

Browse files
author
Qian, Hai
committed
Corrected a minor bug in the arima doc
1 parent a7e0f65 commit 6d34248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ports/postgres/modules/tsa/arima.sql_in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ respectively.
4141

4242
The ARIMA training function has the following syntax.
4343
<pre class="syntax">
44-
arima( input_table,
44+
arima_train( input_table,
4545
output_table,
4646
timestamp_column,
4747
timeseries_column,
@@ -233,7 +233,7 @@ The output table produced by the forecast function contains the following column
233233
@examp
234234
-# View online help for the ARIMA training function.
235235
<pre class="example">
236-
SELECT madlib.arima();
236+
SELECT madlib.arima_train();
237237
</pre>
238238

239239
-# Create an input data set.

0 commit comments

Comments
 (0)