JCL Help:PopulationVariance
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PopulationVariance Function
Search in JCL Help
Search in all projects
Summary
Calculates the variance of the values assuming a population.
Pascal
function PopulationVariance(const X: TDynFloatArray): Float;
Parameters
Parameters | Description |
const X: TDynFloatArray | The array of values for which to calculate the variance. This array cannot be empty or an EMathError exception is raised. |
Return Value
The variance of the values in X.
Description
PopulationVariance calculates the variance of the values assuming a population.
About
Unit
Donator
ESB Consultancy
Notes
To calculate the standard deviation take the square root of the result of this function.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page