diff --git a/README.md b/README.md index 8513fce..b42742f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ year . main version (for major changes) . sub version (for small changes of bug In rare cases there are also Versions with year . main version. subversion DEV These are temporary development versions that are not quite ready for release +### 2024.1.5 +- replace SolvN with Solve when possible (fix issue #39) +- binomial distribution calculation (fix issue #38) +- Add sigmarules (fix issue #37) +- normal distribution search for intervall (fix issue #36) +- Math Error in binomial distribution menu (fix issue #35) +- autoinsert of binomial and normal distributions into graphics menu (fix issue #34) + ### 2024.1.4 - hide functions after use in program (fix issue #33) - find unknown height within Rotationsvolumen (fix issue #32) @@ -175,8 +183,9 @@ For a detailed List/Map of the included functionality see [menu_structure](/menu | ABIG3 25 | 3232 Bytes | 113 Lines | | ABIG4 25 | 1020 Bytes | 51 Lines | | ABIG5 25 | 1720 Bytes | 122 Lines | -| ABIS1 25 | 6940 Bytes | 409 Lines | -| **Total** | **29.244 Bytes** | **1890 Lines**| +| ABIS1 25 | 6580 Bytes | 375 Lines | +| ABIS2 25 | 1752 Bytes | 80 Lines | +| **Total** | **30.636 Bytes** | **1936 Lines**| diff --git a/fx-CG50/ABI 2025.g3m b/fx-CG50/ABI 2025.g3m index 61f6ea8..def72bc 100644 Binary files a/fx-CG50/ABI 2025.g3m and b/fx-CG50/ABI 2025.g3m differ diff --git a/fx-CG50/ABIS1 25.g3m b/fx-CG50/ABIS1 25.g3m index 7a72363..150795f 100644 Binary files a/fx-CG50/ABIS1 25.g3m and b/fx-CG50/ABIS1 25.g3m differ diff --git a/fx-CG50/ABIS2 25.g3m b/fx-CG50/ABIS2 25.g3m new file mode 100644 index 0000000..49b3361 Binary files /dev/null and b/fx-CG50/ABIS2 25.g3m differ diff --git a/menu_structure.txt b/menu_structure.txt index 723df85..e549b94 100644 --- a/menu_structure.txt +++ b/menu_structure.txt @@ -82,12 +82,18 @@ ABI 2025 │ │ ├── p für +- σ(x) │ │ ├── B(n,p,k)->N(y,o) │ │ └── Stichprobengröße -│ ├── Normalverteilung +│ ├── Normalverteilung (ABIS2 25) │ │ ├── Zurück │ │ ├── Verteilung │ │ ├── y ermitteln │ │ ├── o ermitteln -│ │ └── Grenze ermitteln +│ │ ├── Grenze ermitteln +│ │ └── Sigmaregeln +│ ├── Bin. Norm. Graph +│ │ ├── Zurück +│ │ ├── n,p -> Bin. Graph +│ │ ├── σ,μ -> Norm. Graph +│ │ └── n,p -> Norm. Graph │ └── Signifikanztest │ ├── Zurück │ ├── Rechtsseitig