コード例 #1
0
 private double calculateSharpeRatio()
 {
     return(StatsCalculator.CalculateSharpeRatio(Data, Flows, RISK_FREE_RATE));
 }