Package jline.api.mc
Class Ctmc_saddlepoint.SaddlepointResult
java.lang.Object
jline.api.mc.Ctmc_saddlepoint.SaddlepointResult
- Enclosing class:
- Ctmc_saddlepoint
Result of a saddlepoint evaluation, one entry per (t,k) pair.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]The Perron amplitude g(theta*).final double[]The bracket multiplying the leading term.final double[]eta''(theta*).final double[]eta'(theta*), equal to k/t at convergence.final double[]eta(theta*).final boolean[]True where the value was computed exactly rather than approximated.final int[]Newton steps taken.final double[]K2 = t*eta''(theta*), the expansion parameter.final doubleThe stationary event rate eta'(0).final double[]Its natural logarithm, accurate below the smallest positive double.final double[]Approximation of Pr{N(t)=k}.final double[]The saddle theta*, -Infinity where k=0. -
Method Summary
-
Field Details
-
p
public final double[] pApproximation of Pr{N(t)=k}. -
logp
public final double[] logpIts natural logarithm, accurate below the smallest positive double. -
theta
public final double[] thetaThe saddle theta*, -Infinity where k=0. -
eta
public final double[] etaeta(theta*). -
deta
public final double[] detaeta'(theta*), equal to k/t at convergence. -
d2eta
public final double[] d2etaeta''(theta*). -
ampl
public final double[] amplThe Perron amplitude g(theta*). -
corr
public final double[] corrThe bracket multiplying the leading term. -
k2
public final double[] k2K2 = t*eta''(theta*), the expansion parameter. -
iter
public final int[] iterNewton steps taken. -
exact
public final boolean[] exactTrue where the value was computed exactly rather than approximated. -
lambda
public final double lambdaThe stationary event rate eta'(0).
-