Home > freetb4matlab > financial > rate.m

rate

PURPOSE ^

% Return the rate of return on an investment of present value @var{v} which

SYNOPSIS ^

function r = rate (n, p, v, l, m)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} rate (@var{n}, @var{p}, @var{v}, @var{l}, @var{method})
% Return the rate of return on an investment of present value @var{v} which
% pays @var{p} in @var{n} consecutive periods.
%
% The optional argument @var{l} may be used to specify an additional
% lump-sum payment made at the end of @var{n} periods.
%
% The optional string argument @var{method} may be used to specify
% whether payments are made at the end (@code{'e'}, default) or at the
% beginning (@code{'b'}) of each period.
% @seealso{pv, pmt, nper, npv}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003