WebCab Portfolio for COM v5.0 Demo

Markowitz.ExpectedArrayWithHistoricalReturnsKnown Method 

Deprecated.

public double[] ExpectedArrayWithHistoricalReturnsKnown(
   double[,] historicalReturns
);

Parameters

historicalReturns
historicalReturns[i][t] is the historical return (increase in market value) for the asset i in the tth period.

Remarks

Replaced by methods within the class AssetParameters.

Returns an array containing the expected returns for each asset from a given collection of assets.

See Also

Markowitz Class | WebCab.COM.Finance.Portfolio Namespace