estimators!
This commit is contained in:
parent
575e367eac
commit
5502ad6514
Binary file not shown.
742
abc_sim.ipynb
742
abc_sim.ipynb
File diff suppressed because one or more lines are too long
|
|
@ -49,7 +49,7 @@ def withdraw(deltaS, R,S, V0, kappa=default_kappa):
|
|||
|
||||
def withdraw_with_tax(deltaS, R,S, V0, exit_tax = default_exit_tax, kappa=default_kappa):
|
||||
deltaR = R-((S-deltaS)**kappa)/V0
|
||||
print(deltaR)
|
||||
#print(deltaR)
|
||||
quantity_taxed = exit_tax*deltaR
|
||||
quantity_recieved = (1-exit_tax)*deltaR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue