Skip to main content

Implementation of Modified Thompson Tau Test in Python

Project description

Installation

pip install modified-thompson-tau-test

Initialization

from Modified_Thompson_Tau_Test.modified_thompson_tau_test import run_modified_thompson_tau_test

You can pass a list, a Pandas Series or a Pandas DataFrame to the function:

run_modified_thompson_tau_test([2, 3, -50, 1, 0, 10, 1000])

The function returns the results as a Pandas DataFrame where the column is_outlier shows the result:

 	0 	is_outlier
2 	-50 	1
4 	0 	0
3 	1 	0
0 	2 	0
1 	3 	0
5 	10 	1
6 	1000 	1

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

modified-thompson-tau-test-0.1.3.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file modified-thompson-tau-test-0.1.3.tar.gz.

File metadata

File hashes

Hashes for modified-thompson-tau-test-0.1.3.tar.gz
Algorithm Hash digest
SHA256 20bddd272a52923cbbc015df785647fb441c049a7690905f3c1e603f8a1ab7a2
MD5 0469bc7cd40494fd6698c18f0f658ba5
BLAKE2b-256 2a720271fbf62a3a375322602fc7ce27132a33cf18d4485100ff0309baa85820

See more details on using hashes here.

File details

Details for the file modified_thompson_tau_test-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for modified_thompson_tau_test-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 58ecacf7145c6370853233f95d9e05946aa1c1bbb4566066e1c88b13432e17e0
MD5 3659b19d33bfd9de532eddefb2af6587
BLAKE2b-256 e9a9dd8a36dcfa087d4de02c28aba6ef3c6dedbf7408c1a277a943e076524af2

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