Home > freetb4matlab > financial > mirr.m

mirr

PURPOSE ^

% Compute the modified internal rate of return.

SYNOPSIS ^

function rate = mirr (flow, finrate, reinvestrate)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{return} =} mirr (@var{cashflow}, @var{finrate}, @var{reinvestrate})
% Compute the modified internal rate of return.
% Take periodic @var{cashflow}s as a vector and the finance rate,
% @var{finrate}, for negative cash flows and a reinvestment rate,
% @var{reinvestrate}, for positive cash flows.
% @seealso{irr, effrr, nomrr, pvvar, xirr}
% @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