搜索资源列表
optim.rar
- 多变量非线性优化模型求解,对约束条件建立m文件,Multi-variable nonlinear optimization model for solving the establishment of restrictive conditions on m file
dblsim.rar
- 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序,Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double in
Optimization
- 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
arfit1
- 多变量自回归模型matlab源码,可以简单方便地计算多变量自回归模型系数,谱结构等-multivariate autoregressive models
dblsim
- 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序-Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double
AMeucciRiskandAssetAllocationRoutines
- 经济学专业代码,单变量分布,多变量分布,市场模型,评价分配,优化分配,贝叶斯估计,风险估计等代码-Economics professional code, single-variable distribution, multi-variable distribution, market model, evaluation of the distribution, optimize distribution, Bayesian estimation, risk estimation code
Untitled
- 打靶法的matlab实现,需要输入的变量较多,程序不是十分简便-Matlab implementation of the shooting method
slp_sqp
- 利用sqp算法解决多变量优化问题,目前有C语言版本的CFSQP算法,这是matlab版本(Using sqp algorithm to solve multiple variables optimization problem)
matlabjubing
- 本程序解决了matlab中fmincon最优化函数的非.m函数问题,程序中使用函数句柄,使用单个文件即可实现计算。包含基本的调用m函数方法程序、采用x(1)...x(6),带括号形式的句柄程序、采用定义的x1...x6多变量的句柄程序。程序可用于迭代过程中的最优化条件发生改变的情况。希望对大家有所帮助(This program solves the non.M function problem of the fmincon optimization function in MATLAB. In