ISmPooledModel.IdiosyncraticSD

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.

Example

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

See also:

ISmPooledModel