Probability Toolkit

A tool to help quickly calculate different probability values for various distributions.

Что такое Probability Toolkit?

Probability Toolkit - это расширение Chrome, разработанное H&J Development Studios, и его основная функция - "A tool to help quickly calculate different probability values for various distributions.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Probability Toolkit

Скачайте файлы расширений Probability Toolkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Probability Toolkit Probability Toolkit
ID babocajfleeapimlbagijhnnlbamkngf
Официальный URL https://chromewebstore.google.com/detail/probability-toolkit/babocajfleeapimlbagijhnnlbamkngf
Описание A tool to help quickly calculate different probability values for various distributions.
Размер файла 63.07 KB
Количество установок 79
Текущая Версия 1.0
Последнее Обновление 2018-08-03
Дата публикации 2018-08-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик H&J Development Studios
Тип оплаты free
Поддерживаемые языки 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"
    }
}