Code Monkey home page Code Monkey logo

quantfinance's Introduction

Self-taught training materials in quantitative finance

Copyright

Copyright (c) 2020 Python Charmers Pty Ltd, Australia, https://pythoncharmers.com. All rights reserved.

Python Charmers Logo

License

Published under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. See LICENSE.md for details.

Sponsor

Sponsored by Tibra Global Services, https://tibra.com

Tibra Logo

quantfinance's People

Contributors

alfie-hewes avatar arikanderu avatar armanschwarz avatar c-cunningham avatar chris-l-peters avatar davis-ben avatar edschofield avatar jeremyrab avatar kevinspandya avatar koalaps123 avatar mandyli1 avatar paviths avatar robertlayton avatar shadycodes avatar w-j-trenberth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quantfinance's Issues

Bayes Equation error

Module 1.5.1

The Bayes equation with X, D and H is incorrect and needs to be fixed.

AIC Equation mistake

Module 1.3.3 towards the end:
The "s"s in the AIC equation should both be "2"

pandas.read_hdf issue with latest anaconda version

Hello!

In module 1.1.3, the pandas read_hdf function is used to read AAPL stock price data from a h5 file. Unfortunately, pandas v1.0.0 or higher does not support reading older h5 files such as the one included (according to https://github.com/pandas-dev/pandas/issues/33186). Anaconda seems to be the python distribution recommended in module 1.1.1, but the latest version of anaconda includes a version of pandas incompatible with the given h5 file. The easiest way to get around this for me was to simply install an older version of anaconda (2019.3), which comes with pandas 0.24.2, but it might be worth mentioning as this could be tricky for users to figure out.

Smooting in 1.2.3

In 1.2.3, I got the same autocorrelation even after smoothing, which was not what the text seemed to indicate would happen.

Issues with solutions files

The file solutions/check_normalized.py , referenced in module 1.5.2, doesn't seem to exist. There are some other issues with solutions as well. The solutions for the first exercise of 1.5.1 and the extended exercise of 1.6.4 didn't work for me. Also, some of the solutions files have queries as if they are early drafts still being written. It would be good to check that every solution file exists, is complete, and works with Python 3.

Solutions don't match in Covariance module 1.2.1

In the first exercise of module 1.2.1 is asking for a uniform distribution but the solution contains a normal distribution, which also should say: 'distribution = stats.norm(0, 1)', as 'distribution = stats.normal(0, 1)' generates an error.
In the second set of exercises asks for correlations, but the subject is about covariance. The referenced solution file "solutions/correlations.py" does not contain the solutions for this exercise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.