JCL Help:SampleVariance
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: SampleVariance Function
Search in JCL Help
Search in all projects
Summary
Returns the variance of the value assuming a sample.
Pascal
function SampleVariance(const X: TDynFloatArray): Float;
Parameters
Parameters | Description |
const X: TDynFloatArray | The array for which to calculate the sample variance. This array cannot be empty or an EMathError exception is raised. |
Return Value
The sample variance of the values.
Description
SampleVariance returns the variance of the value assuming a sample.
About
Unit
Donator
ESB Consultancy
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