


% -*- texinfo -*-
% @deftypefn {Function File} {llv} = llow (data)
% @deftypefnx {Function File} {llv} = llow (data, nperiods)
% @deftypefnx {Function File} {llv} = llow (data, nperiods, dim)
%
% Compute the lowest low value of @var{data} for the past
% @var{nperiods} (default: 14) across the dimension, @var{dim}
% (default: 1).
%
% @seealso{hhigh}
% @end deftypefn