Skip to content

FlorianDe/qq_plot_2samp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQ-Plot 2 Sample

Just a gist to include the custom code to draw a qq-plot in python when dealing with a "two sample problem". This means when u try to plot/fit a data sample against another data sample without knowing the pdf of the theoretical quantiles.

Example of the current qq-plot result: qq-plot-example

Prerequisites

venv:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Development

test (run the qq-plot test):

python setup.py pytest

build:

python setup.py bdist_wheel

install:

pip install dist/wheelfile.whl

import:

import qq_plot_2samp
from qq_plot_2samp.qq_plot import draw_qq_plot

About

A custom qq-plot for two sample data comparision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages