Excerpt |
---|
This example describes how to generate random array (list) data and then to apply |
...
statistical functions specifically created for arrays. |
...
Functions:
D generate list excerpts | ||
---|---|---|
|
Also:
D generate list excerpts | ||
---|---|---|
|
Source:
For this example, you can generate some randomized data using the following steps. First, you need to seed an array with a range of values using the RANGE function:
...
Since all values are unique within an individual array, there is no most common value in any of them, which yields empty values for the arrayMode
column.
D s also | ||
---|---|---|
|