Evaluates the variance of the historical returns of an asset.
Evaluates the variance of the historical returns of an asset.
public double Variance(double[]);
Calculates the variance of the expected returns of an asset given the assets returns in given market states and the probability of those market states occurring.
public double Variance(double[],double[]);
Volatility Class | WebCab.Libraries.Finance.Portfolio Namespace