Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python qqplot:我应该使用什么参数来绘制参考线?_Python_Python 3.x_Statistics_Distribution - Fatal编程技术网

Python qqplot:我应该使用什么参数来绘制参考线?

Python qqplot:我应该使用什么参数来绘制参考线?,python,python-3.x,statistics,distribution,Python,Python 3.x,Statistics,Distribution,我正在根据手册通过qqplot测试系统的一些变量。现在我的问题是:我应该画哪条线?根据本文件,我有: Options for the reference line to which the data is compared: ‘45’ - 45-degree line ‘s’ - standardized line, the expected order statistics are scaled by the standard deviation of the given

我正在根据手册通过qqplot测试系统的一些变量。现在我的问题是:我应该画哪条线?根据本文件,我有:

Options for the reference line to which the data is compared:

    ‘45’ - 45-degree line

    ‘s’ - standardized line, the expected order statistics are scaled by the standard deviation of the given sample and have the mean added to them

    ‘r’ - A regression line is fit

    ‘q’ - A line is fit through the quartiles.

    None - by default no reference line is added to the plot.

当然,
'45'
不适合我的目的(即从我的样本中找到正确的分布),但哪一个更合适?

我投票结束这个问题,因为它是关于统计的,不是编程。我投票结束这个问题,因为它是关于统计的,不是编程的。