I hereby claim:
- I am dirkolbrich on github.
- I am dirkolbrich (https://keybase.io/dirkolbrich) on keybase.
- I have a public key ASDtG5c-XbecP5B6uYqnTkb60fov3NncqyCtBKanFFyFjwo
To claim this, I am signing this object:
| // A SceneKit based Playground to test camera position and movement | |
| // using a camera orbit | |
| import SceneKit | |
| import PlaygroundSupport | |
| // setup view | |
| var sceneView = SCNView(frame: CGRect(x:0 , y:0, width: 480, height: 640)) | |
| var scene = SCNScene() | |
| sceneView.scene = scene |
| // A SceneKit based Playground to test camera movement and direction | |
| // using the built in CameraControls | |
| import SceneKit | |
| import PlaygroundSupport | |
| // setup view | |
| var sceneView = SCNView(frame: CGRect(x:0 , y:0, width: 480, height: 640)) | |
| var scene = SCNScene() | |
| sceneView.scene = scene |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| def geometric_brownian(years, drift, sigma, startPrice): | |
| T=years | |
| mu = drift | |
| simga = sigma | |
| S0 = startPrice | |
| dt = 0.01 | |
| // This package demonstrates a concept of a strategy/asset tree, where each | |
| // strategy has an algorythm stack. Each strategy can have different child strategies or assets. | |
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| // NodeHandler defines the basic node functionality. | |
| type NodeHandler interface { |
I hereby claim:
To claim this, I am signing this object: