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.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

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