说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 广义键合模型
1)  general bond model
广义键合模型
1.
This paper has advanced a general bond model, which has considered the mutual effect among any atoms, the model is applied to the eguilibrious structure of L-S interface and interfacial structural parameters as factor a is derived finally.
提出广义键合模型,它考虑了任意原子间的相互作用,然后将该模型应用于液固界面的平衡结构并导出界面结构参数与α因子的关系。
2)  compound generalized poisson risk model
复合广义Poisson模型
1.
In this paper we generalized the compound Poisson risk model to a compound generalized Poisson risk model, then we got the formula of the ruin probability, Finally we got its upper and lower bounds of the ruin probability.
将经典复合Poisson模型推广到了复合广义Poisson模型 ,求出了其破产概率公式以及破产概率的上下界 。
3)  generalized mixed model
广义混合模型
1.
It is possible to construct the generalized mixed model of fractured rockmass by combin.
简述了裂隙岩体渗流离散模型与等效连续模型的优缺点,提出裂隙单元与岩体单元交界面上水头连续而允许流量不连续的观点,通过裂隙单元和岩体单元传导矩阵的组装,建立了三维裂隙岩体渗流广义混合模型。
4)  generalized model
广义模型
1.
The design and implementation of generalized model server;
广义模型服务器的设计与实现
2.
The method of generalized modeling in a large scale system was used for reference to construct a generalized model of SoftMan emotional control.
借鉴大系统控制论中广义模型化方法,建立了软件人情感控制的广义模型。
5)  generalized linear mixed models
广义线性混合效应模型
1.
Objective :To discuss generalized linear mixed models(GLMMs) of categorical repeated measurement datas in clinical curative effect evaluation,implementing with GLIMMIX macro in SAS8.
目的:探讨临床疗效评价中分类重复测量资料的广义线性混合效应模型(GLMMs)及SAS8。
6)  Generalized linear mixed models
广义线性混合模型
1.
The Application of Generalized Linear Mixed Models in Actuarial Analysis;
广义线性混合模型在精算分析中的应用
2.
When the response is normal distribution, Linear Mixed Models is used and its theory is mature;When the response is categories , such as the drug efficacy divided into effective and ineffective,or count data such as the number of hypertensives’treatments within a month and so on,we can use Generalized Linear Mixed Models(GLMMs), General Linear Models is the special case of GLMMs.
但由于同一个体不同时间测量值之间存在相关性,给统计分析方法提出了许多新问题,当反应变量服从正态分布,常采用线性混合效应模型(Linear Mixed Models),其理论完善,方法相对成熟;当结局变量表现为分类特征,如药物临床试验的疗效分为有效和无效,或某月内高血压患者社区门诊就诊次数等计数数据等,可采用广义线性混合模型(Generalized Linear Mixed Models,GLMMs),线性混合效应模型也可看作GLMMs的一种特殊情况。
3.
In this paper, we develop links between credibility theories in actuarial science and generalized linear mixed models in statistics.
因此建立信度模型与广义线性混合模型之间的联系,通过对信度模型的分解可以看到:传统的信度理论对风险的刻画方法与广义线性混合模型的结构有极其相似的地方,故可以用广义线性混合模型来厘定经验费率。
补充资料:UG自定义右键弹出菜单和快捷键

UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容:



BUTTON UG_VIEW_REFRESH
LABEL &Refresh
BITMAP refresh_window.bmp
ACCELERATOR F5
ACTIONS STANDARD



CASCADE_BUTTON UG_VIEW_EDIT
LABEL O&peration



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACTIONS STANDARD



参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:



TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE
LABEL R&otate
BITMAP rotate.bmp
ACCELERATOR F7
ACTIONS STANDARD



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACCELERATOR Ctrl+Alt+O
ACTIONS STANDARD



TOGGLE_BUTTON UG_VIEW_POPUP_PAN
LABEL &Pan
BITMAP pan.bmp
ACCELERATOR F9
ACTIONS STANDARD

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条