powered by
Log-likelihood for S-vine models
svine_loglik(x, model, cores = 1)
Returns the log-likelihood of the data for the model.
the data.
model inheriting from class svine_dist.
number of cores to use; if larger than one, computations are done in parallel on cores batches .
cores
# load data set data(returns) # fit parametric S-vine model with Markov order 1 fit <- svine(returns[1:100, 1:3], p = 1, family_set = "parametric") svine_loglik(returns[1:100, 1:3], fit)
Run the code above in your browser using DataLab