Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 313 Bytes

Cumulative Distribution Function (CDF) Generator

A python tool to generate CDF from given data

Presequisite

  • Python-3.11.2+

How to use

This tool takes to .txt file inputs. Add your data inside data1.txt and data2.txt files.

Run the command python generator.py from the cdf_generator directory