Name: | perl-Statistics-ChiSquare |
---|---|
Version: | 1.0000 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 71885 |
License: | (GPLv2 or Artistic) and CC-BY-SA |
RPM: | perl-Statistics-ChiSquare-1.0000-2.el7.noarch.rpm |
Source RPM: | perl-Statistics-ChiSquare-1.0000-2.el7.src.rpm |
Build Date: | Mon Jun 28 2021 |
Build Host: | 547a2418ff5b41a7a18da1ceb13c052a |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Statistics-ChiSquare |
Summary: | How well-distributed is your data? |
Description: | Suppose you flip a coin 100 times, and it turns up heads 70 times. Is the coin fair? Suppose you roll a die 100 times, and it shows 30 sixes. Is the die loaded? In statistics, the chi-square test calculates how well a series of numbers fits a distribution. In this module, we only test for whether results fit an even distribution. It doesn't simply say "yes" or "no". Instead, it gives you a confidence interval, which sets upper and lower bounds on the likelihood that the variation in your data is due to chance. |
- Fix license tag to account for CC-BY-SA data table (#1967876)
- Initial RPM version