1)  Euclidean algorithm
欧式算法
2)  European style
欧式
1.
By commenting on such aspects of the works as colour, material and quality, structure and adorment, an analysis is given on several features of the upholstery design of the prevalent European style.
本文介绍了"新浪网友家居秀图库"中欧式风格的作品,并对其中网友点击率较高的几组作品进行了总结和评析。
3)  Euclidean distance
欧式距离
4)  "European style"architecture
“欧式”建筑
5)  European style
欧式风格
6)  European option
欧式期权
1.
In European option,Brown s action is followed to assume the price of the option target assets.
在欧式期权中,设期权标的资产价格遵循几何布朗运动,研究期权收益与期权标的资产价格的函数关系,以及线性相关程度等问题,以便更好地掌握期权的内部关系,为期权的理论研究和实际应用提供参考。
2.
By modifying the Equation of Brown-Movement,we got the formula of European optional price easily,avoiding using the complex mathematical instrument.
讨论了股票价格遵循Ornstein-Uhlenbeck过程的欧式期权的定价问题,将Ornstein-Uhlenbeck过程作了适当修改,避免利用鞅和随机分析等复杂工具,比较容易地得出了定价公式。
3.
In this article,the authors give the matrix form algorithm for binomial model of European option under three kinds situation: paying a continuous dividend yield,paying dividend which yield is known,paying dividend which dollar amount is known.
二叉树方法是期权定价中一种重要的数值方法,本文分别对连续支付红利、按已知红利率支付红利和按已知红利数额支付红利三种情况进行讨论,给出了欧式期权二叉树模型的矩阵形式算法。
参考词条
补充资料:启发式算法

计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。

有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。

有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。

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