useFitdist(rriskDistributions)
useFitdist()所属R语言包:rriskDistributions
Fitting amount continuous distributions to given univariate data.
配件给定的单变量数据量的连续分布。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fitting amount continuous distributions to given univariate data
配件给定的单变量数据量的连续分布
用法----------Usage----------
useFitdist(data2fit,show.output=TRUE,distributions)
参数----------Arguments----------
参数:data2fit
numerical vector, data to be fitted.
数值向量,被拟合数据。
参数:show.output
logical value, if TRUE the output will be printed.
逻辑值,如果TRUE输出将被打印出来。
参数:distributions
simple character or character vector giving the names of distribution families, that should be fitted to the data. The possible values are: norm, cauchy, logis, beta, exp, chisq, unif, gamma, lnorm, weibull, f, t, gompertz, triang.
简单的字符或字符向量给分布族的名字,这应该是拟合数据。可能的值有:norm,cauchy,logis,beta,exp,chisq,unif,<X >,gamma,lnorm,weibull,f,t,gompertz。
Details
详细信息----------Details----------
This function is not intended to be called directly but is internally called in fit.cont.
此功能的目的不是直接调用,但在内部被称为fit.cont。
值----------Value----------
Returns matrix with fitting results. More information...
返回矩阵拟合结果。更多信息...
(作者)----------Author(s)----------
Matthias Greiner <a href="mailto:matthias.greiner@bfr.bund.de">matthias.greiner@bfr.bund.de</a>
(BfR), <br> Kristin Tolksdorf
<a href="mailto:kristin.tolksdorf@bfr.bund.de">kristin.tolksdorf@bfr.bund.de</a> (BfR), <br>
Katharina Schueller <a href="mailto:schueller@stat-up.de">schueller@stat-up.de</a>
(<acronym><span class="acronym">STAT-UP</span></acronym> Statistical Consulting), <br> Natalia
Belgorodski <a href="mailto:belgorodski@stat-up.de">belgorodski@stat-up.de</a>
(<acronym><span class="acronym">STAT-UP</span></acronym> Statistical Consulting)
实例----------Examples----------
x1 <- rgamma(374,4,0.08)
res1<-useFitdist(data2fit=x1)
res1
x2<-rbeta(300,shape1=1,shape2=2)
res2<-useFitdist(data2fit=x2)
res2
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|