NormLinRegScaleFamily(ROptRegTS)
NormLinRegScaleFamily()所属R语言包:ROptRegTS
Generating Function for Linear Regression Family with Unknown Scale
产生线性回归家庭功能未知的规模
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates an object of class "L2RegTypeFamily" which represents a linear regression family with standard normal distributed errors and random regressor where the scale of the error distribution is unknown.
生成一个对象类"L2RegTypeFamily"代表一个线性回归家庭与标准正态分布误差和随机回归量的误差分布是未知的规模。
用法----------Usage----------
NormLinRegScaleFamily(theta, scale = 1, trafo, RegDistr = Norm(),
RegSymm, Reg2Mom, nuisance = FALSE)
参数----------Arguments----------
参数:theta
linear regression parameter
线性回归参数
参数:scale
scale parameter for error distribution
误差分布的尺度参数
参数:trafo
matrix: transformation of the parameter
矩阵变换的参数
参数:RegDistr
regressor distribution
回归量分布
参数:RegSymm
symmetry of the regressor distribution
的回归量分布对称
参数:Reg2Mom
second moment matrix of regressor
二阶矩矩阵回归量
参数:nuisance
logical: is scale nuisance parameter
逻辑:规模滋扰参数
Details
详细信息----------Details----------
In case theta is missing, it is set to 0. If Reg2Mom is missing, it is computed via E.
的情况下theta缺少,它被设置为0。如果Reg2Mom缺少的,它是通过E计算。
值----------Value----------
Object of class "L2RegTypeFamily"
对象的类"L2RegTypeFamily"
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
L2RegTypeFamily-class
L2RegTypeFamily-class
实例----------Examples----------
(LM1 <- NormLinRegScaleFamily(Reg2Mom = matrix(1)))
Map(L2deriv(LM1)[[1]])
FisherInfo(LM1)
checkL2deriv(LM1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|