public class ARMAGARCH extends Object implements HistoricalSimulationModel
| Constructor and Description |
|---|
ARMAGARCH(double[] values) |
ARMAGARCH(double[] values,
int windowIndexStart,
int windowIndexEnd) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getBestParameters()
Returns the parameters estimated for the given time series.
|
Map<String,Object> |
getBestParameters(Map<String,Object> guess)
Returns the parameters estimated for the given time series, using a parameter guess.
|
HistoricalSimulationModel |
getCloneWithWindow(int windowIndexStart,
int windowIndexEnd)
Create a new model, using only a window of the times series.
|
double |
getLastResidualForParameters(double mu,
double theta,
double omega,
double alpha,
double beta) |
double |
getLogLikelihoodForParameters(double theta,
double mu,
double omega,
double alpha,
double beta) |
double[] |
getQuantilPredictionsForParameters(double theta,
double mu,
double omega,
double alpha,
double beta,
double[] quantiles) |
double[] |
getSzenarios(double theta,
double mu,
double omega,
double alpha,
double beta) |
public ARMAGARCH(double[] values)
public ARMAGARCH(double[] values,
int windowIndexStart,
int windowIndexEnd)
public HistoricalSimulationModel getCloneWithWindow(int windowIndexStart, int windowIndexEnd)
HistoricalSimulationModelgetCloneWithWindow in interface HistoricalSimulationModelwindowIndexStart - 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.public double getLogLikelihoodForParameters(double theta,
double mu,
double omega,
double alpha,
double beta)
public double getLastResidualForParameters(double mu,
double theta,
double omega,
double alpha,
double beta)
public double[] getSzenarios(double theta,
double mu,
double omega,
double alpha,
double beta)
public double[] getQuantilPredictionsForParameters(double theta,
double mu,
double omega,
double alpha,
double beta,
double[] quantiles)
public Map<String,Object> getBestParameters()
HistoricalSimulationModelgetBestParameters in interface HistoricalSimulationModelpublic Map<String,Object> getBestParameters(Map<String,Object> guess)
HistoricalSimulationModelgetBestParameters in interface HistoricalSimulationModelguess - A parameter guess.Copyright © 2015. All rights reserved.