Products Downloads


French version


 

This function returns the population variance defined by the number sequence.

The sequence must not be empty.

 

Parameters

Number sequence

seqValues

Number sequence

Mandatory

 


For example

<#assign seqValues = [1.1, 0.5, -5.89]/>
${ hardisCore.populationVariance(seqValues) }