Command Reference : Function Reference : Function Reference: V
  
 
@varp
 
Population variance (no d.f. adjustment).
Population (non-d.f. adjusted) Pearson product moment variance.
Syntax: @varp(x, [s])
x: series, vector, matrix
s: (optional) sample string or object when x is a series and assigned to a series
Return: number
The population variance is calculated as
where is the mean of .
Equivalent to @var.
For series calculations, EViews will use the current or specified workfile sample.
Examples
If x = @rnd, then
= @varp(x)
will return a value close to 1/12 in large samples.
Cross-references
See also @var, @vars, and @stdevp.