Skip to content

Instantly share code, notes, and snippets.

@dchoyle
dchoyle / FaaDiBrunoFromBellPolynomials.py
Created May 20, 2017 15:02
Python functions for iterative application of the Faa di Bruno formula
## Original author: David Hoyle (david.hoyle@hoyleanalytics.org)
##
## Date: 2017-05-20
##
## Licence: CC-BY
from scipy.special import gammaln
import numpy as np
import math
import sympy