show probabilities (-inf+inf, -3dev-3dev and so on....)
Show older comments
show probabilities (-inf+inf, -3dev-3dev and so on....)
>> mu = 12.5;
sigma = 3.75;
xs = [0:.01:25];
ys = normpdf(xs, mu, sigma);
clf;
plot(xs, ys);
Follow with the mean and std
9 Comments
John D'Errico
on 28 Jan 2021
Um, what is your question?
Amer Al-Maashani
on 28 Jan 2021
John D'Errico
on 28 Jan 2021
show what probabilities? Mean and std of what? What is your question?
Amer Al-Maashani
on 28 Jan 2021
James Tursa
on 28 Jan 2021
Can you copy & paste the actual wording of the assignment?
Amer Al-Maashani
on 28 Jan 2021
John D'Errico
on 28 Jan 2021
I think it is your teacher you need to talk to, to explain what you are asked to do.
James Tursa
on 28 Jan 2021
"show probabilities (-inf+inf, -3dev-3dev and so on....)"
I have no idea what is being asked for here. Cumulative probability between the two values? Or ...?
Amer Al-Maashani
on 28 Jan 2021
Accepted Answer
More Answers (0)
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!