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

Block or report frbourassa

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 Loading

  1. Mutual information estimator between... Mutual information estimator between a continuous multidimensional variable and a discrete (categorical) variable, from an array of samples.
    1
    #! /usr/bin/env python3
    2
    """ Python implementation of the mutual information estimator proposed by
    3
    Ross, 2014, "Mutual Information between Discrete and Continuous Data Sets",
    4
    PLOS One. Computes mutual information between a continuous multidimensional
    5
    variable and a discrete (categorical) variable, from an array of samples.
  2. antigen_encoding_theory antigen_encoding_theory Public

    Theoretical analysis code for antigen encoding from cytokine dynamics.

    Jupyter Notebook

  3. chancapmc chancapmc Public

    Blahut-Arimoto algorithm with Monte Carlo integration for vector random variables in a Python C module

    C