.TRANSFORM.Math.mean

Information

Returns the mean or average of the array

y = sum(x)/n where n is length of x array

Interface

function mean
  extends TRANSFORM.Icons.Function;
  input Real x[:];
  output Real y;
end mean;

Generated at 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos