WebCab Options and Futures for COM v3.1

FuturesHedging.StandardDeviation Method 

Evaluates the standard deviation of an asset's price over a given number of periods.

public double StandardDeviation(
   double[] price
);

Parameters

price
An array where the k-th element is the price of the asset over the k-th period.

Return Value

The standard deviation of the an asset's price over a given period.

See Also

FuturesHedging Class | WebCab.COM.Finance.Futures Namespace