LogLik(sfa)
LogLik()所属R语言包:sfa
The negative log likelihood function of the SFA
“证券及期货法”的负对数似然函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The negative log likelihood function is used for estimating the parameters. It varies depending on the distribution of the inefficence term u. L_hNV is used by halfnormal distribution of u. L_exp is used by exponential distribution of u. L_trunc is used by truncated normal distribution of u. L_trunc_mufest is used by truncated normal distribution of u and constant mu.
用于估计的参数的负对数似然函数。它取决于的inefficence项u的分布而变化。 L_hNV使用halfnormal分布的U。 L_exp使用的U指数分布。 L_trunc用于截断正态分布的u。 L_trunc_mufest用于截断正态分布的u和常数亩。
用法----------Usage----------
L_hNV(p, y = y, X = X, sc = sc)
L_exp(p, y = y, X = X, sc = sc)
L_trunc(p, y = y, X = X, sc = sc)
L_trunc_mufest(p, mu = mu, y = y, X = X, sc = sc)
参数----------Arguments----------
参数:p
vector with the parameters to estimate
向量与参数估计
参数:y
response
响应
参数:X
design matrix of the covariables
设计矩阵的协变量
参数:sc
specifies the form of the frontier model (-1 = cost, 1 = production)
指定的前沿模型(-1 =成本,1 =生产)
参数:mu
if known, the parameter mu
如果知道的话,该参数亩
值----------Value----------
returns the value of the log likelihood function
对数似然函数返回的值
参见----------See Also----------
sfa
sfa
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|