Tweedie internals(tweedie)
Tweedie internals()所属R语言包:tweedie
Tweedie internal function
特威迪内部功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Internal tweedie functions.
内部的特威迪功能。
用法----------Usage----------
dtweedie.dlogfdphi(y, mu, phi, power)
dtweedie.logl(phi, y, mu, power)
dtweedie.logl.saddle( phi, power, y, mu, eps=0)
dtweedie.logv.bigp( y, phi, power)
dtweedie.logw.smallp(y, phi, power)
dtweedie.interp(grid, nx, np, xix.lo, xix.hi,p.lo, p.hi, power, xix)
dtweedie.jw.smallp(y, phi, power )
dtweedie.kv.bigp(y, phi, power)
dtweedie.series.bigp(power, y, mu, phi)
dtweedie.series.smallp(power, y, mu, phi)
stored.grids(power)
参数----------Arguments----------
参数:y
the vector of responses
响应矢量
参数:power
the value of power such that the variance is var(Y) = phi * mu^power
值的方差是power等var(Y) = phi * mu^power
参数:mu
the mean
的意思
参数:phi
the dispersion
分散
参数:grid
the interpolation grid necessary for the given value of power
插值网格所需的给定值的power
参数:nx
the number of interpolation points in the xi dimension
在xi维度的内插点的数目
参数:np
the number of interpolation points in the power dimension
在power维度的内插点的数目
参数:xix.lo
the lower value of the transformed xi value used in the interpolation grid. (Note that the value of xi is from 0 to infty, and is transformed such that it is on the range 0 to 1.)
较低的值的转化xi插值网格中使用的值。 (注意xi的价值是从0到infty,转化,这是对的范围内0到1)
参数:xix.hi
the higher value of the transformed xi value used in the interpolation grid.
价值较高的转化xi插值网格中使用的值。
参数:p.lo
the lower value of p value used in the interpolation grid.
p这个值插值网格中使用较低的值。
参数:p.hi
the higher value of p value used in the interpolation grid.
价值较高的p这个值插值网格中使用。
参数:xix
the value of the transformed xi at which a value is sought.
转化值xi在哪些值寻求。
参数:eps
the offset in computing the variance function in the saddlepoint approximation. The default is eps=1/6 (as suggested by Nelder and Pregibon, 1987).
在鞍点近似计算方差函数的偏移量。默认值是eps=1/6(如建议通过内尔德Pregibon,1987)。
Details
详细信息----------Details----------
These are not to be called by the user.
这些都不是要由用户调用。
(作者)----------Author(s)----------
Peter Dunn (<a href="mailto:pdunn2@usc.edu.au">pdunn2@usc.edu.au</a>)
参考文献----------References----------
An extended quasi-likelihood function Biometrika, 74(2), 221–232.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|