Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Student's t Distribution Examples

Calculating confidence intervals on the mean with the Students-t distribution
Testing a sample mean for difference from a "true" mean
Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test
Comparing the means of two samples with the Students-t test
Comparing two paired samples with the Student's t distribution

PrevUpHomeNext