matlabで一括で​要約統計量を計算する​方法はないでしょうか​。

2 views (last 30 days)
shingo maruyama
shingo maruyama on 2 Sep 2024
行列や、tableの各列の要約統計量を計算し、一括で出力できないでしょうか。
pythonも扱う方ならご存じだと思いますが、pandasのdescribe()では、countや、ユニーク数、平均、最少、最大などの計算結果の行列(DataFrame)を取得できます。matlabでpythonのpandas.DataFrame.describeのような行列やtableを一括で要約統計量を計算する関数はないでしょうか。
matlabでは、summaryが近いと思いますが、tableの各列の結果がstructになってそれぞれ見に行かないといけなく一括で確認したり処理するのに手間がかかります。何か良い方法をご教授ください。

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!