問題タブ [weighting]

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 投票する
0 に答える
8 参照

variables - 変数を正しく重み付けして目標を達成する

私は4つの変数を持っています

  • 変数 A = 4.20
  • 変数 B = 3.18
  • 変数 C = 5.00
  • 変数 D = 4.78

これらの 4 つの変数で達成しようとしている目標値は 3.67 であるため、目標値に到達するために 4 つの変数すべてをブレンドする重み付けのパーセンテージをどのように見つけることができるか疑問に思っていました。つまり、15% の変数 A、60% の変数 B、10 です。 % 変数 C、15% 変数 D。これはどのように計算できますか?