show probabilities (-inf+inf, -3dev-3dev and so on....)
古いコメントを表示
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 件のコメント
John D'Errico
2021 年 1 月 28 日
Um, what is your question?
Amer Al-Maashani
2021 年 1 月 28 日
John D'Errico
2021 年 1 月 28 日
show what probabilities? Mean and std of what? What is your question?
Amer Al-Maashani
2021 年 1 月 28 日
James Tursa
2021 年 1 月 28 日
Can you copy & paste the actual wording of the assignment?
Amer Al-Maashani
2021 年 1 月 28 日
John D'Errico
2021 年 1 月 28 日
I think it is your teacher you need to talk to, to explain what you are asked to do.
James Tursa
2021 年 1 月 28 日
"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
2021 年 1 月 28 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Correlation and Convolution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!