Feeds
提问
how to use response surface method for experiments
pls explain me adout response surface method for experiments
9 years 前 | 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 years 前 | 0 个回答 | 0
0
个回答提问
how to understand monte carlo simulation using statistics
please explain about monte carlo simulation with simple example program.
9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0