Probability Toolkit
A tool to help quickly calculate different probability values for various distributions.
Was ist Probability Toolkit?
Probability Toolkit ist eine Chrome-Erweiterung, die von H&J Development Studios entwickelt wurde, und ihr Hauptmerkmal ist "A tool to help quickly calculate different probability values for various distributions.".
Erweiterungsscreenshots
Probability Toolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Probability Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Calculate different probability values, expected value, and variance for the following distributions: Binomial, Geometric, Hypergeometric, Poisson, Negative Binomial, Uniform, Normal, Exponential, Chi-square, and Gamma. Moreover, this tool offers quick z-table lookups for arbitrary ranges.
Grundlegende Informationen zur Erweiterung
Name | Probability Toolkit |
ID | babocajfleeapimlbagijhnnlbamkngf |
Offizielle URL | https://chromewebstore.google.com/detail/probability-toolkit/babocajfleeapimlbagijhnnlbamkngf |
Beschreibung | A tool to help quickly calculate different probability values for various distributions. |
Dateigröße | 63.07 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-08-03 |
Veröffentlichungsdatum | 2018-08-03 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | H&J Development Studios |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Probability Toolkit", "version": "1.0", "description": "A tool to help quickly calculate different probability values for various distributions.", "browser_action": { "default_popup": "popup.html" } } |