WebCab Portfolio Web Services for .NET 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 XML Web service AssetParameters.

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

See Also

Markowitz Class | Portfolio Namespace