The general structural error-in-variable regression models is discussed. A consistent estimator of the regression parameter is presented.
讨论一般结构关系度量误差模型的大样本理论,给出了未知参数的一个强相合估计。
To generate user errors from procedures, you can use the SQLERROR variable to return an actual error string that caused the statement to fail to the calling application, as shown in Listing 16.
要从过程生成用户错误,可以使用SQLERROR变量检索一个实际的错误字符串,该错误字符串使语句无法作用于调用应用程序,如清单16所示。
If your test was not successful, check for an error in your catalog file or environment variable.
如果测试不成功,则在目录文件或环境变量中检查错误。
Progname is a global char* variable to save the name by which the command was invoked, for display in error messages.
Progname是保存名称(命令就是通过该名称被调用)的全局char*变量,作为在错误消息中显示之用。
If any errors are thrown, the error text is saved in the variable named 'error' and can then be accessed.
如果抛出任何错误,错误文本将保存在名为“error”的变量中,该变量可以被访问。
The validator method receives the user's input as a parameter and may return an error message, which is stored in a JSP variable named validationError.
validator方法将用户输入作为参数,并且可能会返回一条错误消息,保存在一个名为 validationError 的JSP变量中。
Using the sys_nerr global variable and the strerror() function, you can easily whip up some code (see Listing 5) to print out all of the built-in error messages of the system.
通过使用 sys_nerr全局变量和strerror()函数,将可以很轻松地快速编写一些代码(请参见清单5)以打印出系统的所有内置错误消息。
To get @@error and @@rowcount at the same time, include both in same statement and store them in a local variable. SELECT @RC = @@ROWCOUNT, @ER = @@ERROR
为了在同一时间获得@@Error和@@Rowcount,我们应将二者包括在同一语句中并将它们存储在局部变量中。
For example, a variable reference in the expression results in an error even though the element is positioned in a template where the variable is in scope. Some key differences are.
比方说,表达式中的变量引用将导致错误,即使元素确实位于变量有效的模板中。
If C99 lifted "variable declaration at top of block" constraint, why doing so in a "for loop" showing error?
如果C99解除“变量声明块”的约束,为什么这样做在一个“循环”显示错误吗?
To overcome the long test time and big error in single variable open loop step test method, a novel identification method based on asymptotic theory (asym) is presented.
为克服传统单变量开环阶跃测试法测试时间长和误差大的缺点,提出一种基于渐进黑箱理论的多变量辨识方法。
Structural equation modeling has great abilities to treat measure error and offers a strong tool for measuring latent variable and verifying the causality models in strategy management research.
在战略管理研究中涉及众多隐含变量的测量以及因果模型的验证,结构方程模型为解决这些问题提供了新的更好的方法。
By using the probability distribution in perfect condition, the error resiliency of synchronized variable length codes (SVLC) is counted.
利用在理想条件下的概率分布,计算了同步变长码的抗误码扩散概率。
In this paper, a degree-variable precision rough set model based on variable precision rough set and the degree of rough set is proposed by introducing a concept of error parameters.
在程度粗糙集和变精度粗糙集的基础上,通过引入误差参数,给出了一种新的程度变精度粗糙集模型并得出了所给模型上、下近似的一些性质。
By introducing integral variable structure and high gain observer, the closed-loop control systems is shown to be globally stable in terms of Lyapunov theory, with tracking error converging to zero.
通过引入积分型变结构切换函数及高增益误差观测器,基于李雅普·诺夫稳定性理论,证明了闭环系统是全局稳定的,输出跟踪误差都收敛到零。
In this system, the variable frequency motor is applied to meet the requirement of low speed to check the compositive error and high speed to measure the vibration.
针对检测综合误差和振动时对主轴转速的要求,采用变频电机来控制主轴转速,以满足系统对转速的要求。
A variable that holds the error message in case an exception occurs when getting the forecast data.
保存错误消息的变量,以防在获取预测数据时发生异常。
This can result in an error if you try to use the variable before assigning it a value.
但是,如果尝试在赋值前使用变量,这会导致错误。
A new variable step-size CMA blind equalization algorithm is introduced to conquer the defects of CMA, in which the step size is controlled by the estimation of error signal's autocorrelation.
提出了一种自适应变步长恒模盲均衡算法,利用剩余误差信号的自相关函数估计值作为控制步长的因子来自适应改变步长的大小,克服了恒模算法存在的固有缺陷。
But there is always error in measuring. When the independent variable has error-several methods to process data by least square method are discussed in this paper.
但在实际的测量中,测量数据不可避免地会带来误差,该文在分析和总结了自变量有误差的情况下,用最小二乘法处理实验数据时的几种方法。
In embedded SQL, an indicator variable is set to -2 for the column or columns that cause the error.
在嵌入式SQL中,对于导致错误的列,指示符变量设置为- 2。
The switching function includes the integral of tracking error to avoid assuming that the derivative of desired signal must be known in conventional sliding mode variable structure control.
通过在切换函数中引入跟踪误差积分项,消除了传统滑模变结构控制需要被跟踪信号导数已知的假设。
But in the first program you are defining the variable once and that is outside the main so you don't get that error.
但在你定义变量的第一个程序,一旦外主要的所以你不要错误。
As for the characters of the Doppler Radar radial velocity data, the single variable background error covariance is used. And the anisotropic covariance function is adopted in the horizontal plane.
其根据多普勒雷达径向速度资料的特点,水平方向采用非各向同性的单变量背景场误差协方差函数。
So it will result in error when calculating the fatigue life, and it is significant to study on the variable fatigue life and the cumulative damage theories.
因此,对变幅疲劳寿命和累积损伤理论做进一步研究是很有意义的。
How to remove error, probably caused by STRING VARIABLE with single quotes put in SQL statement ASP. NET C#?
如何删除错误,可能是由单引号放在SQL语句ASP.NET C #字符串变量引起的吗?
By the utility of latent variable approach (LV) and state space model, the paper measures TFP growth from 1979 to 2008 in China in order to find the accounting error of GDP data.
运用隐性变量法通过建立状态空间模型测算中国1979 - 2008年间TF P增长率,分析GDP数据是否存在误差。
By the utility of latent variable approach (LV) and state space model, the paper measures TFP growth from 1979 to 2008 in China in order to find the accounting error of GDP data.
运用隐性变量法通过建立状态空间模型测算中国1979 - 2008年间TF P增长率,分析GDP数据是否存在误差。
应用推荐