問題タブ [splunk-calculation]
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.
72 問題
0
投票する
1
に答える
256
参照
statistics - Splunk で平均偏差を計算する
Splunk に値のリストがあります。このリストを使用してavg(vals)
とを計算できますstdev(vals)
。平均偏差の計算方法を教えてください。
平均偏差は、リスト内の平均値と各値の間の平均絶対差です。
(Sum_x |mean-x|) / N