Skip to main content

Bindings for StatsLib (https://github.com/kthohr/stats)

Project description

git clone https://github.com/aforren1/pystatslib --recursive

Example usage:

import statslib as sl
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm

x = np.linspace(-3, 3, num=100)
y = sl.dnorm(x, mu=0, sigma=1, log=False)
y2 = norm.pdf(x, loc=0, scale=1)

plt.plot(x, y - y2)
plt.show()

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

statslib-0.0.4.zip (821.4 kB view details)

Uploaded Source

Built Distributions

statslib-0.0.4-cp310-cp310-win_amd64.whl (128.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

statslib-0.0.4-cp310-cp310-win32.whl (107.0 kB view details)

Uploaded CPython 3.10 Windows x86

statslib-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (169.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

statslib-0.0.4-cp310-cp310-macosx_10_14_x86_64.whl (157.8 kB view details)

Uploaded CPython 3.10 macOS 10.14+ x86-64

statslib-0.0.4-cp39-cp39-win_amd64.whl (124.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

statslib-0.0.4-cp39-cp39-win32.whl (107.1 kB view details)

Uploaded CPython 3.9 Windows x86

statslib-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (169.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

statslib-0.0.4-cp39-cp39-macosx_10_14_x86_64.whl (158.0 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

statslib-0.0.4-cp38-cp38-win_amd64.whl (128.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

statslib-0.0.4-cp38-cp38-win32.whl (107.0 kB view details)

Uploaded CPython 3.8 Windows x86

statslib-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (169.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

statslib-0.0.4-cp38-cp38-macosx_10_14_x86_64.whl (157.8 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

statslib-0.0.4-cp37-cp37m-win_amd64.whl (128.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

statslib-0.0.4-cp37-cp37m-win32.whl (107.4 kB view details)

Uploaded CPython 3.7m Windows x86

statslib-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (173.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

statslib-0.0.4-cp37-cp37m-macosx_10_14_x86_64.whl (154.0 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

statslib-0.0.4-cp36-cp36m-win_amd64.whl (128.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

statslib-0.0.4-cp36-cp36m-win32.whl (107.4 kB view details)

Uploaded CPython 3.6m Windows x86

statslib-0.0.4-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (173.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

statslib-0.0.4-cp36-cp36m-macosx_10_14_x86_64.whl (154.0 kB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

File details

Details for the file statslib-0.0.4.zip.

File metadata

  • Download URL: statslib-0.0.4.zip
  • Upload date:
  • Size: 821.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4.zip
Algorithm Hash digest
SHA256 9dbac1ea734be6901c7763e9c51c355a435c872919bb7577b39b305505ea0de7
MD5 33574de2157f2b9f3dda0cfb24129333
BLAKE2b-256 4bb4fa30bae165db1641699f706e3ef643d1ff40583bfef009fc1b71fd605c7f

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 128.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 195508df833e53c0d86307697a33497878ca4df30ae0585957d7552e731168fe
MD5 36cca6e4908efd4e7c372f8dc795372a
BLAKE2b-256 59ff9947975968b210c3e3583af6e6eb601673844754f2d5c742c343f935e6e6

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: statslib-0.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 107.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 50d8594571e1fe6ce8d81063c09f625633e22a70abf3c0774a7d04d590cd2e81
MD5 d0b1c79b7c37352f56269582b53203e6
BLAKE2b-256 a255b95ef3ac962d43051d52498fa465c0739de8c7feaaf4a260c70a96c76806

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for statslib-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf0724269220999f815b33803fce245274a9ccf2d02757f8d55e60b6c7da30df
MD5 35f5be0211eef67335e8ad11f516a7d3
BLAKE2b-256 0c37804345617ab92c8d8683de05c868ecc72b8c474e9167836d300866c59632

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp310-cp310-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 157.8 kB
  • Tags: CPython 3.10, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 51fdb674bf6be87453a8adaa2686048c473104bb45cf03b36405107ddc9b6852
MD5 03d168a691c0c74745c0cc1a2a4e8d20
BLAKE2b-256 2ff3f4e74c734c1603372b29b1fd3fd92e36ea0038eee8621afac0449431c3cb

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 124.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cc86f0a6657a9f2b2b3f84e274acfe9b2c1bdb5e8e01ada4e9339ab5ffdaa338
MD5 1c5fa32c51da40aabbc46ffb27e8579f
BLAKE2b-256 ea4b4205999c7a39a1b889b519ae768a5a87f5cd86293a5a2817f644333915dc

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: statslib-0.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 107.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2bf8c2efb7632f575e1c06120e1a22aef004587acf0a50adbfb8e28b63f61731
MD5 5a08bd26bf810dff0a6679b8851e27ae
BLAKE2b-256 1a566e4108b4834a1344c9a2da8f0b305b7a04c25a7325e56ba6e14e97deecea

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for statslib-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7321b75ebb5dea8d02425a93ec56a23ac817c71cb71dca4cad82d6b2c0958013
MD5 fe22a5f90f049c3341c92d9caaf04819
BLAKE2b-256 ef615a00d46b33426582b577d5a5d395850b4d94c21e673b5ed06e8d5eff15d3

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 158.0 kB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1f0dc3a2176887c2ca8c9faebb47b099c5aa4c813abd3f82a3cce426039c0bd3
MD5 adfd7ed7e7a89a5a8dc111ca8db54b10
BLAKE2b-256 11eca0d5250710d6029d5b60f4f62768050adb67f6e01b3361107ce7b24a22f9

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 128.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a0680044e570965d2e61c33f4a80dd8e0851899433d689893600ebdfc702ea11
MD5 cb951abb33a76b5ae60856642f07946c
BLAKE2b-256 1bbfb67470f9f9d045648bf190bdfe2c3fc8aa74f8db51b489f0e7730c9882c7

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: statslib-0.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 107.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4b1c0a0746f92cef2c468b85373568eb682e757c2b13208a72575b91c0d19256
MD5 016162cd31560ed73c1fc762791db6f3
BLAKE2b-256 7e82052931ca3dda93be4dcebc70f1984483f73a3d805dc0a26f2a926d850bbd

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for statslib-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f14a9f527e07739622cdc5ce607dd845a2275b786c80f3c1ff273ccea21ea22e
MD5 ec8dc53c46c6b46c1028ad9a8b5ec162
BLAKE2b-256 129b6fa48d19df60dc3d6680ab2f6516c9b0905282c629430e8298f079366bc1

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 157.8 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 344e98421a8b544f5701ad5ec501b880cc6dcc0d5080afc3ac25b35cef3da4e6
MD5 2fcf82732e2cdd58ef73bf428dc13da0
BLAKE2b-256 f89f3d6781a775924a16be21bdc5f9adcaf4ce8f03ebc9391c1ff45ac7157b9a

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 128.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2417b28a0bb7e581edb9f2fda651df29d1d069353dd497c8999b8e4c75858940
MD5 32f291f642b0691fa95850a6461238a8
BLAKE2b-256 b402cb12cdc8460a37c57337d5a58b4f72c7386bc47d2280b90c9c4e988d9047

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: statslib-0.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 107.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0136a1907a71fb649015e84c5197d3c1f771340a8cf7d4c643ca3fac632766e
MD5 c3023fbd7d5a99fa32f4ba85ec633e9b
BLAKE2b-256 de2f3be96f28d7d5c454183e11634141e3b5bd06d746867ca01fc56e93df4b9c

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for statslib-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a44fa3d390563063a15c6a14e693ea850e6e5b0b534ed8e0306dcd3836a614d4
MD5 e90e56b9f284e6dbcfb18848112e5954
BLAKE2b-256 1ed8c6aa59e108834b0e102aa5a1f418441b5fde8fa38692d03a955de488b28a

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 154.0 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 150d6524d4b6e834afe2cac793cc1aebb344deb4b84b06f1467be8b6660a9057
MD5 471e3dfb2142d74efc627acf1829320c
BLAKE2b-256 8790dd6b19c9ec0263ec82474120b5aa28e147b43acafdd41915da616bd748ec

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 128.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1e9b2c889d21247bcd8d086036a5f3bbe46691a5640e103fc0b17568243d77d4
MD5 7bbe1fe87292ade0ab35de694910f6dd
BLAKE2b-256 0be8779eb21e15157bfba281ddc34f90bcfdd565e4c9ed4af16281d0974798c4

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: statslib-0.0.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 107.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 98bbafa0e94ae57c0126220189b7aa58221ed6816d1b125775a2934b8d755121
MD5 3309627d9aa03016055bd546c8422cca
BLAKE2b-256 85643327cefe5ff95db7476fdf84cceca36af7bcab8f033b6099856325416b59

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for statslib-0.0.4-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f7833c5a7aae403392103acf17381eb6eb94638a4c46506945248730016be1c9
MD5 6cf01cdc3e68fbbe2be040938156d9c1
BLAKE2b-256 f336b0146ea111d6817c087d10f57324c142a9fe7665a17eab9a90b83b39e4a2

See more details on using hashes here.

File details

Details for the file statslib-0.0.4-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: statslib-0.0.4-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 154.0 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for statslib-0.0.4-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a393d90d88a68616b79ba9d147d0c4e9dcf6e8143c1bb36dcf6674396d57ce9a
MD5 94128fdd69c976d3c10dc499606c701f
BLAKE2b-256 42640f2b59924e25d7da4804218f04599cea233f8fa2cfce6f6eca2972979a53

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