ISmPooledModel.CrossSectionSD

Fore Syntax

CrossSectionSD: Double;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISmPooledModel