matlabで一括で要約統計量を計算する方法はないでしょうか。
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
行列や、tableの各列の要約統計量を計算し、一括で出力できないでしょうか。
pythonも扱う方ならご存じだと思いますが、pandasのdescribe()では、countや、ユニーク数、平均、最少、最大などの計算結果の行列(DataFrame)を取得できます。matlabでpythonのpandas.DataFrame.describeのような行列やtableを一括で要約統計量を計算する関数はないでしょうか。
matlabでは、summaryが近いと思いますが、tableの各列の結果がstructになってそれぞれ見に行かないといけなく一括で確認したり処理するのに手間がかかります。何か良い方法をご教授ください。
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB の Python ライブラリ dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!