Interface ReturnsResamplerFactory
-
- All Known Implementing Classes:
ARResamplerFactory
,GARCHResamplerFactory
,GARCHResamplerFactory2
,GroupResamplerFactory
,ModelResamplerFactory
public interface ReturnsResamplerFactory
This is a factory interface to construct new instances of multivariate resamplers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultivariateResampler
newResampler(Matrix returns)
Constructs a new instance of a re-sampling mechanism.
-
-
-
Method Detail
-
newResampler
MultivariateResampler newResampler(Matrix returns)
Constructs a new instance of a re-sampling mechanism.- Parameters:
returns
- multivariate samples or multivariate time series- Returns:
- a new instance of a re-sampler
-
-