1.0 beta v1 #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
snootic/applicatas-mutant!7
Loading…
Reference in a new issue
No description provided.
Delete branch "1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds binomial distribution screen and elements, users can add n, p and k values to create a bars chart.
The binomial function also returns the sum of all calculated elements, its μ value and the standard deviation as well.
Users can determine which calculated elements will be highlighted. Highlighted elements have dark blue colors in the chart, while the others have a light blue color. Highlighting elements also changes the final sum of the calculated elements.
Adds a Treeview where users can view all calculated elements and highlight them as well.
The binomial chart updates dynamically just after the user insert the value to entry.
Create new styles for widgets and make minor changes to visual colors.