Command Reference : Function Reference : Function Reference: S
  
 
@stdevs
 
Sample standard deviation (d.f. adjustment).
Square root of sample (d.f. adjusted) Pearson product moment variance.
Syntax: @stdevs(x, [s])
x: series, vector, matrix
s: (optional) sample string or object when x is a series and assigning to a series
Return: number
Equivalent to @stdev.
For series calculations, EViews will use the current or specified workfile sample.
Examples
x = @nrnd
= @stdevs(x)
returns a value near 1 in large samples.
Cross-references
See also @stdev, @stdevp, and @vars.