Skip to content
View linuskohl's full-sized avatar
🙏
🙏
Block or Report

Block or report linuskohl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alignment alignment Public

    Implementation of Linear Order of Variation, Index Order of Variation, ...

    Python

  2. org-football-data-api org-football-data-api Public

    Unofficial Football-Data.org API client in PHP

    PHP 1

  3. cryptoassetdata cryptoassetdata Public

    Fetches historic crypto asset data from CoinMarketCap and builds Pandas DataFrames

    Python 2

  4. ambiverse-client ambiverse-client Public

    API wrapper for the AmbiverseNLU framework

    Python 2

  5. Python Implementation of the Jump De... Python Implementation of the Jump Detection Algorithm as described in the Paper "Jumps in Equilibrium Prices and Market Microstructure Noise" by Suzanne S. Lee and Per A. Mykland
    1
    from math import ceil, sqrt
    2
    import numpy as np
    3
    import pandas as pd
    4
    
                  
    5
    def movmean(v, kb, kf):
  6. googlepatentscraper googlepatentscraper Public

    Scrapes documents from Google patents

    Python 6 6