Package jline.api.lti
Class WeeksParams
java.lang.Object
jline.api.lti.WeeksParams
A Laguerre expansion: the exponential damping, the time scaling and the
coefficients they were computed at.
The three travel together on purpose. Evaluating a coefficient set at any
other (sigma, b) silently returns a different function, so
Laplace_invert.laplace_invert_weeks(jline.api.lti.WeeksParams, double) takes this object rather than
three loose numbers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sigma
public final double sigmaExponential damping applied before the expansion. -
b
public final double bTime scaling applied before the expansion. -
q
public final double[] qLaguerre coefficients q_n, n = 0..2*p0-1.
-
-
Constructor Details
-
WeeksParams
public WeeksParams(double sigma, double b, double[] q)
-