問題タブ [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.

0 投票する
2 に答える
1474 参照

c# - T-Test および PValue- Math.Net Numerics クラス

StudentT クラスから ttest-value と P-Value を取得する方法はありますか。このライブラリからこれらの値を計算しようとしています: https://numerics.mathdotnet.com/api/MathNet.Numerics.Distributions/StudentT.htm

Excel の同等の関数は T-Test です。しかし、math.net数値Excel関数にはこのメソッドがありません。以下のリンクは、すべての Excel メソッドを示しています: https://numerics.mathdotnet.com/api/MathNet.Numerics/ExcelFunctions.htm

上記のライブラリからこれを行うためのポインタは非常に役立ちます。

ありがとうございました...