JCL Help:PopulationVarianceAndMean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the variance and mean of the values assuming a population.


Pascal

 procedure PopulationVarianceAndMean(const X: TDynFloatArray; var Variance: Float; var Mean: 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.
var Variance: Float Receives the variance of the values.
var Mean: Float Receives the (arithmetic) mean of the values.


Description

PopulationVarianceAndMean calculates the variance and mean of the values assuming a population.


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