Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create summary statistics for numeric data
Create a dataset of summary statistics for each column in a Dataset:
In[1]:= |
|
Out[1]= |
|
Summarize a list of associations:
In[2]:= |
|
Out[2]= |
|
Summarize a list of lists:
In[3]:= |
|
Out[3]= |
|
Summarize a single list:
In[4]:= |
|
Out[4]= |
|
Use StatisticsSummary on the values on the "Planets" dataset:
In[5]:= |
|
Out[5]= |
|
Use StatisticsSummary on the values in the "Fisher iris" dataset:
In[6]:= |
|
Out[6]= |
|
StatisticsSummary will ignore non-numeric data:
In[7]:= |
|
Out[7]= |
|
StatisticsSummary will only return a single unique mode:
In[8]:= |
|
Out[8]= |
|
Multimodal data or data whose elements are all unique will not return a value for the mode:
In[9]:= |
|
Out[9]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License