Package tech.nmfin.returns.moments
Class ReturnsMoments
- java.lang.Object
-
- tech.nmfin.returns.moments.ReturnsMoments
-
public class ReturnsMoments extends Object
Contains the estimated moments of asset returns.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReturnsMoments.EstimatorThe interface to estimate moments from returns.
-
Constructor Summary
Constructors Constructor Description ReturnsMoments(Vector mu, Matrix V)Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vectormu()Gets the mean vector.MatrixV()Gets the second moment matrix.
-