-
Black-Scholes
由脚本输入相关值可以计算一个欧式期权;
通过匿名函数计算,其中一些call其它函数,如CDF和PDF。(This script is used for implement the Black-Scholes pricing model
By the script ten related values of a European option can be calculated
Anonymous functions are used in this script, and some of them call ohter functions, such as CDF and PDF.)
- 2011-10-10 02:40:50下载
- 积分:1
-
wavelet-transform
本程序含有小波变换,他在图像融合中占据重要的作用(The program contains the wavelet transform, he occupies an important role in image fusion)
- 2012-10-24 18:27:58下载
- 积分:1
-
Wideband-antenna-analysis
宽带天线的表面电流,辐射功率和方向图的计算,包含频率扫描(wideband antenna: surface currents,radiation pattern and the calculation of power, including the frequency sweep)
- 2013-08-09 22:39:38下载
- 积分:1
-
1483d06e871a
matlab仿真可以实现一些高斯函数的matlab相应结果(matlab simulation)
- 2012-04-16 11:31:42下载
- 积分:1
-
MATLAB6.5-auxiliary-image-processing
matlab 6.5 辅助图像处理,飞思卡尔技术研发中心编著(matlab 6.5 assisted image processing, Freescale Technology R & D Center ed)
- 2014-10-20 21:20:44下载
- 积分:1
-
Allan_Varance
matlab 软件Allan 方差分析程序(A matlab program used for Allan covarice analysis)
- 2013-08-27 21:59:37下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1
-
cowell_back
some codes for calculate orbit definition
- 2014-01-08 02:10:13下载
- 积分:1
-
LDA
matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件(matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file)
- 2011-05-05 17:25:09下载
- 积分:1
-
kdtree-realization
K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program. )
- 2015-04-09 10:37:33下载
- 积分:1