4.5

4.5 | 6 ratings Rate this file 21 Downloads (last 30 days) File Size: 2.73 KB File ID: #794
image thumbnail

Variance Ratio Test

by Alexandros Leontitsis

 

24 Sep 2001 (Updated 16 Dec 2004)

Calculates the Variance Ratio Test

| Watch this File

File Information
Description

Calculates the Variance Ratio Test of a time series, with or without the heteroskedasticity correction.

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (9)
06 Feb 2003 Nick Laxton

Hi - the only downside to this is that whilst q can be a vector, the time series cannot be a matrix in the sense of a set of time series. I have done the opposite to you by making the time series a matrix if required but computing for only scalar q.

However I was pleased enough to use your function as a consistency check to mine...

Regards,
Nick.

21 Feb 2006 Martin Williams

This is a great script! I'd never used Matlab before! I Didnt even know it existed buti managed to sus out how to use this script :) Id give you a tip! two problems! The first is that there isnt a percentage sign infront of the the top Vr bit and brackets! The second is that if you run the whole script you get that irritating nargin thing. Don't worry though, just copy and paste from the point where is says...

%calculate the mean

14 Jul 2007 BIZHAN ABEDINI  
06 Oct 2007 sab mao

thank you

03 Dec 2007 Simon Zhang  
04 Sep 2008 hojatallah goudarzi

thanks a lot

10 Mar 2009 Kevin

This script does not seem exactly the same as Lo and Mackinlay.

27 Jul 2009 Jaime Zamora  
22 Mar 2011 Holger Amort

Should be:
% q values must be between 2 and n/2-1
if length((find(q<2 | q>=n/2)))>0
      error('q values must be between 2 and n/2-1');
   end

Holger

Please login to add a comment or rating.
Updates
05 Jan 2004

screenshot added

16 Dec 2004

major bug fix thanks to David GU

Tag Activity for this File
Tag Applied By Date/Time
finance Alexandros Leontitsis 22 Oct 2008 06:37:56
modeling Alexandros Leontitsis 22 Oct 2008 06:37:56
analysis Alexandros Leontitsis 22 Oct 2008 06:37:56
variance ratio test Alexandros Leontitsis 22 Oct 2008 06:37:56

Contact us at files@mathworks.com