問題タブ [t-test]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
365 問題
0
投票する
2
に答える
780
参照
python - パンダデータフレームでのペアワイズテストの統計的有意性
私は pandas データフレーム (100x10) を持っています。各列はある数量を表し、t-test を使用してすべての列をペアワイズ テストしたいと考えています。列をループする代わりに:
どこでi!=j、それを行うためのよりクリーンな方法はありますか? 相関に似たもの:
ここで、すべてのペアワイズ相関を計算します。