Returns the variance population of the values in column-name (the square of the standard deviation population).
The variance population function uses the n, absolute, method.
This function calculates variance using the formula shown below:

Syntax:
►►─── VARP ── (column-name) ──────────────────────────────────────────────────►◄
Invocation names:
VARP
Parameters:
Specifies the list of values on which the variance population is calculated.
Example:
The variance function in this example displays the variance population between the rows in SALARY-MANAGER:
select varp(salary-manager) as 'SALARY VARP' from employee group by job-id
|
Copyright © 2013 CA.
All rights reserved.
|
|