Class InferLqnResult

java.lang.Object
jline.api.infer.InferLqnResult

public class InferLqnResult extends Object
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.

Copyright (c) 2012-2026, Imperial College London. All rights reserved.
  • Field Details

  • Constructor Details

    • InferLqnResult

      public InferLqnResult()