Skip to main content

Data Analysis Tools

Project description

ARGALI

Descriptive Statistics

Descriptive statistics provide insight around dispersion and central tendency.

Univariate

The univatiate descriptive statistics class provides easy access to a wide range of variables that are easily accessible via a set of intuitively named functions.

The summary function provides key details relating to the variable and provides a four plots that exposure the structure and distribution of the data.

Usage:

from argali import descriptive_statistics

x = [1, 2, 3, 4, 3, 4, 5, 6, 7, 6, 7, 8, 7, 8, 8, 6, 5, 44, 3, 4, 5, 6, 7, 8, 9, 33, 22, 11, -1]

x_summary = descriptive_statistics.Univariate(data=x)

x_summary.descriptive_summary()

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

argali-0.1.5.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

argali-0.1.5-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

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