Modulus C# Backtester
Gets the standard deviation.
Namespace: Modulus.BacktesterAssembly: Modulus.Backtester (in Modulus.Backtester.dll) Version: 1.0.0.0 (1.0.0.0)
public double StandardDeviation { get; internal set; }
public double StandardDeviation { get; internal set; }
Public Property StandardDeviation As Double
Get
Friend Set
Public Property StandardDeviation As Double
Get
Friend Set
public:
property double StandardDeviation {
double get ();
internal: void set (double value);
}
public:
property double StandardDeviation {
double get ();
internal: void set (double value);
}
Field Value
The standard deviation.