Matlab 画出正态分布图,要那些参数?均值、标准差 这两个可以吗?

来源:学生作业学帮网 编辑:学帮网 时间:2024/07/05 20:32:17

Matlab 画出正态分布图,要那些参数?
均值、标准差 这两个可以吗?

Y = NORMPDF(X,MU,SIGMA);
Y = NORMPDF(X,MU,SIGMA) returns the pdf of the normal distribution with
mean MU and standard deviation SIGMA,evaluated at the values in X.
The size of Y is the common size of the input arguments.A scalar
input functions as a constant matrix of the same size as the other
inputs.
MU为均值,SIGMA标准差