summaryrefslogtreecommitdiff
path: root/lib/yule_walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yule_walker.h')
-rw-r--r--lib/yule_walker.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/yule_walker.h b/lib/yule_walker.h
new file mode 100644
index 0000000..883ea03
--- /dev/null
+++ b/lib/yule_walker.h
@@ -0,0 +1,12 @@
+
+#pragma once
+
+#include <gsl/gsl_linalg.h>
+#include <gsl/gsl_matrix.h>
+#include <gsl/gsl_vector.h>
+
+#include "types.h"
+#include "measurement.h"
+
+double yule_walker(const autocorr_t *a);
+