lightspeed

所属分类:matlab编程
开发工具:matlab
文件大小:131KB
下载次数:5
上传日期:2016-03-03 04:47:16
上 传 者honeber
说明:  Lightspeed matlab toolbox 包括了我们在统计学中常用的一些resampling的基本函数
(Lightspeed matlab toolbox)

文件列表:
lightspeed (0, 2014-10-29)
lightspeed\@double (0, 2014-10-29)
lightspeed\@mutable (0, 2014-03-07)
lightspeed\@mutable\display.m (43, 2005-07-20)
lightspeed\@mutable\fieldnames.m (466, 2005-07-20)
lightspeed\@mutable\getfield.m (467, 2005-07-20)
lightspeed\@mutable\immutable.m (409, 2005-07-20)
lightspeed\@mutable\isfield.m (340, 2005-07-20)
lightspeed\@mutable\mutable.m (1854, 2005-07-20)
lightspeed\@mutable\rmfield.m (621, 2005-07-20)
lightspeed\@mutable\setfield.m (482, 2005-07-20)
lightspeed\@mutable\subsasgn.m (1493, 2014-03-07)
lightspeed\@mutable\subsref.m (1686, 2005-07-20)
lightspeed\addflops.c (331, 2007-08-20)
lightspeed\addflops.m (233, 2005-07-20)
lightspeed\argfilter.m (522, 2005-07-20)
lightspeed\argmax.m (185, 2005-08-22)
lightspeed\argmax2.m (236, 2009-04-10)
lightspeed\argmin.m (185, 2005-07-20)
lightspeed\argmin2.m (245, 2009-04-10)
lightspeed\cholproj.m (866, 2007-05-14)
lightspeed\cols.m (121, 2002-07-11)
lightspeed\col_sum.m (114, 2002-07-11)
lightspeed\Contents.m (5762, 2014-10-04)
lightspeed\digamma.c (1197, 2008-08-29)
lightspeed\digamma.m (1911, 2005-07-04)
lightspeed\dtrsm.c (11788, 2009-10-27)
lightspeed\duplicated.m (1440, 2006-09-28)
lightspeed\finddiag.m (430, 2005-07-20)
lightspeed\find_sameobject.m (302, 2005-08-22)
lightspeed\flops.c (493, 2005-07-20)
lightspeed\flops.h (120, 2005-07-20)
lightspeed\flops.m (834, 2008-10-03)
lightspeed\flops_abs.m (225, 2009-04-10)
lightspeed\flops_chol.m (523, 2009-04-10)
lightspeed\flops_col_sum.m (288, 2005-07-20)
lightspeed\flops_det.m (223, 2009-04-10)
lightspeed\flops_digamma.m (176, 2005-07-20)
lightspeed\flops_div.m (370, 2006-09-27)
lightspeed\flops_exp.m (454, 2005-07-20)
... ...

This is a library of efficient and useful matlab functions, with an emphasis on statistics. See Contents.m for a synopsis. You can place the lightspeed directory anywhere. To make sure lightspeed is always in your path, create a startup.m file in your matlab directory, if you don't already have one, and add a line like this: addpath(genpath('c:\matlab\lightspeed')) Replace 'c:\matlab\lightspeed' with the location of the lightspeed directory. There are some Matlab Extension (MEX) files that need to be compiled. This can be done in matlab via: cd c:\matlab\lightspeed install_lightspeed I recommend using Microsoft Visual C++ as the mex compiler, though this is not required. You can set the mex compiler by typing 'mex -setup' in matlab. To use Microsoft Visual C++ 2013 with Matlab 8.1 (R2013a), you will need to download this patch: http://www.mathworks.com/matlabcentral/fileexchange/45878-setting-microsoft-visual-c++-2013-as-default-mex-compiler To use Microsoft Visual C++ 2010 with Matlab 7.10 (R2010a), you will need to download this patch: http://www.mathworks.com/support/solutions/en/data/1-D5W493/?solution=1-D5W493 To use Microsoft Visual C++ with Matlab 7.0 (R14), you will need to download R14 service pack 2, as described here: http://www.mathworks.com/support/solutions/en/data/1-UMEKK/?solution=1-UMEKK To compile mex files on a Snow Leopard upgrade: Go to mexopts.sh in your $HOME/.matlab/ directory, and change the line SDKROOT='/Developer/SDKs/MacOSX10.5.sdk' to SDKROOT='/Developer/SDKs/MacOSX10.6.sdk'. That line is not updated during updating mac OSX, so you need to do manually. This file also exists in the standard matlab bin, so if you run mex with the -v option it will tell you which mexopts.sh file it's looking at. You may also need to change some lines in install_lightspeed.m. By default, install_lightspeed.m is set up for ***-bit MacOSX 10.6 with gcc-4.0. If you are using some other version of MacOSX or some other compiler, then you need to edit a few lines (see the comments in that file). Starting with Matlab R2014a, this won't be necessary since lightspeed will pick up the right compiler options automatically. You can find timing tests in the tests/ subdirectory. The test_lightspeed.m script will run all tests, and is a good way to check that lightspeed installed properly. Tom Minka

近期下载者

相关文件


收藏者