From ed1afd3a80de43655ca1e09d5a5318633bd11c29 Mon Sep 17 00:00:00 2001
From: MichelJuillard <michel.juillard@mjui.fr>
Date: Sun, 26 Apr 2020 18:08:49 +0200
Subject: [PATCH] adding README.md

---
 README.html | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 README.html

diff --git a/README.html b/README.html
new file mode 100644
index 0000000..0217d54
--- /dev/null
+++ b/README.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+  <meta charset="utf-8" />
+  <meta name="generator" content="pandoc" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
+  <title>README</title>
+  <style type="text/css">
+      code{white-space: pre-wrap;}
+      span.smallcaps{font-variant: small-caps;}
+      span.underline{text-decoration: underline;}
+      div.column{display: inline-block; vertical-align: top; width: 50%;}
+  </style>
+</head>
+<body>
+<p>LinearRationalExpectations provides tools to solve economic linear rational expectations models.</p>
+<p>Linear rational expectations models have the general form</p>
+<p>E_t { A y_{t+1} + B y_t + C y_{t-1} + _t} = 0</p>
+</body>
+</html>
-- 
GitLab