Install WinGet (https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab) via store
- Search for Developer and choose
Use Developer features. - Inside System / For Developers
- Ensure Developer Mode is turned on.
| #include <cstdlib> | |
| #include <random> | |
| #include <iostream> | |
| namespace barrierpricer { | |
| static std::random_device rd; | |
| static std::mt19937_64 rand_generator(rd()); | |
| static std::normal_distribution<> dis; | |
| double box_muller_rand() { |
| from random import random | |
| from math import sqrt, log, exp | |
| from numba import njit, jit, prange | |
| @njit(fastmath=True) | |
| def box_muller_rand(): | |
| while True: | |
| x = random() * 2.0 - 1 | |
| y = random() * 2.0 - 1 | |
| d = x * x + y * y |
| from random import random | |
| from math import sqrt, log, exp | |
| from numba import njit | |
| import numpy | |
| from numpy.random import normal | |
| def path_final_min_max(initial, steps, sdt, volatility, drift): | |
| randoms = numpy.exp(normal(size=steps)*volatility*sdt) * drift | |
| randoms[0] = 1 | |
| factors = numpy.cumprod(randoms) * initial |
| #!/bin/bash | |
| instanceid=`aws ec2 describe-instances --query 'Reservations[0].Instances[*].InstanceId' --output text` | |
| aws ssm start-session --target $instanceid |
| from Standard.Base import all | |
| from Standard.Table import all | |
| from Standard.Database import all | |
| import Standard.Visualization | |
| func1 operator11 = | |
| operator12 = operator11.split "-" | |
| operator13 = operator12.first | |
| operator13 |
| from Standard.Base import all | |
| from Standard.Table import all | |
| from Standard.Database import all | |
| import Standard.Visualization | |
| main = | |
| operator3 = enso_project.data/"Transactions.csv" . read | |
| operator4 = enso_project.data/"Swift Codes.csv" . read | |
| operator1 = operator4.use_first_row_as_names | |
| operator2 = operator3.join operator1 Join_Kind.Inner "Bank" |
| from Standard.Base import all | |
| from Standard.Table import all | |
| from Standard.Database import all | |
| import Standard.Visualization | |
| func1 operator11 = | |
| operator12 = operator11.split "-" | |
| operator13 = operator12.first | |
| operator13 |
Use Developer features.sbt Build Commands:
All or a specific one. Tends to leave the index in a mess so often lose the dropdowns or CB.Running Enso IDE:
| 59 2 32.1 101.0 157 93.2 38.0 4.0 4.8598 87 | |
| 48 1 21.6 87.0 183 103.2 70.0 3.0 3.8918 69 | |
| 72 2 30.5 93.0 156 93.6 41.0 4.0 4.6728 85 | |
| 24 1 25.3 84.0 198 131.4 40.0 5.0 4.8903 89 | |
| 50 1 23.0 101.0 192 125.4 52.0 4.0 4.2905 80 | |
| 23 1 22.6 89.0 139 64.8 61.0 2.0 4.1897 68 | |
| 36 2 22.0 90.0 160 99.6 50.0 3.0 3.9512 82 | |
| 66 2 26.2 114.0 255 185.0 56.0 4.55 4.2485 92 | |
| 60 2 32.1 83.0 179 119.4 42.0 4.0 4.4773 94 | |
| 29 1 30.0 85.0 180 93.4 43.0 4.0 5.3845 88 |