Skip to content
Snippets Groups Projects
Commit 75a9060c authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add buttons to switch distribution type

parent d90e0c0e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,13 @@ import type { WorkPackage } from "./estimator"; ...@@ -21,6 +21,13 @@ import type { WorkPackage } from "./estimator";
<input type="number" bind:value={r}> <input type="number" bind:value={r}>
u: u:
<input type="number" bind:value={u}> <input type="number" bind:value={u}>
<br>
<button on:click={() => {r = 4; u = 6}}>
Verteilung "Beta (PERT)" benutzen (Vorlesungs-Standard)
</button>
<button on:click={() => {r = 6; u = 6}}>
Verteilung "Beta (p=q=4 (kubisch))" benutzen
</button>
<br> <br>
<table class="tg"> <table class="tg">
<thead> <thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment