vinecopulib::Vinecop::ScoresResult struct

The scores together with the per-edge quantities computed on the way, as returned by scores_full().

scores is $ n \times p $ with columns in (tree, edge, parameter) order. The remaining members are indexed (tree, edge) and hold the pair-copula densities and the derivatives of the log-density and h-functions with respect to the parameters and the arguments.

Public variables

Eigen::MatrixXd scores
TriangularArray<Eigen::VectorXd> pdf_edges
TriangularArray<std::vector<Eigen::VectorXd>> logpdf_deriv_pars
TriangularArray<std::vector<Eigen::VectorXd>> hfunc1_deriv_pars
TriangularArray<std::vector<Eigen::VectorXd>> hfunc2_deriv_pars
TriangularArray<Eigen::VectorXd> logpdf_deriv_u1
TriangularArray<Eigen::VectorXd> logpdf_deriv_u2
TriangularArray<Eigen::VectorXd> hfunc1_deriv_u1
TriangularArray<Eigen::VectorXd> hfunc2_deriv_u2