Click or drag to resize
AbsoluteRiskMeasures Class
Inheritance Hierarchy
SystemObject
  MathNet.Numerics.FinancialAbsoluteRiskMeasures

Namespace: MathNet.Numerics.Financial
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static class AbsoluteRiskMeasures

The AbsoluteRiskMeasures type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDownsideDeviation
This measure is similar to the loss standard deviation except the downside deviation considers only returns that fall below a defined minimum acceptable return (MAR) rather than the arithmetic mean. For example, if the MAR is 7%, the downside deviation would measure the variation of each period that falls below 7%. (The loss standard deviation, on the other hand, would take only losing periods, calculate an average return for the losing periods, and then measure the variation between each losing return and the losing return average).
Public methodStatic memberGainLossRatio
Measures a fund’s average gain in a gain period divided by the fund’s average loss in a losing period. Periods can be monthly or quarterly depending on the data frequency.
Public methodStatic memberGainStandardDeviation
Calculation is similar to Standard Deviation , except it calculates an average (mean) return only for periods with a gain and measures the variation of only the gain periods around the gain mean. Measures the volatility of upside performance. © Copyright 1996, 1999 Gary L.Gastineau. First Edition. © 1992 Swiss Bank Corporation.
Public methodStatic memberLossStandardDeviation
Similar to standard deviation, except this statistic calculates an average (mean) return for only the periods with a loss and then measures the variation of only the losing periods around this loss mean. This statistic measures the volatility of downside performance.
Public methodStatic memberSemiDeviation
A measure of volatility in returns below the mean. It's similar to standard deviation, but it only looks at periods where the investment return was less than average return.
Top
See Also