Skip to content

Commit

Permalink
Finished Consider-Payoff
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed May 17, 2024
1 parent 2dfad2d commit 238dac8
Show file tree
Hide file tree
Showing 10 changed files with 2,023 additions and 27 deletions.
2 changes: 2 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,5 @@ damon
jeff
teddy
martian
obsessing
heavyweight
83 changes: 58 additions & 25 deletions docs/thinking/Consider-Payoff.md

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions src/images/generated/introduction/payoffs.adl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<diagram
xslt:template="/public/templates/risk-first/risk-first-template.xsl"
xmlns="http://www.kite9.org/schema/adl"
xmlns:xslt="http://www.kite9.org/schema/xslt" id="dia"
style="--kite9-min-width: 600pt;">
<group style="--kite9-layout: right; ">
<cash id="3">Win
Payoff: £40</cash>
<group>
<cash id="1">Stake £10</cash>
<arrow id="2">Bet</arrow>
</group>
<cash id="4">Lose
Payoff: £0</cash>
</group>
<align>
<from reference="1" />
<to reference="2" />
</align>
<link>
<from reference="2" />
<to reference="3" shape="barbed-arrow" />
<label end="to">50%</label>
</link>
<link>
<from reference="2" />
<to reference="4" shape="barbed-arrow" />
<label end="to">50%</label>
</link>
</diagram>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/generated/introduction/payoffs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 238dac8

Please sign in to comment.