搜索资源列表
callandput
- 利用二叉树及蒙特卡罗方法计算欧式美式权证的例程,需要的可自行下载-binary tree using the Monte Carlo method and the American Continental E routines, and we need to be downloaded
MatlabRidgeDetection
- Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
finace-binary-tree
- 用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
BinTree
- 计算生物二叉树的matlab具体程序,有需要的来看看啦-Calculation of the biological tree of matlab specific procedures, there is a need to look at the看啦
matlab_Robotpath
- 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
huffmantree
- HUffman编码二叉树算法,能够对图像或文件进行Huffman编码-Huffamn
huffman
- huffman matlab 编程 最优二叉树-huffman matlab
huffman
- 霍夫曼变换,是一种可变长编码方式.Huffman树是二叉树的一种特殊转化形式。-huffman_core
Americanoption-binary-pricing
- 用于无红利的美式看跌期权定价,参数依次为(现在股价,协议价格,无风险利率,波动率,期限,二叉树步数) -No dividend for the American put option pricing parameters were (now price, agreed price, risk-free interest rate, volatility, duration, binary steps)
recognise
- 基于二叉树的多类分类器识别,是模式识别中的基础,对二叉树进行了描述。-Binary tree-based multi-classifier recognition, pattern recognition is based on the binary tree is described.
huisuzuhe
- 利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。-Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.
financial-compute
- 包括期权的二叉树定价在内的一系列算例,这些是期权定价方法中最简单便捷的数值定价方法-It includes the CRR method of option pricing,and so on
binomial-pricing-model
- 二叉树定价模型是期权定价模型中最为简单也是最为实用的定价模型,其极限就是Black sholes定价模型的结果。-Binary tree pricing model is the most simple option pricing model is the most practical pricing model, the limit is Black sholes pricing model results.
Newly_Am_put
- 用于计算新发行的美式期权的价格,采用的是二叉树方法-To calculate newly-issued American option using CRR BTM method
NotNewly_Am_put
- 用于计算非新发行的美式期权的定价,采用二叉树方法-To calculate the not newly-issued American option price using CRR BTM method
LatticeEur-Put-and-Call-option
- 欧式看涨和看跌期权价格的二叉树求解以及平价法则的验证.-European call and put option prices binary tree solving and verification of the parity law.
LatticeAmePut
- 美式看跌期权二叉树算法的matlab程序实现方式m文件-American put option binary tree algorithm
LATTICE-EUR-AMR--CALL
- 基于二叉树定价原理的对于美式看涨期权和欧式看涨与看跌期权的模拟-Analog for the American call option and the European call and put options based on binary tree pricing
bitree
- 判断一棵树是否为二叉树。是数据结构学习阶段的基础算法。(Judge whether a tree is a binary tree.)
American Options
- 用多种方法求解美式期权定价问题,其中包括二叉树方法,有限差分法,最小二乘蒙特卡洛模拟法(LSM法),并对这几种方法进行了对比(Several methods are used to solve American option pricing problems, including binary tree method, finite difference method, least squares Monte Carlo simulation method (LSM method). These