100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 函数关系模型 functional relationship model英语短句 例句大全

函数关系模型 functional relationship model英语短句 例句大全

时间:2020-07-06 16:26:12

相关推荐

函数关系模型 functional relationship model英语短句 例句大全

函数关系模型,functional relationship model

1)functional relationship model函数关系模型

1.The multivariate linearfunctional relationship model (FRM) is one of the multi-variate linear Errors-in-Variables statistical models.多元线性函数关系模型(FRM)是多元线性Errors-in-Variables统计模型的一种,该文针对具有一般误差协方差阵结构的多元线性FRM,在一定的条件下证明了其结构参数的约束最小二乘估计量的强相合性。

2.In this paper, a kind of linearfunctional relationship model-an "Errors-in -Vari- ables" straight line model in a high-dimensional space, is discussed.本文讨论了一种线性函数关系模型──多维空间中变量含误差的直线模型。

英文短句/例句

1.The Factors in Learning-Innovation System of U/I Collaboration and Its Function Relation Model;U/I协同学习-创新系统的要素及其函数关系模型

2.The Conjecture abuout the Relation Function of KMV and the Validation at Chinese Stock Market;KMV模型关系函数推测及其在中国股市的验证

3.Selection of Correlation Function in the Probabilistic Model of Soil Profile;土工参数随机模型中相关函数的选择

4.Score Functions for Decision Tree Models;关于决策树分类模型的评分函数研究

5.Modified Production Function Model of Relation among Shaanxi Power Grid Investment, Electricity Consumption and GDP Growth;陕西电网投资、电力消费与GDP增长关系的泛生产函数模型研究

6.The Commutation Relations and the N-particle State for he Three Component Bariev Model under Open Boundary Condition;三分量开边界Bariev模型的基本对易关系式及多粒子态波函数

7.Tests for functional-coefficient parts on semiparametric varying-coefficient partially linear models半参数变系数部分线性模型的函系数检验

8.β Estimate in Coefficient Function of Adaptive Variable Coefficients EV Model自适应变系数EV模型系数函数中β的估计

9.Estimating the Monotonic Link Function in Single-Index Models估计单指标模型的单调联系函数(英文)

10.SEEP/W models these relationships as continuous functions.SEEP/W采用连续函数模拟这种关系。

11.Quadratic Form and Symmetric Bilinear Function;二次型和对称双线性函数的对应关系

12.Estimation Problems of Functional-Coefficient and Partial Linear Models;函数系数和部分线性模型中的估计问题

13.The Functional-Coefficient Autoregression Forec AST Model of Per Capita GDP of China;中国人均GDP的函数系数自回归模型的预测研究

14.Application of the Functional-Coefficient Auto-Regressive Model in Hydrologic Forecast;函数系数自回归模型在水文预报中的应用

15.Functional Coefficient Autoregression Models with Heavy Tailed;带有重尾扰动项的函数系数自回归模型

16.A Practice of Asset Discount Function in the Constant Coefficient Investment-consumption Model;常系数投资消费模型中资产折算函数常用

17.Measuring the Risk Aversion Based on Adaptive Functional-Coefficient ARCH-M Model基于适应性函数系数ARCH-M模型的风险厌恶度量

18.The Research on Key Techniques in Intelligent Model Base Based on Function Finding by GEP;基于GEP函数发现的智能模型库关键技术研究

相关短句/例句

semiparametric errors-in-variables model半参数函数关系模型

1.This paper studies mainly the theories of thesemiparametric errors-in-variables modelwhere(x, t) is fixed in R~p×R~1.本文对半参数函数关系模型其中(x,t)∈R~P×R~1是固定的设计点列,误差e和δ独立,且满足E[(e,δ′)′]=0,Cov[(e,δ′)′]=σ~2I_(p+1)其中0<σ~2<∞是未知参数,β是p×1的未知参数向量,未知函数g(·)定义于闭区间I上。

3)semiparametric errors-in-variable models半参函数关系模型

4)incidence function model关联函数模型

1.Theincidence function model was found suitable for highly fragmented metapopulation in stochastic extinction-colonization equilibrium;state transition model widely was found to be used for metapopulation with high turnover rate;whereas the simulation model could be used for population dynamics.介绍了适合于研究真实的集合种群动态的3种空间现实集合种群模型:关联函数模型、状态转移模型和模拟模型,简述了它们各自的建模过程,指出了3种模型各自的前提假设、应用时的局限性以及模型结果的优点和不足之处。

5)Ionosphere model相关函数模型

6)functional-coefficient Model函数系数模型

延伸阅读

pro/e关系式、函数的相关说明数据关系中使用的函数 数学函数 下列运算符可用于关系(包括等式和条件语句)中。 关系中也可以包括下列数学函数:cos () 余弦 tan () 正切 sin () 正弦 sqrt () 平方根 asin () 反正弦 acos () 反余弦 atan () 反正切 sinh () 双曲线正弦 cosh () 双曲线余弦 tanh () 双曲线正切 注释:所有三角函数都使用单位度。 log() 以10为底的对数 ln() 自然对数 exp() e的幂 abs() 绝对值 ceil() 不小于其值的最小整数 floor() 不超过其值的最大整数 可以给函数ceil和floor加一个可选的自变量,用它指定要圆整的小数位数。 带有圆整参数的这些函数的语法是: ceil(parameter_name或number, number_of_dec_places) floor (parameter_name 或 number, number_of_dec_places) 其中number_of_dec_places是可选值: ·可以被表示为一个数或一个使用者自定义参数。如果该参数值是一个实数,则被截尾成为一个整数。 ·它的最大值是8。如果超过8,则不会舍入要舍入的数(第一个自变量),并使用其初值。 ·如果不指定它,则功能同前期版本一样。 使用不指定小数部分位数的ceil和floor函数,其举例如下: ceil (10.2) 值为11 floor (10.2) 值为 11 使用指定小数部分位数的ceil和floor函数,其举例如下: ceil (10.255, 2) 等于10.26 ceil (10.255, 0) 等于11 [ 与ceil (10.255)相同 ] floor (10.255, 1) 等于10.2 floor (10.255, 2) 等于10.26 曲线表计算 曲线表计算使使用者能用曲线表特征,通过关系来驱动尺寸。尺寸可以是草绘器、零件或组件尺寸。格式如下: evalgraph("graph_name", x) ,其中graph_name是曲线表的名称,x是沿曲线表x-轴的值,返回y值。 对于混合特征,可以指定轨线参数trajpar作为该函数的第二个自变量。 注释:曲线表特征通常是用于计算x-轴上所定义范围内x值对应的y值。当超出范围时,y值是通过外推的方法来计算的。对于小于初始值的x值,系统通过从初始点延长切线的方法计算外推值。同样,对于大于终点值的x值,系统通过将切线从终点往外延伸计算外推值。 复合曲线轨道函数

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。