内容导航:
1、
point estimate
2、
什么是MFLOPS?
1、
point estimate
英:
美:
常用释义:
点估计:在统计学中
【数】点估计;点估计值
1、A
point estimate
for the mean of the execution time is 102. 570 milliseconds.───执行时间的平均估值点是102.570毫秒。
2、A
point estimate
for the standard deviation of the execution time is 645. 586 microseconds.───执行时间的标准偏差估值点是645.586微秒。
3、
point estimate
for the standard deviation of the execution time is 645.586 microseconds.───执行时间的标准偏差估值点是645.586微秒。
4、
point estimate
for the mean of the execution time is 102.570 milliseconds.───执行时间的平均估值点是102.570毫秒。
5、(3) Based on (c), make a
point estimate
of the misstatement in the population.───(3)基于(c)计算总体中错报点估计值
6、After posterior mean is exploited as fuzzy
point estimate
, loss frequency distribution and severity distribution are gotten.───取后验均值作为模糊点估计值后,便得到损失频度与强度分布。
7、advanced
point estimate
method is presented to evaluate the random properties of the torsion of thin-walled beam.───提出了改进点估计法来计算薄壁梁结构扭转的概率特性。
8、In contrast to a single computed value (a
point estimate
) for the statistic, a confidence interval is a range of estimates.───置信区间并不是统计数据的单一计算值(估值点【pointestimate】),而是一个估值范围。
9、A Kind of Composite Repairable Model and the Point Estimate of its Availability───可修系统的一种复合贮存模型及其可用度估计
1、fers estimate───FER估算
2、rough estimate───粗估,粗算;【数】粗略的估计,【统计】粗算
3、conservative estimate───审慎估计,保守估计
4、estimate───v.估计,估量;判断,评价;n.估计,估价;判断,看法
5、b estimate───b估算
6、resolvent estimate───预解估计
7、roughly estimate───粗略估计
8、varying estimate───变动估计
9、estimate to───估计到
2、
什么是MFLOPS?
MIPS应该说是我们最常见的衡量CPU速度的单位了,全称是Million Instructions Per Second,即每秒执行了多少百万条指令
MFLOPS在FOLDOC上的解释如下:
A benchmark which attemps to estimate a systems floating-point "MFLOPS" rating for specific FADD, FSUB, FMUL and FDIV instruction mixes.
是一种基于浮点运算的CPU测试程序,当然,这种测试的结果也以 MFLOPS来加以表示,代表了CPU处理浮点运算的能力。
.
CPU性能评估采用综合测试程序,较流行的有Whetstone 和 Dhrystone 两种。Dhrystone主要用于测整数计算能力,计算单位就是DMIPS。采用Whetstone 主要用于测浮点计算能力,计算单位就是MFLOPS。