Package org.statcato.dialogs.stat.ci

Provides classes for dialogs pertaining to confidence interval calculations.

See:
          Description

Class Summary
CI1PopMeanDialog A dialog for creating confidence intervals for one population mean, given the confidence level and whether the population standard deviation is known or unknown.
CI1PopPropDialog A dialog for creating confidence intervals for one population proportion, given the confidence level.
CI1PopVarDialog A dialog for creating confidence intervals for one population variance, given the confidence level.
CI2PopMeanDialog A dialog for creating confidence intervals for two population means, given the confidence level, population standard deviations (if known), and whether population variances are assumed equal.
CI2PopPropDialog A dialog for creating confidence intervals for two population proportions, given the confidence level.
CI2PopVarDialog A dialog for creating confidence intervals for two population variances, given the confidence level.
CIMatchedPairsDialog A dialog for creating confidence intervals for matched pairs, given the confidence level.
 

Package org.statcato.dialogs.stat.ci Description

Provides classes for dialogs pertaining to confidence interval calculations.

Since:
1.0