ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Statistical functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Statistical functions
The statistical functions are as follows:
StatAverageCalculates the arithmetic, geometric or harmonic mean for a series of values.
StatAverageDeviationCalculates the average deviation of values in relation to their arithmetic mean.
StatCorrelationCalculates the coefficient of correlation between two series of values.
StatCovarianceCalculates the covariance between two series of values.
StatErrorReturns the error number for the last error caused by a Statxxx function (statistical functions).
StatMaxCalculates the maximum value for a series of values.
StatMinCalculates the minimum value for a series of values.
StatStandardDeviationCalculates the standard deviation for a series of values.
StatStandardDeviationPCalculates the standard deviation for a full series of values.
StatSumCalculates the sum for a series of values.
StatVarianceCalculates the variance for a series of values.
StatVariancePCalculates the variance for a full series of values.
Related Examples:
The Stat functions Unit examples (WINDEV): The Stat functions
[ + ] Using the main functions for statistical calculations (using matrices):
- Calculate a sum of values
- Calculate a mean of values
- Find the minimum value in a set of values
- Find the maximum value in a set of values
The Stat functions Unit examples (WINDEV Mobile): The Stat functions
[ + ] Using the main functions for statistical calculations (using matrices):
- Calculate a sum of values
- Calculate a mean of values
- Find the minimum value in a set of values
- Find the maximum value in a set of values
The Stat functions Unit examples (WEBDEV): The Stat functions
[ + ] This example presents the main functions for statistical calculations (using matrices) of WEBDEV and it allows you to:
- Calculate a sum of values
- Calculate an average of values
- Find the minimum value in a series of values
- Find the maximum value in a series of values
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help