Statistics
8 Questions
0 Answers
RANK
77,001
of 301,287
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,220
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,814
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how to use response surface method for experiments
pls explain me adout response surface method for experiments
9 years ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
how to understand monte carlo simulation using statistics
please explain about monte carlo simulation with simple example program.
9 years ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0