QQ Plot🍋
qqplot(x, y, dicretization=100, **kwargs)
🍋
Plot Quantile Quantile.
Plot quantile of x on x-axis versus quantile of y on y-axis.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
Vector
|
Values to plot quantiles on x-axis |
required |
y |
Vector
|
Values to plot quantiles on y-axis |
required |
dicretization |
int
|
number of quantiles to plot. Defaults to 100. |
100
|
**kwargs |
Extra arguments to pass along to Plotly - Update Layout, arguments available at Plotly - Layout. |
{}
|
Returns:
Type | Description |
---|---|
Figure
|
Plotly Figure of the Quantile-Quantile plot. |
Last update:
2022-12-23