JCL Help:SampleVariance

From Project JEDI Wiki
Jump to navigationJump to search


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

JclStatistics


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