ISmPooledModel.CrossSectionSD

Syntax

CrossSectionSD: Double;

Description

The CrossSectionSD property returns the standard deviation of group errors.

Comments

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.

Example

The property use is given in the example for ISmPooledModel.RandomEffectsMethod.

See also:

ISmPooledModel