ISmCensoredTruncatedRegression.Sigma

Fore Syntax

Sigma: Double;

Fore.NET Syntax

Sigma: double;

Description

The Sigma property returns sigma value.

Comments

Other results of sigma calculation (standard error, Z-statistics error, probability of Z-statistics error) are returned by the following properties: ISmCensoredTruncatedRegression.SigmaSE, ISmCensoredTruncatedRegression.SigmaZStatErr, and ISmCensoredTruncatedRegression.SigmaZStatProbErr.

Fore and Fore.NET Examples

The property use is given in the example for ISmCensoredTruncatedRegression.DistributionType.

See also:

ISmCensoredTruncatedRegression