.TransiEnt.Basics.Functions.Dispersion

Information

1. Purpose of model

This function calculates the mean absolute deviation (MAD). The result is the mean of the data's absolute deviations around the mean.

2. Level of detail, physical effects considered, and physical insight

(Description)

3. Limits of validity

(Description)

4. Interfaces

(none)

5. Nomenclature

(no elements)

6. Governing Equations

(no equations)

7. Remarks for Usage

(none)

8. Validation

(no validation or testing necessary)

9. References

(no remarks)

10. Version History

(no remarks)

Interface

function Dispersion
  extends Icons.Function;
  import TransiEnt;
  input Real x[:] "Input Vector";
  output Real result "Result value";
end Dispersion;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos