sunday work on plots for explaining trigger

This commit is contained in:
Michael Zargham 2020-08-16 17:32:11 -07:00
parent 2b216a7f81
commit 27f963eb45
5 changed files with 4 additions and 3 deletions

View File

@ -36265,4 +36265,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }

View File

@ -121,4 +121,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }

View File

@ -7,7 +7,8 @@ import matplotlib.cm as cmx
import seaborn as sns import seaborn as sns
# note --> alpha is redundant with params since alpha is in params
# we can simplify by removing alpha explicit dependence and just pull it as params['alpha']
def trigger_threshold(requested, funds, supply, alpha, params): def trigger_threshold(requested, funds, supply, alpha, params):
''' '''
Function that determines threshold for proposals being accepted. Function that determines threshold for proposals being accepted.