登录
首页 » matlab » AIC-modelisation

AIC-modelisation

于 2015-04-02 发布 文件大小:1KB
0 234
下载积分: 1 下载次数: 5

代码说明:

  The Akaike information criterion (AIC) is a measure of the relative quality of a statistical model for a given set of data. That is, given a collection of models for the data, AIC estimates the quality of each model, relative to each of the other models. Hence, AIC provides a means for model selection.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BruteSearch
    K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and work on double, it is possible to choose if return the distances. Here is a time comparison with a vectrized m-code: N=1000000 number of reference points Nq=100 number of query points dim=3 dimension of points k=3 number of neighbor tic [idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX toc tic [idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE toc p=rand(N,dim) qp=rand(Nq,dim) Output: Elapsed time is 0.962640 seconds. Elapsed time is 18.813100 seconds. )
    2009-03-30 08:08:08下载
    积分:1
  • Video-Surveillance
    用于视频监控的核心代码,基于matlab的,用的是usb摄像头就可以。(video surveillance 基本翻译 视频监控 视频监视 网络释义 Video Surveillance:视频监控 | 视讯监控 | 电视监视 )
    2013-09-23 17:55:22下载
    积分:1
  • DFT
    DFT/离散傅里叶变换matlab代码,同时有DSP环境下用汇编语言实现DFT的128位运算。(Discrete Fourier transform matlab code, while under the DSP assembly language environment to achieve DFT of 128 operations.)
    2014-12-28 21:53:48下载
    积分:1
  • chaoliu
    电力系统潮流分析计算14节点信息提取雅克比矩阵等(Power flow analysis and calculation 14 nodes Jacobi matrix and other information extraction)
    2013-10-28 16:17:03下载
    积分:1
  • optimise
    这是一个求解曲线或者曲面最大值的matlab算法函数(This is a solution curve or a surface matlab algorithm for the maximum value of the function)
    2009-11-05 04:49:36下载
    积分:1
  • MATLAB85
    说明:  matlab 时频分析工具箱 ,放在matlab下即可运行(Time-Frequency Analysis toolbox matlab)
    2010-04-13 11:31:01下载
    积分:1
  • exp2_eu
    Euler numerical integration method
    2015-02-25 17:42:48下载
    积分:1
  • 《Matlab遗传算法工具箱及应用》源码
    .附件结构: gatbx.rar: (1)gatbx-origin.zip; (2)gatbx-toolbox.rar; (3)gatbx-example.rar 2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用 3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较 4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads 5.学习遗传算法如果首先用熟相关工具箱的话,能够先培养信心,然后更有兴趣去专研和了解具体的算法,如果就用现有的工具箱就能解决问题的话,不了解其详细的算法也未尝不可,毕竟不是每个研友都能向see_moonlight那样开发自己的工具箱吧,(Annex structure: gatbx.rar: (1) gatbx-origin.zip; (2) gatbx-toolbox.rar; (3) gatbx-Test_fns under the compression package need to be added to Mat. The lab search path can be done, and gatbx-origin is the original version of the toolbox provided by Sheffield University, without any changes, which can be used for comparison. 3. Gatbx-example is the source code of example debugging and the debugging instructions of each example. You can compare it with the original book. 4. It is assumed that the gatbx toolbox is better than the gads toolbox in the new version of MATLAB 7 in familiarizing and understanding the principle and calculation process of genetic algorithm, although it is less visualized than gads.)
    2019-01-25 20:03:22下载
    积分:1
  • Lukas-kanade
    Lukas-kanade motion estimation (optical-flow)
    2009-11-23 05:05:20下载
    积分:1
  • WLS
    this is about WLS algorthim to remove noise components in sine signal
    2011-08-06 18:47:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载