全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 MATLAB等数学软件专版
1951 1
2014-05-26
怎么用matlab求正态分布函数的分位数
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-2-25 22:00:45
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)
即可
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群