Skip to main content

Golden Ratio in Statistics

Project description

Golden Ratio in Statistics

To determine skewness, mean and deviation with a new approach on continuous data

Installation

pip install golden-ratio-in_statistics

Get started

How to get GRiS result for dataset with this lib:

# Library import
from golden_ratio_stats.golden_ratio_approch import GoldenRatioApproach

# This line of code will allow shorter imports
from golden_ratio_stats import GoldenRatio

# Instantiate a GoldenRatio object
"""Firstly, import the excel file, then run the library
P.S. Excel file must include name of each column. Like that;

name1	name2	name3	name4 ...
73,36	72,64	68,45	66,52 ...
78,97	67,04	60,85	70,96 ...
...     ...     ...     ...   ...

"""

import os
import pandas as pd

path = r'C:\data'
os.chdir(path)
df = pd.read_excel("my_dataset.xlsx")
# GRiS output
print(GoldenRatio(df))

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

golden-ratio-stats-0.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

golden_ratio_stats-0.1.1-py3-none-any.whl (3.5 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