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
Calculates the error number of the last error caused by a Statxx function (statistical functions).
// Identify the type of error
ResError = StatError()
Syntax
<Result> = StatError()
<Result>: Integer
Number of the last error caused by a statistical function:
0No errorAll the functions
1Empty matrixAll the functions
2At least two values is required in the matrix row or in the matrix columnStatVariance,
StatAverageDeviation
3Negative geometric meanStatAverage,
StatStandardDeviation
4Division by zeroStatAverage,
StatCorrelation
5The matrix does not exist or the limit values are exceededAll the functions
Remarks
To get more details on the error, use ErrorInfo with the errMessage constant.
Business / UI classification: Neutral code
Component: wd290mat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help