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