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

R语言 sft包 capacity.and()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 01:43:37 | 显示全部楼层 |阅读模式
capacity.and(sft)
capacity.and()所属R语言包:sft

                                         Capacity Coefficient for Exhaustive (AND) Processing
                                         容量系数进行详尽(AND)

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

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

Calculates the Capacity Coefficient for Exhaustive (AND) Processing
计算能力系数进行详尽(AND)


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


capacity.and(RT, CR=NULL, ratio=TRUE)



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

参数:RT
A list of response time arrays.  The first array in the list is assumed to be the exhaustive condition.
列表的响应时间阵列。在列表中的第一个阵列被假定为是详尽无遗的条件。


参数:CR
A list of correct/incorrect indicator arrays.  If NULL, assumes all are correct.
正确/不正确的指标阵列列表。如果为NULL,假设都是正确的。


参数:ratio
Indicates whether to return the standard ratio capacity coefficient or, if FALSE, the difference form.
表示是否返回标准比容量系数,如果为FALSE,所不同的形式。


Details

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

The AND capacity coefficient compares performance on task to an unlimited-capacity, independent, parallel (UCIP) model using cumulative reverse hazard functions.  Suppose Ki(t) is the cumulative reverse hazard function for response times when process i is completed in isolation and Ki(t) is the cumulative reverse hazard function for response times when all processes must completed together.  Then the AND capacity coefficient is given by,
任务一个无限容量的,独立的,平行的(UCIP)模型中使用累计反向危害的功能和能力系数比较性能。假设Ki(t)是累积的反向过程危险功能的响应时间i完成隔离和Ki(t)是当所有的进程必须共同完成的累计反向风险函数的响应时间。然后“与”容量系数由下式给出

The numerator is the estimated cumulative reverse hazard function for the UCIP model, based on the response times for each process in isolation and the denominator is the actual performance.
的分子功能的UCIP模型估计累积反向危险,在隔离每个进程的响应时间和分母是实际的性能的基础上。

Cand(t)<1 implies worse performance than the UCIP model.  This indicates that either there are limited processing resources, there is inhibition among the subprocesses, or the items are not processed in parallel (e.g., the items may be processed serially).
Cand(t)<1意味着表现更差比UCIP模型。这表明可能是有限的处理资源,有抑制产生的子进程,或资料的没有并行处理,(例如,项目可以被串行处理)。

Cand(t)>1 implies better performance than the UCIP model.  This indicates that either there are more processing resources available per process when there are more processes, that there is facilitation among the subprocesses, or the items are not processed in parallel (e.g., the items may be processed coactively).
Cand(t)>1意味着更好的性能比UCIP模型。这表明,无论是有更多的处理资源给每一个进程有多个进程时,有便利的子进程之间,或项目不并行处理(例如,可处理coactively),。

The difference form of the capacity coefficient is given by,
的不同形式的容积系数由下式给出

Negative values indicate worse than UCIP performance and positive values indicate better than UCIP performance.
负值表示不如UCIP性能和正面的价值观表示比UCIP性能的。


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


参数:Ct
An object of class approxfun representing the estimated AND capacity coefficient.
对象的类approxfun的估计和能力系数。


参数:Var
An object of class approxfun representing the variance of the estimated AND capacity coefficient.  Only returned if ratio=FALSE.
对象的类approxfun的方差的估计和能力系数。如果只返回率= FALSE。


参数:statistic
Z-score of a null-hypothesis test for UCIP performance.
Z-一个零假设测试为UCIP性能得分。


参数:p.val
p-value of a null-hypothesis test for UCIP performance.
p值的零假设为UCIP性能测试。


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



Joe Houpt &lt;jhoupt@indiana.edu&gt;




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





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

capacityGroup capacity.or estimateUCIPand estimateNAK approxfun
capacityGroupcapacity.orestimateUCIPandestimateNAKapproxfun


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


rate1 <- .35
rate2 <- .3
RT.pa <- rexp(100, rate1)
RT.ap <- rexp(100, rate2)
RT.pp.limited <- pmax( rexp(100, .5*rate1), rexp(100, .5*rate2))
RT.pp.unlimited <- pmax( rexp(100, rate1), rexp(100, rate2))
RT.pp.super <- pmax( rexp(100, 2*rate1), rexp(100, 2*rate2))
tvec <- sort(unique(c(RT.pa, RT.ap, RT.pp.limited, RT.pp.unlimited, RT.pp.super)))

cap.limited <- capacity.and(RT=list(RT.pp.limited, RT.pa, RT.ap))
cap.unlimited <- capacity.and(RT=list(RT.pp.unlimited, RT.pa, RT.ap))
cap.super <- capacity.and(RT=list(RT.pp.super, RT.pa, RT.ap))

matplot(tvec, cbind(cap.limited$Ct(tvec), cap.unlimited$Ct(tvec), cap.super$Ct(tvec)),type='l',lty=1,ylim=c(0,3), col=2:4, main="Example Capacity Functions", xlab="Time", ylab="C(t)")
abline(1,0)
legend('topright', c("Limited", "Unlimited", "Super"), lty=1, col=2:4)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-21 17:23 , Processed in 0.020215 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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