matlab怎么求对数正态分布函数的分位数(反函数)么

如题,最好有代码,谢谢,今天刚刚知道matlab可以求分位数,但是不会用啊... 如题,最好有代码,谢谢,今天刚刚知道matlab可以求分位数,但是不会用啊 展开
9192631770
2012-05-30 · TA获得超过7310个赞
知道大有可为答主
回答量:3138
采纳率:50%
帮助的人:2983万
展开全部
logninv Inverse of the lognormal cumulative distribution function (cdf).
X = logninv(P,MU,SIGMA) returns values at P of the inverse lognormal
cdf with distribution parameters MU and SIGMA. MU and SIGMA are the
mean and standard deviation, respectively, of the associated normal
distribution. The size of X is the common size of the input arguments.
A scalar input functions as a constant matrix of the same size as the
other inputs.

Default values for MU and SIGMA are 0 and 1, respectively.

[X,XLO,XUP] = logninv(P,MU,SIGMA,PCOV,ALPHA) returns confidence bounds
for X when the input parameters MU and SIGMA are estimates. PCOV is a
2-by-2 matrix containing the covariance matrix of the estimated parameters.
ALPHA has a default value of 0.05, and specifies 100*(1-ALPHA)% confidence
bounds. XLO and XUP are arrays of the same size as X containing the lower
and upper confidence bounds.

比如期望0,标准差1的对数正态分布,求1%分位数
输入
logninv(0.01,0,1)
即可
更多追问追答
追问
可是我现在不知道函数当中的那两个参数,怎么办
追答
你是知道分布求分位数还是求一组样本的分位数?前者怎么可能不知道期望和方差?后者用函数prctile
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式