Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
|||
Line 380:
==Visual Basic==
<
Function georet_MD(myDates, myReturns, FlowMap, scaler)
' This function calculates the modified Dietz return of a time series
Line 441:
End Function
</syntaxhighlight>
==Java method for modified Dietz return==
<
private static double modifiedDietz (double emv, double bmv, double cashFlow[], int numCD, int numD[]) {
Line 494:
return md;
}
</syntaxhighlight>
== Excel VBA function for modified Dietz return ==
|