Skip to main content

Distribution Fitting/Regression Library

Project description

https://img.shields.io/pypi/v/probfit.svg https://zenodo.org/badge/DOI/10.5281/zenodo.1477853.svg https://github.com/scikit-hep/probfit/actions/workflows/main.yml/badge.svg

probfit is a set of functions that helps you construct a complex fit. It’s intended to be used with iminuit. The tool includes Binned/Unbinned Likelihood estimators, 𝝌² regression, Binned 𝝌² estimator and Simultaneous fit estimator. Various functors for manipulating PDFs such as Normalization and Convolution (with caching) and various built-in functions normally used in B physics are also provided.

Strict dependencies

Optional dependencies

Getting started

import numpy as np
from iminuit import Minuit
from probfit import UnbinnedLH, gaussian
data = np.random.randn(10000)
unbinned_likelihood = UnbinnedLH(gaussian, data)
minuit = Minuit(unbinned_likelihood, mean=0.1, sigma=1.1)
minuit.migrad()
unbinned_likelihood.draw(minuit)

Documentation and Tutorial

  • Documentation

  • The tutorial is an IPython notebook that you can view online here. To run it locally: cd tutorial; ipython notebook –pylab=inline tutorial.ipynb.

  • Developing probfit: see the development page

License

The package is licensed under the MIT license (open source).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

probfit-1.2.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

probfit-1.2.0-cp39-cp39-win_amd64.whl (404.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

probfit-1.2.0-cp39-cp39-win32.whl (343.7 kB view details)

Uploaded CPython 3.9 Windows x86

probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9

probfit-1.2.0-cp39-cp39-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9

probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (445.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

probfit-1.2.0-cp38-cp38-win_amd64.whl (405.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

probfit-1.2.0-cp38-cp38-win32.whl (344.5 kB view details)

Uploaded CPython 3.8 Windows x86

probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

probfit-1.2.0-cp38-cp38-manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.8

probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl (439.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

probfit-1.2.0-cp37-cp37m-win_amd64.whl (393.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

probfit-1.2.0-cp37-cp37m-win32.whl (335.7 kB view details)

Uploaded CPython 3.7m Windows x86

probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m

probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m

probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (431.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

probfit-1.2.0-cp36-cp36m-win_amd64.whl (392.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

probfit-1.2.0-cp36-cp36m-win32.whl (335.3 kB view details)

Uploaded CPython 3.6m Windows x86

probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6m

probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m

probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (432.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

probfit-1.2.0-cp35-cp35m-win_amd64.whl (381.8 kB view details)

Uploaded CPython 3.5m Windows x86-64

probfit-1.2.0-cp35-cp35m-win32.whl (325.8 kB view details)

Uploaded CPython 3.5m Windows x86

probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.5m

probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.5m

probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl (410.4 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7mu

probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 2.7mu

probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7m

probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 2.7m

probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl (434.9 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file probfit-1.2.0.tar.gz.

File metadata

  • Download URL: probfit-1.2.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0.tar.gz
Algorithm Hash digest
SHA256 490e489336b2f312200a68ca181ecb3c773b4b97f92f396dd51c853bf75bf843
MD5 f0b6f6d1194f6cf2db7a2182fae0c639
BLAKE2b-256 fbbdc25b7f18d5a97d82654cd0474c0af1a9652455fefd59df2739bc1bae6221

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 404.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6ebae61c2b096b3c75399b9b9877dec32960b842b77c97cba09273d48ba88f30
MD5 da2a538d6cba95a15fa2f606b1538d4f
BLAKE2b-256 fea47053d95099e222dcbfb0d586635420d97d40372827367abbc961fd7f6da6

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: probfit-1.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 343.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 041bbc78102a640efc5399cf2a2ab43b5cc03432c67e329938a793c8089e9239
MD5 b605265a768ac707a7151952a1ca7cf8
BLAKE2b-256 5ff4bb4b0300817e4c12a854a4ff0819cde2450fc1a7e919f3201e93319900e9

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c7b3ab8066ea07f57a72bcd36a63d775497983a416321cd0e0e60686391e209d
MD5 f426e66700902850ad32ae5f19c5d0d6
BLAKE2b-256 8d20623f75a6ed01c0280361a0723e0f5588e78b0f86739e777305ed1be8d50a

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2d7146f4be5b2d812e2a9f9b371d69a851a4d324587394758e06ce0f16e7416d
MD5 6ef1a7ea82aa3e5944460b8571f7d325
BLAKE2b-256 815ab61d90803caa9b435a3c98eeea7373d5a4611204950cf27e6aa010acdef1

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 445.8 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94ffbbe9944d4284c5307199f9ac70e1e7f0409a30e3a34bce121ca6b345f388
MD5 dda88087c68a1eb4b42143ccb2ad61c2
BLAKE2b-256 03edc9101bc508e3c29810ec9962281884247307809f2d9ca1441c52b7ead318

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 405.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e5aff154f9cb3f76ebbe26ab54b775e1a99e02773c0f51a80960f249b4a26aa9
MD5 89a84150718f4374ebece586d2ece38d
BLAKE2b-256 19ce329ba2910fa8713ba8c84840076b75a523bf80bc43b82fb02e2520c37509

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: probfit-1.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 344.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ec40dfc45bcd3de49404224ed50593f882a4cb4b43d5653f42b55ba97caeee89
MD5 f740e217a5584d7f5f8ec63ac841489a
BLAKE2b-256 485286855b7f25a65a30dbc24e56e8b55624e0edcaedcfcbc1c546133abf80ee

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 27da15bbd532ebe71fa40f50b75d4ad87846219bbe4f4fb15509bf164febc2d4
MD5 270901292e1eb20f1b02bf2d277bd03c
BLAKE2b-256 f5dbeacffa0a15b9ddcfb683f8ab78b99a637580d0bcd2cf2abf2e24c568f4be

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3980f7b00499722fd7d883088614ec6244f16250d8371c911156d654ad2ece17
MD5 e700809b197c090b9ba259902e301a6f
BLAKE2b-256 63b6b6b08e4a1d0a26a6dfffdb725799840683c96288cb859ea17104db4c589c

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 439.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03206e84fc962049cc4dca9413bc90a48e37fc4110619c6989170bade95decc2
MD5 62faf88cdc01185455f3eafd739274b6
BLAKE2b-256 b1985bc21c2b101165432d22ca7db0f730cd3688ea7deee425bec3f277796cbc

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 393.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c71b44bd286db9acdb9af07da32087a7302c28a7e2d1c3de06c635687d63a251
MD5 07b659fc51af8001a9d18c32af87af37
BLAKE2b-256 cffa7169e2c8c40eb39439b107c29b02574a3754cbb6e2db9d1d003e1a4bb3fc

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: probfit-1.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 335.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 921f2c9b7e73f171712f7bbf97db8c3e3421e7f936b4db96519617862d1172f5
MD5 0e50233b8fb669da367bb6c13a77a199
BLAKE2b-256 13ed85299dda897298f95495543863b8ad82d0926226dcf6b272718685f2c9cb

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9d664c3e367fc4617f6adc21cba81a850f9fd47227a89ca85687e34f6e7ab898
MD5 b45601468693a30adedf03529b3a3954
BLAKE2b-256 0da39380c742bba77f4535b06e1f9a2ceb335f1dc4d18436995118bf2e14dd2d

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 86d7150dbbb3436a0d8eded5ff2f5b4913bb012d555b3ed5c1ec8a2fe9ec0feb
MD5 a1f9f29f824400d847d652e438c5a688
BLAKE2b-256 f4b64e4001fb69578cf1cbe59cbed32019016422c43f2534df06499320c1074d

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 431.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9ebcc355a9df1eb96a4957d22770d3b79764b59ab0d2e9e5a3803524086e100
MD5 d84c5534c830fd6a1b8fa8b49e53912a
BLAKE2b-256 5554211279e93d1a43ec429afc4c7f1b1b8c8b1957b8ffa9a08597a31879ffe6

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 392.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d53c133026bb53249864ef4ea7143d03261ba621fee789e87a5618b287b7ff68
MD5 26859db7961dc35342dffc287abdd65e
BLAKE2b-256 6bb44768cdb84d0b5e92d6dffa779e1918f851bb9e441bad89e549e29b1b87ed

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: probfit-1.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 335.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 00cfa0da38a27a4d23853693b5094e65289f7bffe210f324d641ad6e98e7dcff
MD5 19e1c8583c16ee156774f1fb75f63b48
BLAKE2b-256 6f85171845afeecf94e26ec3ea3699861a169757c039ec2e026dc28c37279d6a

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c49c487755ffa4e08fe24930b52372b6cda46132f58b2d9942b8b0ff92ba8db6
MD5 1114ed575a2283809f10ec3e7faae3e5
BLAKE2b-256 1e3336fe97cedc5b35c8b6788ff0226550348634642ac320804734da0610ba11

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bdc543aa1ad84c8f673a37be9df1aac204ff769efc49160ba1bb57ee8d7c334
MD5 b1e9c6f826267ad027e265d18883947b
BLAKE2b-256 84fa709b4cf3cdecce1b399c7f9799e3e4e34861b55a943c9ac6d409f76dc168

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 432.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4362fe5791d31dfe744398898189346ecf1646b70f08749bec95b187c17e6a9
MD5 12417930b75735771476cc5c186d20bd
BLAKE2b-256 bf0244c986b27bb7511fefb1be4284080eba3cf8f83e27623cad5f88b582af95

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 381.8 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ad558de7493bf06b1a5d93774ff678caea0d866297c6e3b01f3437b9c97ddd77
MD5 cbef5ea87aaf2460e856119b9971d559
BLAKE2b-256 d02bc3010359c52df6514b11d67daa29911cc0e5c374476f3909522a0548a8c8

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: probfit-1.2.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 325.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2fdd9c98ba47454f75912f80d88e073903c1b2b5ecf83778227b25bd4ad0c1cf
MD5 6fcfc0fe59259d17d76f34c7a47c22f4
BLAKE2b-256 73faa475310fdec1850f88a947f1adc4a7387684cf777e1b2743f2b320c60480

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 492a4c9609f7c739a9587bafbb26e7279b5285eb6bee0cc57f43cab90d15d044
MD5 f06a2a9e77f745911187ec9953612ef9
BLAKE2b-256 cddc1646a78dd522877fbeb1290ec56e4c00011fdf49975597830c1af6c8062f

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c91fc6ea1d331f6ac5f0053eee21939edb153b34f5911061aab1e8198520caa4
MD5 e1abdea65226caf23f969c04fff5e878
BLAKE2b-256 38cb1142d8bb9402aaeec5d6c7ce0a855be6e9df267de20f96c0543ea5fcbde3

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 410.4 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b201d4e942457f542989c362f64f972195711ecb7c7c466686d6fffefc04a175
MD5 f679032970c264aec0fe62423115bda4
BLAKE2b-256 de7d3172920c068915244082cf77e14ea4ad4164b764516a8a180b92f12c79d3

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7e231ef5d16dd352301df9d214d5b9d258f2071bda4d1dcfd710c89804671ae3
MD5 dd571093bd0b10e96fa97284b3208697
BLAKE2b-256 fc6ef539d712a8381db26655f8024cfe575a9e9e75781633cacaef058ef58631

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 148a8254b5ba44ecaf9c0eaef704d9b0783cbad864db3f0107486109af810b61
MD5 b372cd6b4a872323d949aa4178d2687a
BLAKE2b-256 309d84588e3a695eab61dbac6e5d8c5dac6318c2ca663b3748d846fbe463f66d

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c14c1dd20298f02cb0f45b01a1d8b6e3bf9c7ce0fb6d3642e2f2857495fa8d5b
MD5 eec1b93dfb2d48d90e8eaa9bc8a2d4a4
BLAKE2b-256 0d496c412230477a1804ed167527bf1eef7996b2ab44e5f17a7f596dd7a20fbc

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1ddca37c1ded54bf51043d1028e832db1e6296cc6241caa38ddf00ef8550e6f
MD5 842388fb961e83b8d2d3abb5315bc5d1
BLAKE2b-256 61b2745cfaddced96970af137ed2b291a1f26d5407063226c82a8ef8d8af70e0

See more details on using hashes here.

File details

Details for the file probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 434.9 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6207e5cfc26d974fe921216f8f70b2786565c3dcf4cb007a64c10d433501f21
MD5 846f910a64bebe9cb0945431bf8b1858
BLAKE2b-256 466ac0ab9b6a7a1692e4dc422519851c1a819a1ec747aae3333bde5f30f0957a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page