Package jline.api.infer
Class InferLqnResult
java.lang.Object
jline.api.infer.InferLqnResult
Result of an LQN parameter identification run (
InferLqn).
ahat holds the parameter estimate trajectory (np x nsteps).
Er is the RMS prediction error; Ea the RMS parameter
tracking error against the supplied ground truth (null when none is given),
as defined in Section 4 of the CASCON 2005 reference.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ahat
-
e
-
zpred
-
P
-
Phist
-
Er
public double Er -
Ea
-
a0
-
Q
-
R
-
P0
-
-
Constructor Details
-
InferLqnResult
public InferLqnResult()
-