Difference between revisions of "LIST STAT MEDIAN"

From Second Life Wiki
Jump to navigation Jump to search
m
m (<lsl> tag to <source>)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=4
|value=4
|desc=Calculates the median number in the list. The median is the number for which half the values are less and half are greater. For example, the median of [1,1,1,2,1000,1000,1000] is 2, while the mean is 429.3.
|desc=Calculates the median number in the list.
<source lang="lsl2">
float median = llListStatistics( LIST_STAT_MEDIAN, numList );
</source>
The median is the number for which half the values are less and half are greater. For example, the median of [1,1,1,2,1000,1000,1000] is 2, while the mean is 429.3.
|pa=
|pa=
|text=
|text=

Latest revision as of 15:57, 23 January 2015