sunday work on plots for explaining trigger
This commit is contained in:
parent
2b216a7f81
commit
27f963eb45
|
|
@ -36265,4 +36265,4 @@
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 2
|
||||||
}
|
}
|
||||||
|
|
@ -121,4 +121,4 @@
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 2
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue