-
Notifications
You must be signed in to change notification settings - Fork 1
User Guide
lilyeisner edited this page Jun 8, 2020
·
6 revisions
pip install reliability-stability:
>>> pip install reliability-stability-calc
Package can be imported into python file as:
>>> import reliability_stability_pkg
Import other necessary packages:
>>> import numpy as np
>>> import pandas as pd
>>> from matplotlib import pyplot
Import data to Pandas DataFrame:
>>> data = pd.read_csv('example_data_file.csv')
Once imported, call each function like this:
>>> reliability_stability_pkg.calc_correlation(pandas-dataframe, 'column_one_header', 'column_two_header')