Merge pull request #15 from BlockScience/trigger_work
sunday work on plots for explaining trigger
This commit is contained in:
commit
64b69e42a6
|
|
@ -36265,4 +36265,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
}
|
||||
|
|
@ -121,4 +121,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -7,7 +7,8 @@ import matplotlib.cm as cmx
|
|||
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):
|
||||
'''
|
||||
Function that determines threshold for proposals being accepted.
|
||||
|
|
|
|||
Loading…
Reference in New Issue