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 GoldenRatio

# 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.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

golden_ratio_stats-0.1.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file golden-ratio-stats-0.1.2.tar.gz.

File metadata

  • Download URL: golden-ratio-stats-0.1.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for golden-ratio-stats-0.1.2.tar.gz
Algorithm Hash digest
SHA256 29a6ca9eecf0ed0596de4d434e70202d544b0b9e307d9653c4bc44b0bc488ef3
MD5 a18f8cc5d4f206ff3d2760969d56384a
BLAKE2b-256 98a3355e03777b15a16c149a7eced3471181b7b9854ecd4ee027744251d900ec

See more details on using hashes here.

File details

Details for the file golden_ratio_stats-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for golden_ratio_stats-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 277ae9bc6cab867ca42240148fb77128f55dbb74a012a0679253bd899175c6e9
MD5 6d5e34e207955b877f2ab26b012ec8b8
BLAKE2b-256 78f8629a84009c16946a5a79808a46ebf0fedcf78e44fd243e23660263bc982d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page