IRIS Toolbox Reference Manual
rngcmp
True if two VAR objects have been estimated using the same dates
Syntax
Flag = rngcmp(V1,V2)
Input arguments
V1
,
V2
[ VAR ] - Two estimated VAR objects.
Output arguments
Flag
[
true
|
false
] - True if the two VAR objects,
V1
and
V2
, have been estimated using observations at the same dates.
Description
Example