統計
MATLAB Answers
8 質問
0 回答
ランク
of 174,520
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to use response surface method for experiments
pls explain me adout response surface method for experiments
9年以上 前 | 1 件の回答 | 0
1
回答質問
how to find mean and standard deviation using normal distribution when the factor varies from -ve to +ve and when it varies only in +ve direction?
pls anyone help me how to find a mean and standard deviation when the factor varies from negative to positive and also when it v...
9年以上 前 | 0 件の回答 | 0
0
回答質問
how to understand monte carlo simulation using statistics
please explain about monte carlo simulation with simple example program.
9年以上 前 | 1 件の回答 | 0
1
回答質問
how to select mean and standard deviation for some process using monte carlo simulation?
for example, if i have the dimension of some table having length of 300m.then how to find mean and standard deviation for that u...
9年以上 前 | 0 件の回答 | 0
0
回答質問
how to run monte carlo simulation in excel for each iteration separately using normrnd command?
how to generate monte carlo simulation in excel separately for each samples of i in this code? anyone pls help me % clc; ...
9年以上 前 | 1 件の回答 | 0
1
回答質問
what happens inside the function normrnd(mu,sigma) in matlab?
can anyone explain me what is happening inside the normrnd(mu,sigma) in matlab.give some examples
9年以上 前 | 1 件の回答 | 0
1
回答質問
how to write matlab program using monte carlo simulation to determine reliability
can any one help me to understand this code? and using this code please help me to write a code with variabies a=10,b=20,mean of...
9年以上 前 | 1 件の回答 | 0
1
回答質問
can any one help me to understand this code? and using this code please help me to write a code with variabies a=10,b=20,mean of a and b=0,std.dev of a and b =3 &5, dy=1.5, y=a^2+b^2+2*a*b-a/b. find how many times it exceeds 1.5 ,and find reliability
% clc; mRob=500; mRbc=750; muRob=5; muRbc=7.5; SRob=5/4; SRbc=7.5/3; Dy=14.5; x=1; rop=0; alpha=...
9年以上 前 | 1 件の回答 | 0