fHMM_data
objectThis function constructs an object of class fHMM_data
, which contains
the financial data for modeling.
fHMM_data(
dates,
time_points,
markov_chain,
data,
time_series,
T_star,
controls,
true_parameters
)# S3 method for fHMM_data
print(x, ...)
# S3 method for fHMM_data
summary(object, ...)
An object of class fHMM_data
, which is a list
containing
the following elements:
The matrix
of the dates
if simulated = FALSE
and
controls$data$data_column
is specified,
the matrix
of the time_points
if simulated = TRUE
or controls$data$data_column
is not specified,
the matrix
of the simulated markov_chain
if
simulated = TRUE
,
the matrix
of the simulated or empirical data
used for
estimation,
the matrix
time_series
of empirical data before the
transformation to log-returns if simulated = FALSE
,
the vector
of fine-scale chunk sizes T_star
if
controls$hierarchy = TRUE
,
the input controls
,
the true_parameters
.
The dates in the empirical case.
The time points in the simulated case.
The states in the simulated case.
The data for modeling.
The data before transformation.
The fine-scale chunk sizes.
The fHMM_controls
object.
The fHMM_parameters
object in the simulated case.
An object of class fHMM_data
.
Currently not used.
An object of class fHMM_data
.