Class SimpleAR1Moments
- java.lang.Object
-
- tech.nmfin.portfoliooptimization.lai2010.fit.SimpleAR1Moments
-
- All Implemented Interfaces:
ReturnsMoments.Estimator
public class SimpleAR1Moments extends Object implements ReturnsMoments.Estimator
-
-
Constructor Summary
Constructors Constructor Description SimpleAR1Moments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReturnsMoments
estimate(Matrix returns)
Estimates the moments from a given returns matrix.
-
-
-
Method Detail
-
estimate
public ReturnsMoments estimate(Matrix returns)
Description copied from interface:ReturnsMoments.Estimator
Estimates the moments from a given returns matrix.- Specified by:
estimate
in interfaceReturnsMoments.Estimator
- Parameters:
returns
- a returns matrix (T-by-N)- Returns:
- the estimated moments
-
-