Click or drag to resize

Portfolio Constructor

Represents a portfolio in the efficient frontier.

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public Portfolio(
	DVector weights,
	double lambda,
	double mean,
	double variance
)

Parameters

weights  DVector
Asset weights.
lambda  Double
Risk tolerance.
mean  Double
Expected return.
variance  Double
Expected volatility.
See Also