|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
First-order derivatives of the likelihood with respect to selected nuisance parameters. More...
#include <GradientHelper.h>

Public Attributes | |
| std::vector< double > | g_eta |
| NLL gradient restricted to the selected nuisance directions. | |
| RealMatrix | J_eta |
| Observable Jacobian with rows as observables and columns as nuisance directions. | |
First-order derivatives of the likelihood with respect to selected nuisance parameters.
The vector g_eta contains finite-difference derivatives of the NLL with respect to nuisance parameters. The matrix J_eta contains the Jacobian of model predictions with respect to the same nuisance directions.
Definition at line 40 of file GradientHelper.h.
| std::vector<double> EtaDerivatives::g_eta |
NLL gradient restricted to the selected nuisance directions.
Definition at line 41 of file GradientHelper.h.
| RealMatrix EtaDerivatives::J_eta |
Observable Jacobian with rows as observables and columns as nuisance directions.
Definition at line 42 of file GradientHelper.h.