Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AltmannPeter authored Jul 28, 2023
1 parent c8c3736 commit bc914ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let analysisData = [];

// Function to initialize the table with sample data
function initializeTableWithSampleData() {
const sampleValues = [1, 2, 3, 10];
const sampleValues = [1, 2, 4, 6, 8, 10];
sampleValues.forEach((bias) => {
const probabilityOfOne = bias / 100;
const probabilityOfZero = 1 - probabilityOfOne;
Expand Down

0 comments on commit bc914ff

Please sign in to comment.