begin: instructions
This commit is contained in:
@@ -6,6 +6,8 @@ export function App({ ticks=[0,1,2,3,4,5] }){
|
||||
<div class="header">
|
||||
<h1>Choose Probabilities</h1>
|
||||
<h5>X-Axis = Ticks, Y-Axis = Underlying Price</h5>
|
||||
<h5>Begin with 2 Ticks, T_0 and T_1. Can add more in-between or at ends. Do not have to be equidistant.</h5>
|
||||
<h5>Begin with 2 Nodes to the "right" of each Node representing what can happen in the next tick. Can add more. No not need to be equidistant.</h5>
|
||||
</div>
|
||||
<div class="chart">
|
||||
{ticks.map((tick)=>
|
||||
|
||||
Reference in New Issue
Block a user