From 7e8c6d9c275cff463c0b426856531c7b89c9cd3d Mon Sep 17 00:00:00 2001 From: Brian Sakal Date: Tue, 2 May 2023 23:51:13 -0400 Subject: [PATCH] begin: instructions --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) 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)=>