This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Original author: David Hoyle ([email protected]) | |
## | |
## Date: 2017-05-20 | |
## | |
## Licence: CC-BY | |
from scipy.special import gammaln | |
import numpy as np | |
import math | |
import sympy |