圖形

適合度圖

qqplot(data[, dist, distargs, a, loc, ...])

x 的分位數相對於分佈的分位數/ppf 的 Q-Q 圖。

qqline(ax, line[, x, y, dist, fmt])

繪製 qqplot 的參考線。

qqplot_2samples(data1, data2[, xlabel, ...])

兩個樣本分位數的 Q-Q 圖。

ProbPlot(data[, dist, fit, distargs, a, ...])

Q-Q 和 P-P 機率圖

盒狀圖

violinplot(data[, ax, labels, positions, ...])

繪製 data 序列中每個資料集的長條圖。

beanplot(data[, ax, labels, positions, ...])

繪製序列中每個資料集的豆狀圖。

相關圖

plot_corr(dcorr[, xnames, ynames, title, ...])

在緊密的彩色網格中繪製許多變數的相關性。

plot_corr_grid(dcorrs[, titles, ncols, ...])

建立相關圖的網格。

scatter_ellipse(data[, level, varnames, ...])

建立具有信賴橢圓的散佈圖網格。

點圖

dot_plot(points[, intervals, lines, ...])

點狀圖(也稱為森林圖和泡泡圖)。

函數圖

hdrboxplot(data[, ncomp, alpha, threshold, ...])

高密度區域盒狀圖

fboxplot(data[, xdata, labels, depth, ...])

繪製函數盒狀圖。

rainbowplot(data[, xdata, depth, method, ...])

為一組曲線建立彩虹圖。

banddepth(data[, method])

計算一組函數曲線的頻帶深度。

迴歸圖

plot_fit(results, exog_idx[, y_true, ax, vlines])

繪製擬合值與一個迴歸變數的關係圖。

plot_regress_exog(results, exog_idx[, fig])

繪製迴歸結果與一個迴歸變數的關係圖。

plot_partregress(endog, exog_i, exog_others)

繪製單個迴歸變數的部分迴歸圖。

plot_partregress_grid(results[, exog_idx, ...])

繪製一組迴歸變數的部分迴歸圖。

plot_ccpr(results, exog_idx[, ax])

繪製 CCPR 與一個迴歸變數的關係圖。

plot_ccpr_grid(results[, exog_idx, grid, fig])

產生一組迴歸變數的 CCPR 圖,並在網格中繪製。

plot_ceres_residuals(results, focus_exog[, ...])

條件期望部分殘差 (CERES) 圖。

abline_plot([intercept, slope, horiz, vert, ...])

繪製給定截距和斜率的直線。

influence_plot(results[, external, alpha, ...])

迴歸中的影響力圖。

plot_leverage_resid2(results[, alpha, ax])

繪製槓桿統計量與正規化殘差平方。

時間序列圖

plot_acf(x[, ax, lags, alpha, use_vlines, ...])

繪製自相關函數

plot_pacf(x[, ax, lags, alpha, method, ...])

繪製偏自相關函數

plot_ccf(x, y, *[, ax, lags, negative_lags, ...])

繪製互相關函數

plot_accf_grid(x, *[, varnames, fig, lags, ...])

繪製自/互相關網格

month_plot(x[, dates, ylabel, ax])

每月數據的季節性圖。

quarter_plot(x[, dates, ylabel, ax])

每季數據的季節性圖

其他圖表

interaction_plot(x, trace, response[, func, ...])

因子水平統計的交互作用圖。

mosaic(data[, index, ax, horizontal, gap, ...])

從列聯表建立馬賽克圖。

mean_diff_plot(m1, m2[, sd_limit, ax, ...])

繪製 Tukey/Bland-Altman 平均差圖。


上次更新時間:2024 年 10 月 03 日