Base class of ekf-system functions
partial function ekfSystemBase2 extends Modelica.Icons.Function; import Modelica; import Modelica_LinearSystems2; input Real x[:] "Estimated vector at instant k"; output Real x_new[size(x, 1)] "Modeled mean"; end ekfSystemBase2;