IMSL C# Numerical Library

NormTwoSample.LowerCIDiff Property

The lower confidence limit for the mean of the first population minus the mean of the second for equal or unequal variances.

public double LowerCIDiff {get;}

Property Value

A double containing the lower confidence limit for the mean of the first sample minus the mean of the second sample.

Remarks

If UnequalVariances is true then the lower confidence limit for unequal variances will be returned.

See Also

NormTwoSample Class | Imsl.Stat Namespace