Returns the lower confidence limit for the mean.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double LowerCIMean { get; }
Visual Basic (Declaration)
Public ReadOnly Property LowerCIMean As Double
Visual C++
public:
property double LowerCIMean {
	double get ();
}

Field Value

A double containing the lower confidence limit for the mean.

See Also