OCLOperators average
(Adding template at the end of the page)
m ((username removed) (log details removed))
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Given a list of numbers calculates the mean value
<message>Write the content here to display this box</message>
{{Edited|July|12|2024}}
 
Given a collection of numbers, average returns the mean value.
 
{| class="wikitable"
|+
!OCL Operation
!Result
|-
|Bag{1,2,3}->average
|2
|-
|Set{1,2,4,5,7,6}->average
|4.16666666666667
|}

Latest revision as of 06:03, 24 September 2024


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

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