Command Reference : Function Reference : Function Reference: K
  
 
@kurtsby
Kurtoses for each specified group.
Syntax: @kurtsby(x, y[y1, y2, ... yn, s])
x: series
y...yn: series, alpha
s: (optional) sample string or object
Return: series
Returns the kurtoses of x for each group defined by distinct values of the y.
EViews will use the current or specified workfile sample.
Examples
show @kurtsby(x, g1, g2)
produces a linked series of the by-group sample kurtoses of the series x, where members of the same group have identical values for both g1 and g2.
Cross-references
See also @skewsby.