CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - robust

搜索资源列表

  1. Linearfitting

    0下载:
  2. 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the nonlinear least squares, used to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:136.96kb
    • 提供者:张效栋
  1. Reversible_Jump_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation paramete
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:340.61kb
    • 提供者:晨间
  1. OSE_Code.rar

    1下载:
  2. 《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码,《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalm
  3. 所属分类:Algorithm

    • 发布日期:2016-07-11
    • 文件大小:49.01kb
    • 提供者:张留
  1. rsvd

    0下载:
  2. 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algorithm can be accessed through a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:201.54kb
    • 提供者:徐林林
  1. ProjectionPursuit.tar

    0下载:
  2. 绝对经典的稳健统计书,一代统计大师的杰作-Robust Statistical absolute classic book, generation of statistics masters
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3.29mb
    • 提供者:徐林林
  1. pHash-0.4.tar

    0下载:
  2. pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:286.67kb
    • 提供者:ssomsak
  1. ARMASA_1_9

    0下载:
  2. Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:403.43kb
    • 提供者:Nafiou
  1. Adaptive_Robust_Control

    0下载:
  2. Adaptive and Robust control theory
  3. 所属分类:Algorithm

  1. Matlabcodes-RobustPCA

    1下载:
  2. Matlab codes for Robust PCA multivariate control chart-Robust PCA multivariate control chart mainly consists two steps: Step1 Calculates the robust mean and the robust covariance of original dataset using the minimum covariance determinant (M
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:580byte
    • 提供者:Jianxin Zhang
  1. FatWaterDiff

    0下载:
  2. This code implement the algorithm in Jingfei Ma s paper: Breath-Hold Water and Fat Imaging Using a Dual-Echo Two-Point Dixon Technique With an Efficient and Robust Phase-Correction Algorithm. This code is my work several years ago, and it is annotate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:443.16kb
    • 提供者:Dolly
  1. matchPurs

    0下载:
  2. This function is a more robust and improved version of my previous submission, matchingpursuit.m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:何冰
  1. EllipseFitting

    0下载:
  2. 基于特定椭圆拟合的符号化目标轮廓跟踪方法 基于稳健估计的直接最小二乘椭圆拟合 椭圆拟合方法的比较研究-Ellipse fitting symbol based on the specific goal of contour tracking method is based on robust estimation of the direct least squares ellipse fitting ellipse fitting method comparison studies
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7.16mb
    • 提供者:阳刚
  1. monituihuo

    0下载:
  2. 模拟退火fortran程序,可以根据优化函数设置参数-C Simulated annealing is a global optimization method that distinguishes C between different local optima. Starting from an initial point, the C algorithm takes a step and the function is evaluated. When minimizin
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:11.55kb
    • 提供者:meibujun
  1. sundials-2_4_0_tar

    1下载:
  2. 该程序是时间积分和非线性求解器,可以并入到已有的模拟程序中。-SUNDIALS was implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7.73mb
    • 提供者:thermal2011
  1. FLOW3D

    1下载:
  2. 这是一个三维的流场解算器,用的是Fortran语言,算法先进,鲁棒性很强,但是参数很多,需要花些时间仔细读一下。-This is a three-dimensional flow field solver, using a Fortran language, the algorithm advanced, highly robust, but the parameters, we need some time to read carefully.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:88.81kb
    • 提供者:彭鑫
  1. Robust-Optimization-princeton

    1下载:
  2. 这本书编于普林斯顿大学,涉及到鲁棒规划,一种新的优化算法针对于不确定问题-This book is devoted to Robust Optimization — a specific and relatively novel methodology for handling optimization problems with uncertain data
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7.73mb
    • 提供者:刘聪
  1. gpca

    0下载:
  2. Title:Detection of visual attention regions in images using robust subspace analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:bao21987
  1. LMI_nonlinear

    0下载:
  2. 本人用鲁棒线性不等式工具箱解决了一个时变确定系统的控制问题,仿真结果良好-I use the robust toolbox to solve linear inequalities determine a time-varying system control problems, the simulation results well
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:578byte
    • 提供者:wuyuefei
  1. hyper-CFD-3D

    4下载:
  2. CFD源代码,可并行,Roe格式 ,能较好应用在搞超声速计算中。-Robust CFD code for hypersonic flow
  3. 所属分类:Algorithm

    • 发布日期:2015-05-17
    • 文件大小:923kb
    • 提供者:zwg
  1. robust-MD-estimation

    1下载:
  2. 稳健马氏距离的计算,并与一般马氏距离比较,主要应用于模式识别等领域-robust MD estimation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-23
    • 文件大小:940byte
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com