| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 05 Oct 2009 | Hill climbing optimization Constrained hill climbing optimization | Karel | Be warned; this script does not properly respect the bounds. In certain cases, it will select a point just outside of the bounds, due to a bug in the code (bounds are only taken into account when the fitness function is being evaluated, not when adding a step to the current best point). |
|
| 27 Jul 2009 | Variance Ratio Test Calculates the Variance Ratio Test | Zamora, Jaime | ||
| 29 May 2009 | Chaotic Systems Toolbox Analysis of chaotic systems. | Guler, Deniz | Really liked it, thanks a lot! |
|
| 07 Apr 2009 | TillsonT3 Tillson smoothing moving average and chart. | Winkler, Thomas | xmovavg: with windowlength=200 it cuts my values from 2863 to 2663. why? |
|
| 10 Mar 2009 | Variance Ratio Test Calculates the Variance Ratio Test | Kevin | This script does not seem exactly the same as Lo and Mackinlay. |
|
| 05 Sep 2008 | Cronbach's Alpha Cronbach's alpha calculation. | entebang, harry | ||
| 04 Sep 2008 | Variance Ratio Test Calculates the Variance Ratio Test | goudarzi, hojatallah | thanks a lot |
|
| 18 Aug 2008 | Chaotic Systems Toolbox Analysis of chaotic systems. | dahlan, lyviawaty | at noiseest i think command for sigma is incorrect. out of sigma cannot appear. could u make some checking and correction on it. email me as soon as possible. regard,
|
|
| 25 Jul 2008 | Chaotic Systems Toolbox Analysis of chaotic systems. | Patil, Hasan | how we use this toolbox in matlab ? |
|
| 13 Jun 2008 | Chaotic Systems Toolbox Analysis of chaotic systems. | Perrone, David | ||
| 01 Jun 2008 | Chaotic Systems Toolbox Analysis of chaotic systems. | Lima, Fabiano | best |
|
| 27 May 2008 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Alvarez, Josue | I would like to calculate the spearman correlation of two matrix, how can I? |
|
| 13 Mar 2008 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Larsson, Elisabeth | Warning if you have missing values! This program gave significant correlation with a column of NaNs! |
|
| 14 Feb 2008 | Rescaled Range Analysis Calculates the rescaled range analysis. | gezer, ali | ||
| 18 Jan 2008 | Chaotic Systems Toolbox Analysis of chaotic systems. | Suji, Ash | ||
| 01 Jan 2008 | Rescaled Range Analysis Calculates the rescaled range analysis. | HANANING, SUNGKONO | i'm studend in ITS (Institut teknologi sepuluh Nopember) Surabaya in Indonesia.
thank's for this source code. |
|
| 03 Dec 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | wang, jian | thanks |
|
| 03 Dec 2007 | Variance Ratio Test Calculates the Variance Ratio Test | Zhang, Simon | ||
| 19 Nov 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | zandi, yasaman | Thankful |
|
| 15 Nov 2007 | Rescaled Range Analysis Calculates the rescaled range analysis. | Peloso, Matt | Needs some small fixes, I gave it simulated fBm time series and put them in the routine, but the slopes did not evaluate to the H exponent. I found that the routine is missing the first step taking log(Ni+1/Ni) of the time series. Also, autocorr(x,1) I replaced as xcorr(x)...maybe my version. Now it is giving meaningful data. Otherwise, a great reoutine and saves lots of time typing up the bulk of the code....THANKS!!! |
|
| 08 Nov 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | K, Ajeesh | Hello there,
|
|
| 26 Oct 2007 | Rescaled Range Analysis Calculates the rescaled range analysis. | Axioglou, Chris | Very useful! Just a notice (at least for the Lo method): the variation seems to be the unbiased one (i.e. the cross-product sums are divided by the degrees of freedom, instead of the full period length). |
|
| 06 Oct 2007 | Variance Ratio Test Calculates the Variance Ratio Test | mao, sab | thank you |
|
| 04 Oct 2007 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | cfai, Lana | im using matlab2006a, when i type in the coding it appear
|
|
| 16 Aug 2007 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Schleicher, Robert | I cross-checked the results with SPSS 14 on a trial basis and got slightly different values. That's because this version doesn't account for tied ranks (which occured in my test), I suppose. |
|
| 09 Aug 2007 | Easter Sunday Indicator Indicates if a date is the Easter Sunday | T, K | Why is this in Financial Modeling & Analysis? |
|
| 25 Jul 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | Shen, Yongjun | I have not use this packet, so that I could not present any opinion. But I am very thankful to the authors' presentation. |
|
| 14 Jul 2007 | Variance Ratio Test Calculates the Variance Ratio Test | ABEDINI, BIZHAN | ||
| 23 Apr 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | sder, hanbd | voir detail sur la fonction
|
|
| 22 Apr 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | zhou, Jinzhu | ||
| 13 Apr 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | Sun, BinBin | Thank you for your help,i was meant to program them by myself. |
|
| 07 Apr 2007 | LMS Toolbox Least median of squares regression and relative algorithms | elmurapet, k | ||
| 21 Feb 2007 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Mabhande, Priscilla | Good reading, very informative |
|
| 19 Feb 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | melnicov, nicholas | Excellent |
|
| 16 Feb 2007 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Cowen, Stephen | tdcf is a function in the matlab Statistics Toolbox |
|
| 20 Jan 2007 | Hybrid Particle Swarm Optimization A hybrid Particle Swarm Optimization algorithm for functions in the real space. | sekhar, chandra | it is good |
|
| 15 Jan 2007 | Chaotic Systems Toolbox Analysis of chaotic systems. | Jian, Wang | very good! |
|
| 03 Jan 2007 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Vallina, Sergio | It does not handle NAN values. See corrected *.m file below (it handle NAN): *************************************
for i=1:size(y,2)
% Get the ranks of y
% Calculate the t statistic
% Calculate the p-values
function r=crank(x)
u = unique(x);
for i=1:length(u)
|
|
| 13 Dec 2006 | Rescaled Range Analysis Calculates the rescaled range analysis. | Thiele, Thomas A. | I forgot to mention one thing: If you wish to compute the log E(R/S) using the Anis and Lloyd (1976) formula, you may use the following code at line 190: logERS(i,1)=log10((gamma(0.5*(n(i)-1))/(sqrt(pi)*gamma(.5*n(i))))*s) However, for n < 340 the gamma value become to large and might not give you an estimate. I therefore suggest to switch to Peters' formula for n<340. Thomas |
|
| 02 Dec 2006 | Rescaled Range Analysis Calculates the rescaled range analysis. | huang, ZC | nice |
|
| 28 Nov 2006 | Hybrid Particle Swarm Optimization A hybrid Particle Swarm Optimization algorithm for functions in the real space. | Kroshko, Dmitrey | I connected Alexandros Leontitsis file to the OpenOpt project
|
|
| 28 Nov 2006 | Hybrid Particle Swarm Optimization A hybrid Particle Swarm Optimization algorithm for functions in the real space. | Chen, Alice | When I debug the file "hpso" there is an error as following :
Error in ==> hPSO at 45
|
|
| 12 Oct 2006 | Easter Sunday Indicator Indicates if a date is the Easter Sunday | Jones, Bob | just because you can, doesn't mean you should. |
|
| 12 Oct 2006 | Easter Sunday Indicator Indicates if a date is the Easter Sunday | Helsen, Stijn | The result doesn't seem to be correct!! |
|
| 12 Oct 2006 | Easter Sunday Indicator Indicates if a date is the Easter Sunday | Helsen, Stijn | Some comments about the Matlab-code itself. Inputs like 'zeros(2,1)' pass the input test, while they shouldn't. Why not something like
|
|
| 10 Oct 2006 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Chai, Sunnia | It is a helpful and actual-working-fine program. I ran the SPSS cp the result, and it is matched. for tcdf : google it, you will find a shared code. Just download it and add it in your work folder. For input example: x = [1 2 3]';y = [8 2 7]';spear(x,y); |
|
| 17 Sep 2006 | Hybrid Particle Swarm Optimization A hybrid Particle Swarm Optimization algorithm for functions in the real space. | paulpandi, Malathy | ||
| 14 Sep 2006 | Rescaled Range Analysis Calculates the rescaled range analysis. | Thiele, Thomas A. | The program calculates the rescaled range, the expected value, and the V-statistic. One just needs to determine the cycle length (if any) and set up the regression accordingly. The slope of the regression equation is the Hurst exponent. With the expected value for R/S, one can easily test the significance of the results. Overall a very good and handy routine. Thomas |
|
| 13 Sep 2006 | Spearman Rank Correlation It calculates the Spearman rank correlation coefficient. | Tun, Kyaw | I found this error ??? Undefined command/function 'tcdf'. Error in ==> spear at 91
|
|
| 23 Jul 2006 | Chaotic Systems Toolbox Analysis of chaotic systems. | xiaofeng, qiao | good |
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com