CrossSectionSD: Double;
The CrossSectionSD property returns the standard deviation of group errors.
This property is relevant if a model with random effects is calculated, that is: ISmPooledModel.CrossSection = PooledModelCrossSectionType.RandomEffect.
To get idiosyncratic standard deviation, use the ISmPooledModel.IdiosyncraticSD property.
The property use is given in the example for ISmPooledModel.RandomEffectsMethod.
See also: