|
|
@ -6,6 +6,8 @@ export function App({ ticks=[0,1,2,3,4,5] }){
|
|
|
|
<div class="header">
|
|
|
|
<div class="header">
|
|
|
|
<h1>Choose Probabilities</h1>
|
|
|
|
<h1>Choose Probabilities</h1>
|
|
|
|
<h5>X-Axis = Ticks, Y-Axis = Underlying Price</h5>
|
|
|
|
<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>
|
|
|
|
<div class="chart">
|
|
|
|
<div class="chart">
|
|
|
|
{ticks.map((tick)=>
|
|
|
|
{ticks.map((tick)=>
|
|
|
|