Estimates the expected return from the historical values of an asset by evaluating the arithmetic average of the returns over the period considered.
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[]);
AssetParameters Class | WebCab.Libraries.Finance.Portfolio Namespace