Class ARMAGARCH

    • Constructor Detail

      • ARMAGARCH

        public ARMAGARCH​(TimeSeries timeSeries)
    • Method Detail

      • getLogLikelihoodForParameters

        public double getLogLikelihoodForParameters​(double[] parameters)
        Parameters:
        parameters - Given model parameters.
        Returns:
        The log likelihood for the given model parameters.
      • getLastResidualForParameters

        public double getLastResidualForParameters​(double[] parameters)
      • getSzenarios

        public double[] getSzenarios​(double[] parameters)
      • getQuantilPredictionsForParameters

        public double[] getQuantilPredictionsForParameters​(double[] parameters,
                                                           double[] quantiles)
      • getCloneWithWindow

        public HistoricalSimulationModel getCloneWithWindow​(int windowIndexStart,
                                                            int windowIndexEnd)
        Description copied from interface: HistoricalSimulationModel
        Create a new model, using only a window of the times series.
        Specified by:
        getCloneWithWindow in interface HistoricalSimulationModel
        Parameters:
        windowIndexStart - Index of the first element to be part of the new time series.
        windowIndexEnd - Index of the last element to be part of the new time series.
        Returns:
        A new historical simulation using a different data window.