WebCab Portfolio for .NET v5.0 Demo

AssetParameters.ExpectedReturn Method

Estimates the expected return from the historical values of an asset by evaluating the arithmetic average of the returns over the period considered.

Overload List

Estimates the expected return from the historical values of an asset by evaluating the arithmetic average of the returns over the period considered.

public double ExpectedReturn(double[]);

Evaluates the expected return of an asset given the (finite) probability distribution of its returns.

public double ExpectedReturn(double[],double[]);

See Also

AssetParameters Class | WebCab.Libraries.Finance.Portfolio Namespace