Gives conditional quantile functions of mixture autoregressive models.
mix_qf(model, p, x, index, xcond)
depending on the arguments, a function for computing quantiles or a numeric vector representing quantiles, see sections 'Details' and 'Methods
mixAR model.
vector of probabilities.
time series.
vector of positive integers.
the past values needed for the conditional distribution, a numeric vector of length at least the maximal AR order of the components.
Georgi N. Boshnakov
signature(model = "MixARGaussian", p = "missing", x = "missing", index = "missing", xcond = "numeric")
signature(model = "MixARGaussian", p = "numeric", x = "missing", index = "missing", xcond = "numeric")
signature(model = "MixARGaussian", p = "numeric", x = "numeric", index = "numeric", xcond = "missing")
mix_pdf
,
mix_cdf
;
mix_moment
for examples