随机前沿模型,stochastic frontier model
1)stochastic frontier model随机前沿模型
1.The quantified analysis of China s GM cotton yield capacity by C-D function and stochastic frontier model;利用CD函数和随机前沿模型定量化分析中国的转基因棉生产力(英文)
2.In this paper, we use stochastic frontier model to analyze the scale economy of commercial banks in China during 1996-2004.本文运用随机前沿模型对我国商业银行1996-2004年的规模经济问题进行了实证研究。
3.In this paper,the concept of spatial econometrics is introduced in stochastic frontier analysis and stochastic frontier model with spatial error autocorrelation is evolved based on cross-sectional data.将空间计量经济学的思想引入随机前沿分析,构建了基于横截面数据的空间误差自相关随机前沿模型,推导出模型的似然函数以求得参数估计,并给出了各生产单元技术效率的估计。
英文短句/例句

1.Stochastic Frontier Analysis on the Technological Progress of China s Large and Medium-size Industrial Sectors;我国工业企业技术进步的随机前沿模型分析
2.Stochastic Frontier Model with Spatial Error Autocorrelation and Its Estimation;空间误差自相关随机前沿模型及其估计
3.Stochastic Frontier Analysis of China's Regional Innovation Efficiency中国区域创新效率的随机前沿模型分析
4.An Empirical Analysis of Scale Economy of Commercial Banks in China: A Stochastic Frontier Model;我国商业银行规模经济问题的实证研究——基于随机前沿模型的分析
5.Stochastic Frontier Analysis on the Productivity and Technical Efficiency of China’s Large and Medium Industrial Enterprises我国大中型工业企业生产率与技术效率的随机前沿模型分析
6.Use of the Stochastic Frontier Cost Model to Evaluate the Efficiency of the New Rural Cooperative Medical System;利用随机前沿模型对新型农村合作医疗效率评价的研究
7.Research on China's Export Growth Persistence中国出口贸易增长的可持续性研究——基于贸易随机前沿模型的分析
8.Changes and Regional Disparity of Total Factor Productivity of China's Logistics Industry: An Empirical Study Based on Stochastic Frontier Model中国物流业全要素生产率变动与地区差异——基于随机前沿模型的实证分析
9.Stochastic Frontier Production Model with Undesirable Outputs: An Application to an HIV Immunology Model;含非期望输出随机生产前沿函数模型在HIV免疫治疗中的应用
10.A Study of the Efficiency of High-tech Industry Based on Nonparametric Stochastic Frontier Analysis Model;基于非参数随机前沿面模型的高技术产业效率研究
11.Construction of Stochastic Frontier Model with Data Filtering by Data Envelopment Analysis;随机前沿面模型构造过程中数据包络分析在数据过滤中的应用
12.Foreign Direct Investment and China′s Technical Efficiency Improvement: An Empirical Analysis based on Stochastic Frontiers Production Model外商直接投资与中国技术效率增进——基于随机前沿生产模型的经验分析
13.Q,s Inventory Model Based on Random Lead Time;基于随机提前期的(Q,s)库存模型
14.Analysis on the efficiency of S&T activities of large and medium-sized industrial firms in Guangdong province:a stochastic frontier approach基于随机前沿方法的广东省大中型工业企业科技活动效率研究
15.Research on Several Current Theoretical Subjects in Random Lasers;随机激光器的几个前沿理论课题研究
16.Models for Multi-Echelon Distribution Inventory System with Random Leadtime and Stochastic Demand;随机提前期随机需求条件下的多级分销系统库存模型
17.Optimization of Safety Factor in an Inventory Model with Stochastic Lead Times;具有随机提前期的库存模型中安全因子的优化
18.The model of giving back loan forward under stochastic interest and analytic demonstration;随机利率下提前还贷的数学模型及实证分析
相关短句/例句

stochastic frontier model随机前沿面模型
1.This paper applies stochastic frontier models to analyze the relationship between population and society economics using the statistical table of population during 1991~1998, and obtains the effective coefficient about each variable.应用随机前沿面模型对 1991~ 1998年全国人口统计数据进行全面的统计分析 ,比较精确地求出了各个变量的影响作用 ,从概率意义刻画了人口增长的趋势 ,从而为人口规划提供了较好的科学依
2.The paper applies stochastic frontier model to analyze the determinants of capital structure in the real estate industry whose capital structure is particularly compared with other industries.房地产上市公司资本结构的影响因素有其行业的特殊性,利用随机前沿面模型实证分析表明:偿债能力与总资产负债率呈显著的负相关关系,而且短期偿债能力主要通过影响短期负债对总资产负债率产生巨大的影响;ROA与总资产负债率负相关,ROE与总资产负债率正相关,而且ROA对总资产负债率的影响要大得多,短期负债对ROA的影响更加明显;成长性和公司规模都对资本结构具有正面影响;非国有控股比国有控股房地产上市公司更有利用财务杠杆的动机,而且明显倚重短期负债。
3)Stochastic frontier cost model随机前沿成本模型
4)stochastic frontier analysis随机前沿生产模型
5)Semiparametric stochastic frontier models随机前沿面半参数模型
6)Bayesian Stochastic Frontier Model贝叶斯随机前沿模型
延伸阅读

随机存取机器模型  算法分析与计算复杂性理论中重要的串行计算模型,简称 RAM。引进它是为了便于从理论上分析计算机串行程序所耗费的时间、空间等资源。一个RAM由k个变址器I1,I2,...,Ik、无穷个普通寄存器R0,R1,R2,...和一个有穷长的程序所组成。变址器也是寄存器,每个寄存器中可以存放一个自然数,但只有变址器的内容可以作为间接地址。    RAM的程序使用两种形式的地址。一种是直接地址,形式为Ij(j=1,2,...,k)或Ri(i=0,1,2,...);另一种是间接地址,形式为Ij(j=1,2,...,k)。如果Ij中存的自然数为i,则Ij代表地址Ri。    RAM的指令为下列形式之一:①A←a,表示把地址A的内容改为自然数a;②A←B,表示把地址A的内容改为地址B的内容;③A←B*C,表示把地址B中的内容和地址C中的内容作为运算*之后,送入地址A。这里*可以是自然数的加法、减法、乘法或整数除法。减法的定义为:若a≥b则等于a-b,否则等于0;④A←F(B,C),此处F是一个可以用多带图灵机器在多项式空间和对数多项式的巡回中实现的变换(见多带图灵机模型)。A、B、C可以是直接地址,也可以是间接地址。A是写入地址,B、C是读出地址。    RAM除了可以用以上的指令编程序外,还可以判断某个寄存器或变址器的内容是否为0,以实现条件转移。    变址器是用来实现间接地址的,所以要求在运算过程中变址器中所存的自然数不大于所用到的普通寄存器数目的某个常数倍。    RAM程序的一个例子是:设n个自然数a1,a2,...,an分别存放在R1,R2,...,Rn中,n存放在R0中,要求把这n个数的和计算出来,结果放在R0中。程序如图。      RAM的资源耗费有两种定义方式,即均匀耗费和对数耗费。均匀的空间耗费是指计算中曾经使用过的寄存器的总数。均匀的时间耗费是指自始至终被执行的指令和转移的总条数。均匀耗费常用于算法分析中。    另一种标准是对数耗费。此时空间耗费指计算中普通寄存器存过的自然数的最大长度之和。时间耗费则指被执行的每条指令的时间耗费之和。而一条指令的时间耗费则被认为与被运算的自然数的长度成正比的。    对于RAM,还可以定义巡回(虚拟的并行时间)。它是计算中周相的总数,而一个周相则是 RAM工作的一个阶段,在此阶段中,没有任何一个普通寄存器先被写入然后又被读出。