OCLOperators average
(Replacing message template with parser tag)
No edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
Given a list of numbers calculates the mean value
 
{{Edited|July|12|2024}}
Given a collection of numbers, average returns the mean value.
 
{| class="wikitable"
|+
!OCL Operation
!Result
|-
|Bag{1,2,3}
|2
|-
|Set{1,2,4,5,7,6}
|4.16666666666667
|}

Revision as of 02:13, 21 September 2024


Given a collection of numbers, average returns the mean value.

OCL Operation Result
Bag{1,2,3} 2
Set{1,2,4,5,7,6} 4.16666666666667
This page was edited 0 days ago on 09/24/2024. What links here