This method returns the covariance between the returns of the two assets.
This method returns the covariance between the returns of the two assets.
public double Covariance(double[],double[]);
Evaluates the covariance between the returns of two assets given the probability return distribution of each asset.
public double Covariance(double[],double[],double[]);
TwoAssetPortfolio Class | WebCab.Libraries.Finance.Portfolio Namespace