問題タブ [exponential-distribution]
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.
88 問題
0
投票する
1
に答える
33
参照
r - 指数分布からデータの複数列テーブルを作成する方法
顧客の到着時間、顧客の待ち時間、サービス時間、および顧客の退出時間の複数列テーブルを作成する必要があります。サービス時間は、レジ係が顧客を助けるのにかかる時間です。到着時刻とサービス時刻は、rexp コマンドを使用する関数によって提供されます。
テーブルは次のようにする必要があります。
私のコードは次のようになります。