找回密码
 注册
查看: 274|回复: 0

R语言 VGAM包 explogarithmic()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 15:33:41 | 显示全部楼层 |阅读模式
explogarithmic(VGAM)
explogarithmic()所属R语言包:VGAM

                                        Exponential Logarithmic Distribution Family Function
                                         指数对数分布的家庭功能

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Estimates the two parameters of the exponential logarithmic distribution by maximum likelihood estimation.
估计指数对数分布的两个参数的最大似然估计。


用法----------Usage----------


explogarithmic(lscale = "loge", lshape = "logit", escale = list(),
               eshape = list(), iscale = NULL, ishape = NULL,
               tol12 = 1e-05, zero = 1, nsimEIM = 400)



参数----------Arguments----------

参数:lscale, lshape, escale, eshape
See CommonVGAMffArguments for information.  
见CommonVGAMffArguments的信息。


参数:tol12
Numeric. Tolerance for testing whether a parameter has value 1 or 2.  
数字。公差测试参数是否有值1或2。


参数:iscale, ishape, zero, nsimEIM
See CommonVGAMffArguments.  
见CommonVGAMffArguments。


Details

详细信息----------Details----------

The exponential logarithmic distribution has density function
指数对数分布的密度函数

where y > 0, scale parameter c > 0, and shape parameter 0 < s < 1. The mean, ((-polylog(2, 1 - p) *    c) / log(s) is not returned as the fitted values. Note the median is c * log(1 + sqrt(s)) and it is currently returned as the fitted values. Simulated Fisher scoring is implemented.
y > 0,规模参数c > 0,和形状参数0 < s < 1。平均((-polylog(2, 1 - p) *    c) / log(s)是不返回的拟合值。请注意,中位数是c * log(1 + sqrt(s))和它目前的拟合值返回。模拟费舍尔得分的实现。


值----------Value----------

An object of class "vglmff" (see vglmff-class). The object is used by modelling functions such as vglm and vgam.
类的一个对象"vglmff"(见vglmff-class)。该对象被用于建模功能如vglm和vgam。


注意----------Note----------

We define scale as the reciprocal of the rate parameter used by Tahmasabi and Sadegh (2008).
我们定义“scale的速度参数,用于由Tahmasabi和萨德克(2008)的倒数。

Yet to do: find a polylog() function.
然而,做一个polylog()函数。


(作者)----------Author(s)----------


J. G. Lauder and T. W .Yee



参考文献----------References----------

A two-parameter lifetime distribution with decreasing failure rate. Computational Statistics and Data Analysis, 52, 3889&ndash;3901.

参见----------See Also----------

dexplog, exponential,
dexplog,exponential,


实例----------Examples----------


scale = exp(2); shape = logit(-1, inverse = TRUE);
edata = data.frame(y = rexplog(n = 2000, scale = scale, shape = shape))
fit = vglm(y ~ 1, explogarithmic, edata, trace = TRUE)
c(with(edata, median(y)), head(fitted(fit), 1))
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 18:47 , Processed in 0.028460 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表