diff --git a/src/App.tsx b/src/App.tsx index 620b9ee..aab409c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,8 @@ export function App({ ticks=[0,1,2,3,4,5] }){

Choose Probabilities

X-Axis = Ticks, Y-Axis = Underlying Price
+
Begin with 2 Ticks, T_0 and T_1. Can add more in-between or at ends. Do not have to be equidistant.
+
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.
{ticks.map((tick)=>