[issue36113] Problem With SciPy Computation of sigma

2019-02-25 Thread Berker Peksag
Berker Peksag added the comment: This tracker is for issues with the Python programming language and its standard library. SciPy is not part of the standard library. Please use SciPy project's support channels to get help for your problem. Thank you! -- nosy: +berker.peksag resolutio

[issue36113] Problem With SciPy Computation of sigma

2019-02-25 Thread N. Srinivasan
New submission from N. Srinivasan : """ Construct normal probability plot """ import math import scipy.stats as ss import numpy as np import matplotlib.pyplot as plt import seaborn as sns import prettytable from random import seed seed(100) mu = 0.0 sigma = 1.0 x = np.linspac