summaryrefslogtreecommitdiff
path: root/help/en_US/arburg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/arburg.xml')
-rw-r--r--help/en_US/arburg.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/en_US/arburg.xml b/help/en_US/arburg.xml
index 75648ba..6aa017e 100644
--- a/help/en_US/arburg.xml
+++ b/help/en_US/arburg.xml
@@ -49,7 +49,11 @@
<title>Description</title>
<para>
This is an Octave function.
+ </para>
+ <para>
This function calculates coefficients of an autoregressive (AR) model of complex data x using the whitening lattice-filter method of Burg.
+ </para>
+ <para>
The first argument is the data sampled. The second argument is the number of poles in the model (or limit in case a criterion is supplied).
The third parameter takes in the criterion to limit the number of poles. The acceptable values are "AIC", "AKICc", "KIC", "AICc" which are based on information theory.
Output variable a is a list of P+1 autoregression coefficients.