website logo
๐Ÿ”ญOverview
๐Ÿ’ผPlatform Actions
๐Ÿ’œIntegrations
๐ŸงฐCustom Actions
๐Ÿ› ๏ธDeveloper's Guide
Navigate through spaces
โŒ˜K
๐Ÿ“•Call API
๐Ÿ“•Generate Document
๐Ÿ“•Call Subprocess
๐Ÿ“•Decisional
โš“Decisional Further Reading
๐Ÿ“•Join
๐Ÿ“•Delay
๐Ÿ“•For Each
๐Ÿ“•Throw
๐Ÿ“•Get File Data
๐Ÿ“•Map Process Data
โœ‰๏ธSend Email
๐Ÿ“ฌInbound email
๐Ÿ“Database
๐Ÿ“Documents
๐Ÿ“DateTime
๐Ÿ“FTP/sFTP
๐Ÿ“Json
๐Ÿ“XPath
๐Ÿ“Lists
๐Ÿ“Numerical
๐Ÿ“Strings
๐Ÿ“Converters
๐Ÿ“Excel
๐Ÿ“Scripting
๐Ÿ“Utilitary
๐Ÿ“Pdf
โค๏ธCommunity-Made
๐Ÿ“Beta
Docs powered by
Archbee
Community-Made

List Variance

10min

This action computes the variance, which measures the amount of variation or dispersation in a sample of data points.

Document image
๏ปฟ

Inputs & Outputs

  • [ I ] List of numbers: Double (List) representing data points for computing the variance.
  • [ O ] Variance: Double (Single Value) representing the statistical measure of variability in the data set obtained from the input list.
Document image
๏ปฟ

The List Variance action uses the Sample Variance formula:

Document image
๏ปฟ

Example Usage

  • Drag the List Variance action from the Community-Made folder to the canvas.
Document image
๏ปฟ
  • Declare the variables to be used with the List Variance action.
Document image
๏ปฟ
  • Assign the newly created variables.
  • Save & Run the process and then Check Instance to see the output.
Document image
๏ปฟ

Use Cases

  • In market research, you may use the List Variance action to analyze survey data related to consumer preferences or behavior. By understanding the variation in responses, you can tailor your marketing strategies and product offerings to specific target audiences, making informed decisions to improve your business performance.

Tips

  • If you have a sample of data from a larger population, you should use the List Variance action to correct for the bias introduced by using a smaller sample, this action is best used when dealing with a limited set of data. If you are dealing with a full population (i.e., you have data for every member of the population), you should NOT use the List Variance action.

Creator

  • Franck - The Productivity Lab๏ปฟ

๏ปฟ

Updated 31 Aug 2023
Did this page help you?
PREVIOUS
List Standard Deviation
NEXT
List Mode
Docs powered by
Archbee
TABLE OF CONTENTS
Inputs & Outputs
Example Usage
Use Cases
Tips
Creator
Docs powered by
Archbee