Functions

f
irr(
cf: array,
cfd?: array,
cd?: number,
guess?: number
): number

Internal rate of return on an investment based on a series of periodic cash flows.

Usage

import * as mod from "quants/irr.ts";