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

R语言 tigre包 expTransform()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 15:31:21 | 显示全部楼层 |阅读模式
expTransform(tigre)
expTransform()所属R语言包:tigre

                                        Constrains a parameter.
                                         约束参数。

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

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

contains commands to constrain parameters to be positive via exponentiation or within a fixed interval via the sigmoid function.
包含约束的参数是通过幂或固定通过乙状结肠功能的一段时间内,积极的命令。


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


expTransform(x, transform)
sigmoidTransform(x, transform)
boundedTransform(x, transform, bounds)



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

参数:x
input argument.
输入参数。


参数:transform
type of transform, 'atox' maps a value into the transformed space (i.e. makes it positive). 'xtoa' maps the parameter back from transformed space to the original space. 'gradfact' gives the factor needed to correct gradients with respect to the transformed parameter.
变换的类型,atox“图转化成空间(即使正)值。 “xtoa”图后面的参数空间转化到原来的空间。 “gradfact”给转换参数方面需要纠正梯度的因素。


参数:bounds
a 2-vector of bounds of allowed values in boundedTransform
2向量的允许值的范围在boundedTransform


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

Return value as selected by tranform
返回值作为选择tranform


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

modelOptimise
modelOptimise


举例----------Examples----------


  # Transform unconstrained parameter -4 to a positive value[正值变换约束参数-4]
  expTransform(-4, 'atox')

  # Transform a bounded parameter in (1,3) to an unconstrained one[不受约束的变换在有界参数(1,3)]
  boundedTransform(2, 'xtoa', c(1, 3))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 05:58 , Processed in 0.093351 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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