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

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 00:05:11
Matlab 画出正态分布图,要那些参数?均值、标准差 这两个可以吗?

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

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标准差