登录
首页 » matlab » kdetoolbox(matlab)

kdetoolbox(matlab)

于 2006-07-27 发布 文件大小:817KB
0 233
下载积分: 1 下载次数: 679

代码说明:

  核密度估计(kde)的工具箱,我是在做背景建模的时候遇到这方面问题找到的,希望对大家有点用处.(nuclear density estimates (kde) Toolbox, I was doing background modeling, encountered this issue to find, and I hope to you a bit useless.)

文件列表:

kde工具箱(matlab)
.................\@kde
.................\....\adjustBW.dll
.................\....\adjustBW.m
.................\....\adjustBW.mexglx
.................\....\adjustPoints.dll
.................\....\adjustPoints.m
.................\....\adjustPoints.mexglx
.................\....\adjustWeights.dll
.................\....\adjustWeights.m
.................\....\adjustWeights.mexglx
.................\....\condition.m
.................\....\Contents.m
.................\....\covar.m
.................\....\display.m
.................\....\double.m
.................\....\entropy.m
.................\....\entropyGrad.m
.................\....\evalAvgLogL.m
.................\....\evalFGT.m
.................\....\evalIFGT.m
.................\....\evaluate.m
.................\....\examples
.................\....\........\demo_kde_1.m
.................\....\........\demo_kde_2.m
.................\....\........\demo_kde_3.m
.................\....\........\demo_regress.m
.................\....\findBWCrit.m
.................\....\getBW.m
.................\....\getDim.m
.................\....\getNeff.m
.................\....\getNpts.m
.................\....\getPoints.m
.................\....\getType.m
.................\....\getWeights.m
.................\....\hist.m
.................\....\ise.m
.................\....\joinTrees.m
.................\....\kde.m
.................\....\kld.m
.................\....\klGrad.m
.................\....\knn.dll
.................\....\knn.m
.................\....\knn.mexglx
.................\....\ksize.m
.................\....\license.gpl
.................\....\llGrad.dll
.................\....\llGrad.m
.................\....\llGrad.mexglx
.................\....\llHess.m
.................\....\marginal.m
.................\....\max.m
.................\....\mean.m
.................\....\mex
.................\....\...\adjustBW.cpp
.................\....\...\adjustPoints.cpp
.................\....\...\adjustWeights.cpp
.................\....\...\BallTree.cpp
.................\....\...\BallTreeDensity.cpp
.................\....\...\cpp
.................\....\...\...\BallTree.h
.................\....\...\...\BallTreeClass.cc
.................\....\...\...\BallTreeDensity.h
.................\....\...\...\BallTreeDensityClass.cc
.................\....\...\...\kernels.h
.................\....\...\...\README.txt
.................\....\...\DualTree.cpp
.................\....\...\entropyGradISE.cpp
.................\....\...\entropyGradRS.cpp
.................\....\...\iseEpsilon.cpp
.................\....\...\klGradRS.cpp
.................\....\...\knn.cpp
.................\....\...\llGrad.cpp
.................\....\...\makemex.m
.................\....\...\prodSampleEpsilon.cpp
.................\....\...\prodSampleExact.cpp
.................\....\...\prodSampleGibbs.cpp
.................\....\...\prodSampleGibbs1.cpp
.................\....\...\prodSampleGibbs2.cpp
.................\....\...\prodSampleGibbsMS.cpp
.................\....\...\prodSampleGibbsMS1.cpp
.................\....\...\prodSampleGibbsMS2.cpp
.................\....\...\reduceSolve.cpp
.................\....\miGrad.m
.................\....\modes.m
.................\....\plot.m
.................\....\private
.................\....\.......\BallTree.dll
.................\....\.......\BallTree.mexglx
.................\....\.......\BallTreeDensity.dll
.................\....\.......\BallTreeDensity.mexglx
.................\....\.......\DualTree.dll
.................\....\.......\DualTree.m
.................\....\.......\DualTree.mexglx
.................\....\.......\entropyDist.m
.................\....\.......\entropyGradDist.m
.................\....\.......\entropyGradISE.dll
.................\....\.......\entropyGradISE.mexglx
.................\....\.......\golden.m
.................\....\.......\iqr.m

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

发表评论

0 个回复

  • work
    四阶龙格库塔法解微分方程,并与ode45,精确解比较(Fourth-order Runge-Kutta method for solving differential equations with ode45 exact solution)
    2012-05-24 21:49:59下载
    积分:1
  • GAPSO
    结合遗传算法和粒子群算法的MATLAB程序M文件(M-file MATLAB program combined with genetic algorithm and particle swarm optimization)
    2021-03-23 10:09:15下载
    积分:1
  • Matlab蚁群算法解决TSP问题代码超详细注释
    说明:  启发因子,信息素的重要程度 期望因子,城市间距离的重要程度 信息素增强系数 蚂蚁数量 表示每条边的能见度 参数可修改(heuristic factor, the importance of pheromone Expectation factor, the importance of distance between cities Pheromone enhancement coefficient Ant number Indicates the visibility of each side Parameters can be modified)
    2021-01-20 18:18:10下载
    积分:1
  • jpeg2avihojoon
    This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. (This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. )
    2009-09-17 13:05:51下载
    积分:1
  • Modeling-mama-barfi-tisko-Simulink
    Modeling mama barfi tisko Simulink
    2011-12-13 19:10:36下载
    积分:1
  • PreCoding_Matrix_gen
    mimo多天线系统中各种预编码算法的仿真,以及系统容量的仿真。(mimo multi-antenna system simulation of various pre-coding algorithms and simulation system capacity.)
    2021-04-16 18:58:54下载
    积分:1
  • Matlab Object-oriented Programming
    本书分为三部分。第一部分介绍MATLAB面向对象编程基础知识,包括什么是类,类之间的基本关系,以及MATLAB提供的面向对象编程语言的具体功能;第二部分是面向对象编程的进阶篇,对概念进行归类,方面读者在编程中遇到问题时查询和检索;第三部分把面向对象编程的方法应用到实际问题中,并且从实际问题中抽象出一般的解决方法,即为设计模式。 本书可作为高等院校本科师生、研究生MATLAB课程的辅助读物,也可以作为从事科学计算、程序设计的科研人员的参考书。(This book is divided into three parts. The first part introduces the basic knowledge of object-oriented programming in MATLAB, including what is the class, the basic relationship between classes, and the specific functions of object-oriented programming language provided by MATLAB; the second part is the advanced part of object-oriented programming, which classifies the concepts and queries and retrieves when the readers encounter problems in programming. In the third part, the object-oriented programming method is applied to the actual problems, and the general solution is abstracted from the actual problems, that is, the design pattern. This book can be used as an auxiliary reading material for undergraduate teachers, students and graduate students in MATLAB course, and also as a reference book for scientific researchers engaged in scientific calculation and programming.)
    2018-10-03 08:53:43下载
    积分:1
  • SFAM-Matlab
    基于SFAM神经网络集成的土地评价.pdf.对matlab算法进行很详细的应用(SFAM neural network-based integrated land evaluation. Pdf. On matlab algorithm in great detail the application of)
    2008-07-08 12:26:02下载
    积分:1
  • pid_smith
    simth_pid控制器,使用matlab仿真实现,m文件(simth_pid)
    2010-05-14 15:07:42下载
    积分:1
  • global-optimization-toolbox
    全局优化工具箱,详细说明优化工具箱的使用及注意事项(Global Optimization Toolbox, Optimization Toolbox with detailed instructions and precautions)
    2013-08-08 12:31:16下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载