Package jline.api.pfqn.nc
Class Pfqn_nre.Result
java.lang.Object
jline.api.pfqn.nc.Pfqn_nre.Result
- Enclosing class:
- Pfqn_nre
MATLAB's
[lG,G,lGs,vsad]: the constant, the saddlepoint term on
its own and the tilt the expansion was taken about.
lG - lGs is the Edgeworth correction, so a caller that wants
the plain saddlepoint estimate reads lGs rather than re-deriving
it. vsad is null on the shortcut arms that never solve a saddle
point, matching the reference's empty [].
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doubleThe normalizing constant,exp(lG).final doubleLogarithm of the normalizing constant, Edgeworth correction included.final doubleLogarithm of the saddlepoint term alone, i.e.final MatrixThe tilt actually used (1xd), null when no saddle point was solved. -
Method Summary
-
Field Details
-
lG
public final double lGLogarithm of the normalizing constant, Edgeworth correction included. -
G
public final double GThe normalizing constant,exp(lG). -
lGs
public final double lGsLogarithm of the saddlepoint term alone, i.e. lG with the Edgeworth factor omitted. -
vsad
The tilt actually used (1xd), null when no saddle point was solved.
-