ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Statistical functions
  • Overview
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
Overview
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations.
The statistics are calculated from matrices. The values taken into account for calculating the statistics are the values of the elements found in a matrix. The series of values correspond to a row (or a column) of the matrix.
For example, the values of row 1 for this matrix are 3, 2, 4, 5 and 6.
Values of row 1 of matrix
Related Examples:
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
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
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