NormLinRegFamily(ROptRegTS)
NormLinRegFamily()所属R语言包:ROptRegTS
Generating function for linear regression family
生成功能,用于线性回归家庭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates an object of class "L2RegTypeFamily" which represents a linear regression family with standard normal distributed errors and random regressor.
生成对象类"L2RegTypeFamily"这与标准正态分布误差和随机回归变量的线性回归家庭。
用法----------Usage----------
NormLinRegFamily(theta, trafo, RegDistr = Norm(),
RegSymm, Reg2Mom)
参数----------Arguments----------
参数:theta
linear regression parameter
线性回归参数
参数:trafo
matrix: transformation of the parameter
矩阵变换的参数
参数:RegDistr
regressor distribution
回归量分布
参数:RegSymm
symmetry of the regressor distribution
的回归量分布对称
参数:Reg2Mom
second moment matrix of regressor
二阶矩矩阵回归量
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 <- NormLinRegFamily(Reg2Mom = matrix(1)))
Map(L2deriv(LM1)[[1]])
FisherInfo(LM1)
checkL2deriv(LM1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|