求一个matlab函数 raylcdf 的具体应用例子啊 哪个高手能帮我?急用啊
2个回答
展开全部
Function File: p = raylcdf (x, sigma)
Compute the cumulative distribution function of the Rayleigh distribution.
Arguments
x is the support. The elements of x must be non-negative.
sigma is the parameter of the Rayleigh distribution. The elements of sigma must be positive.
注意:x and sigma must be of common size or one of them must be scalar.
Return values
p is the cumulative distribution of the Rayleigh distribution at each element of x and corresponding parameter sigma.
Examples
x = 0:0.5:2.5;
sigma = 1:6;
p = raylcdf (x, sigma)
p = raylcdf (x, 0.5)
Compute the cumulative distribution function of the Rayleigh distribution.
Arguments
x is the support. The elements of x must be non-negative.
sigma is the parameter of the Rayleigh distribution. The elements of sigma must be positive.
注意:x and sigma must be of common size or one of them must be scalar.
Return values
p is the cumulative distribution of the Rayleigh distribution at each element of x and corresponding parameter sigma.
Examples
x = 0:0.5:2.5;
sigma = 1:6;
p = raylcdf (x, sigma)
p = raylcdf (x, 0.5)
追问
谢谢你了 不过 这个...英文的 看不懂-。-!能不能用中文解释下这个函数的用法??
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
翻译:
计算瑞利分布的累积分布函数
参数:
x 是支集 x中的元素 必须非负
sigma 是瑞利分布的系数, sigma 必须是正数
注意: x 和sigma 必须维数相同 或者其中一个必须是标量
返回值:
p 是X 中的每一个元素和对应的系数sigma的瑞利分布的累积分布
例子:
x = 0:0.5:2.5;
sigma = 1:6;
p = raylcdf (x, sigma)=( 0 0.0308 0.0540 0.0679 0.0769 0.0831)
p = raylcdf (x, 0.5) =(0 0.3935 0.8647 0.9889 0.9997 1.0000)
计算瑞利分布的累积分布函数
参数:
x 是支集 x中的元素 必须非负
sigma 是瑞利分布的系数, sigma 必须是正数
注意: x 和sigma 必须维数相同 或者其中一个必须是标量
返回值:
p 是X 中的每一个元素和对应的系数sigma的瑞利分布的累积分布
例子:
x = 0:0.5:2.5;
sigma = 1:6;
p = raylcdf (x, sigma)=( 0 0.0308 0.0540 0.0679 0.0769 0.0831)
p = raylcdf (x, 0.5) =(0 0.3935 0.8647 0.9889 0.9997 1.0000)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询