Uses of Interface
tech.nmfin.portfoliooptimization.lai2010.fit.ResamplerModel
-
Packages that use ResamplerModel Package Description tech.nmfin.portfoliooptimization.lai2010.ceta.npeb.resampler tech.nmfin.portfoliooptimization.lai2010.fit -
-
Uses of ResamplerModel in tech.nmfin.portfoliooptimization.lai2010.ceta.npeb.resampler
Methods in tech.nmfin.portfoliooptimization.lai2010.ceta.npeb.resampler that return ResamplerModel Modifier and Type Method Description protected ResamplerModelARResamplerFactory. getResamplerModel(Matrix returns)protected ResamplerModelGARCHResamplerFactory. getResamplerModel(Matrix returns)protected abstract ResamplerModelModelResamplerFactory. getResamplerModel(Matrix returns) -
Uses of ResamplerModel in tech.nmfin.portfoliooptimization.lai2010.fit
Classes in tech.nmfin.portfoliooptimization.lai2010.fit that implement ResamplerModel Modifier and Type Class Description classSimpleAR1FitThis class does a quick AR(1) fitting to the time series, essentially treating the returns as independent.classSimpleGARCHFitThis class does a quick GARCH(1,1) fitting to the time series, essentially treating the returns as independent.
-