WebCab Portfolio for .NET v5.0 Demo

Markowitz.ExpectedReturns Method (Double[][])

Deprecated.

public double[] ExpectedReturns(
   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.Libraries.Finance.Portfolio Namespace | Markowitz.ExpectedReturns Overload List