Staat

StaatApp

仕様詳細

動作要件

OS(オペレーションシステム):Windows(64bit) macOS(M1/M2チップ)

統計解析一覧

*   macOS版では使用できません.
** 買い切り版では使用できません.

分類
解析手法
アルゴリズム
基本統計量基本統計量pandas.DataFrame.describe
ピアソンの積率相関係数scipy.stats.pearsonr
スピアマンの順位相関係数scipy.stats.spearmanr
ケンドールの順位相関係数scipy.stats.kendalltau
相関比Original
ヒートマップseaborn.heatmap
級内相関係数Original
仮説検定対応のないt検定scipy.stats.ttest_ind
ウェルチのt検定scipy.stats.ttest_ind
対応のあるt検定scipy.stats.ttest_ind
一元配置分散分析statsmodels.stats.anova.anova_lm
反復測定分散分析statsmodels.stats.anova.AnovaRM
多元配置分散分析statsmodels.stats.anova.anova_lm
マンホイットニーのU検定scipy.stats.mannwhitneyu
ブルンナー・ムンチェル検定scipy.stats.brunnermunzel
ウィルコクソンの符号順位検定scipy.stats.wilcoxon
クラスカル・ウォリス検定scipy.stats.kruskal
フリードマン検定scipy.stats.friedmanchisquare
テューキー・クレーマー法statsmodels.stats.multicomp.pairwise_tukeyhsd
スティール・ドゥワス検定scikit_posthocs.posthoc_dscf
ダネット検定*scipy.stats.dunnett
ボンフェローニ補正statsmodels.stats.multitest.multipletests
シャピロ・ウィルク検定scipy.stats.shapiro
コルゴモロフ・スミルノフ検定scipy.stats.ks_1samp
F検定Original
バートレット検定scipy.stats.bartlett
ルビーン検定scipy.stats.levene
多変量解析重回帰分析statsmodels.regression.linear_model.OLS
数量化Ⅱ類Original
数量化Ⅲ類prince.mca
ロジスティック回帰分析statsmodels.genmod.generalized_linear_model.GLM
プロビット分析statsmodels.genmod.generalized_linear_model.GLM
多項ロジスティック回帰分散statsmodels.discrete.discrete_model.MNLogit
一般化線形混合モデルGPBoost.GPModel
判別分析sklearn.discriminant_analysis.LinearDiscriminantAnalysis
主成分分析sklearn.decomposition.PCA
因子分析sklearn.decomposition.FactorAnalysis
構造方程式モデリングsemopy
KMeans法sklearn.cluster.KMeans
階層クラスター分析scipy.cluster.hierarchy
決定木sklearn.tree.DecisionTreeClassifier
ランダムフォレストsklearn.ensemble.RandomForestClassifier
勾配ブースティング決定木LightGBM
時系列分析移動平均pandas.DataFrame.rolling
自己相関係数statsmodels.tsa.stattools.acf
ADF検定statsmodels.tsa.stattools.adfuller
ARIMAstatsmodels.tsa.arima.model.ARIMA
GARCHarch.univariate.arch_model
VARstatsmodels.tsa.stattools.acftsa.vector_ar
Prophet**statsmodels.tsa.stattools.acfProphet
クロス集計表クロス集計pandas.crosstab
カイ二乗検定scipy.stats.chi2_contingency
フィッシャーの正確確率検定scipy.stats.fisher_exact
オッズ比とリスク比statsmodels.stats.contingency_tables.Table2x2
コレスポンデンス分析mca
生存時間解析カプランマイヤー法lifelines.fitters.kaplan_meier_fitter.KaplanMeierFitter
ログランク検定lifelines.statistics
一般化ウィルコクソン検定lifelines.statistics
Cox比例ハザード回帰lifelines.fitters.coxph_fitter.CoxPHFitter
グラフヒストグラムmatplotlib.pyplot.hist
箱ひげ図seaborn.boxplot
バイオリンプロットseaborn.violinplot
ストリッププロットseaborn.stripplot
スウォームプロットseaborn.swarmplot
相関行列seaborn.pairplot
正規Q-Qプロットscipy.stats.probplot
折れ線グラフmatplotlib.pyplot.plot
エラーバーmatplotlib.axes.Axes.errorbar
アソシエーション分析アプリオリmlxtend.frequent_patterns.apriori
傾向スコアマッチング強欲マッチングsklearn.neighbors.NearestNeighbors
最適マッチングnetworkx.algorithms.matching.max_weight_matching