Added tags for unitary tests.

time-shift
Stéphane Adjemian (Charybdis) 2013-07-04 15:00:24 +02:00
parent 45d7568712
commit 1657111fa8
54 changed files with 54 additions and 1 deletions

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function sp = colon(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function date = dynDate(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = eq(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function p = format(date)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = ge(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = gt(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function b = isempty(a)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = le(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = lt(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = max(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = min(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = minus(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = ne(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function c = plus(a,b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function B = subsref(A,S)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function b = uminus(a)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function b = uplus(a)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function dd = append(dd,a)
% append method for dynDates class.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function dd = dynDates(varargin)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = eq(A,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = intersect(A,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function B = isempty(A)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = minus(A,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = plus(A,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function dd = pop(dd,a)
% pop method for dynDates class (removes a date)).

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function dd = sort(dd)
% sort method for dynDates class.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function B = subsref(A,S)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = union(A,varargin)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function dd = unique(dd)
% unique method for dynDates class.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function [a,b] = align(a, b)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function ts = dynSeries(varargin)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function C = eq(A,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = extract(B,varargin)
% Extract some variables from a database.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function a = horzcat(varargin)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function ts = insert(ts,us,id)
% Add a variable in a dynSeries object.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function us = lag(ts,p)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = merge(B,C)
%@info:
%! @deftypefn {Function File} {@var{A} =} merge (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = minus(B,C)
%@info:
%! @deftypefn {Function File} {@var{A} =} minus (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = mrdivide(B,C)
%@info:
%! @deftypefn {Function File} {@var{A} =} mrdivide (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = mtimes(B,C)
%@info:
%! @deftypefn {Function File} {@var{A} =} mtimes (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = plus(B,C)
%@info:
%! @deftypefn {Function File} {@var{A} =} plus (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function [ts,id] = pop(ts,a)
% Removes a variable from a dynSeries object.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function us = qdiff(ts)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function us = qgrowth(ts)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function ts = rename(ts,old,new)
% Copyright (C) 2013 Dynare Team

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function save(A,basename,format)
% Saves a dynSeries object on disk.

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = set_names(B,varargin)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = subsasgn(A,S,B)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function B = subsref(A, S)
%@info:
%! @deftypefn {Function File} {@var{us} =} subsref (@var{ts},S)

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function ts = tex_rename(ts, varargin)
% Copyright (C) 2013 Dynare Team

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function A = uminus(B)
%@info:
%! @deftypefn {Function File} {@var{A} =} plus (@var{B},@var{C})

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function a = vertcat(varargin)
%@info:

View File

@ -1,4 +1,4 @@
% --*-- Unitary tests --*--
function us = ydiff(ts)
%@info:

View File

@ -1,3 +1,4 @@
% --*-- Unitary tests --*--
function us = ygrowth(ts)
%@info: