v1.6.0+
Status: | effective |
Progress: | 95% |
Version: | 1.6.0+ |
Help:Product format
From semantic-mediawiki.org
Product format | |
---|---|
Displays the product of all queried numerical data | |
Further Information | |
Provided by: | Extension "Semantic Result Formats" |
Added: | 1.6.0 |
Removed: | still supported |
Requirements: | none |
Format name: | product |
Enabled? Indicates whether the result format is enabled by default upon installation of the respective extension. | yes |
Authors: | Jeroen De Dauw |
Categories: | math |
Table of Contents | |
Contents |
The result format product, part of the Extension "Semantic Result Formats" extension, can be used to display the product of all numerical values in the result.
Parameters[edit]
This result format does not provide format specific parameters.
Example[edit]
A simple example - display the volume of some shape based on width, height and depth properties:
{{#ask: [[My favourite beam]] |?Has width |?Has height |?Has depth |format=product }}
See also[edit]
Page | Format | Description | Provided by | Added in | Enabled |
---|---|---|---|---|---|
Average format | average | Displays the average of all queried numerical data | Semantic Result Formats | 1.4.2 | true |
Count format | count | Returns just the number of results, instead of the results themselves. | Semantic MediaWiki | 0.7 | true |
Interquartilemean format | interquartilemean | Calculates the interquartile mean in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Interquartilerange.exc format | interquartilerange.exc | Calculates the interquartile range in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Interquartilerange format | interquartilerange | Calculates the interquartile range in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Max format | max | Displays the maximum of all queried numerical data | Semantic Result Formats | 1.4.2 | true |
Median format | median | Displays the median of all queried numerical data | Semantic Result Formats | 1.6.0 | true |
Min format | min | Displays the minimum of all queried numerical data | Semantic Result Formats | 1.4.2 | true |
Mode format | mode | Displays the value appearing most often in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Product format | product | Displays the product of all queried numerical data | Semantic Result Formats | 1.6.0 | true |
Quartillower format | quartillower | Calculates the lower quartile in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Quartillower.exc format | quartillower.exc | Calculates the lower quartile in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Quartilupper format | quartilupper | Calculates the upper quartile in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Quartilupper.exc format | quartilupper.exc | Calculates the upper quartile in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Samplestandarddeviation format | samplestandarddeviation | Calculates the samplestandarddeviation in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Standarddeviation format | standarddeviation | Calculates the standarddeviation in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Sum format | sum | Displays the sum of all queried numerical data | Semantic Result Formats | 1.4.2 | true |
Variance format | variance | Displays the variance in queried numerical data | Semantic Result Formats | 3.2.0 | true |
Samplevariance format | samplevariance | Displays the sample variance in queried numerical data | Semantic Result Formats | 3.2.0 | true |