ISmPooledModel.IdiosyncraticSD

Fore Syntax

IdiosyncraticSD: Double;

Fore.NET Syntax

IdiosyncraticSD: double;

Description

The IdiosyncraticSD property returns idiosyncratic standard deviation.

Comments

This property is relevant if a model with random effects is calculated, that is: ISmPooledModel.CrossSection = PooledModelCrossSectionType.RandomEffect.

To get standard deviation of group errors, use the ISmPooledModel.CrossSectionSD property.

Fore and Fore.NET Examples

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

See also:

ISmPooledModel