We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8b0b9 commit 674ab73Copy full SHA for 674ab73
README.md
@@ -1,8 +1,6 @@
1
[paper_website]: https://www.newyorkfed.org/medialibrary/media/research/staff_reports/sr340.pdf
2
[inference_atribute]: https://github.com/gusamarante/pyacm/blob/ba641c14e450fc83d22db4ef5e60eadbd489b351/pyacm/acm.py#L203
3
4
-**STILL UNDER DEVELOPMENT**
5
-
6
# pyacm
7
Implementation of ["Pricing the Term Structure with Linear Regressions" from
8
Adrian, Crump and Moench (2013)][paper_website].
setup.py
@@ -7,7 +7,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()
9
10
-VERSION = '0.1'
+VERSION = '0.2'
11
DESCRIPTION = 'ACM Term Premium'
12
13
# Setting up
0 commit comments