Related Experiment Video
Updated: May 29, 2026

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER
Published on: June 23, 2012
Combining independent, weighted P-values: achieving computational stability by a systematic expansion with
1National Center for Biotechnology Information, National Library of Medicine, National Institutes of Health, Bethesda, Maryland, United States of America.
This study introduces a stable numerical method for combining P-values, crucial for integrating scientific data across disciplines. The approach ensures accurate statistical analysis even with unequal or degenerate weights, enhancing reliability in research.
Area of Science:
- Cross-disciplinary scientific research
- Statistical analysis
- Data integration
Background:
- Increasing availability of scientific data necessitates robust methods for combining assessments.
- P-values serve as a method-independent standard for evaluating information reliability.
- Existing methods like Good's formula and Fisher's method have limitations with unequal or degenerate weights.
Purpose of the Study:
- To develop a numerically stable method for combining P-values from multiple groups with varying weights.
- To address the issue of computational instability when weights are nearly degenerate.
- To provide a general framework for P-value combination that encompasses existing methods.
Main Methods:
- Derivation of a controlled expansion for combined P-value computation.
- Analysis of the probability distribution function for the general case of P-value combination.
- Development of a C++ program for stable computation of combined P-values.
Main Results:
- A novel, systematic approach for combining P-values that ensures numerical stability.
- The derived formula accurately computes combined P-values, even with degenerate weights.
- The general formula reduces to Good's and Fisher's methods as special cases.
Conclusions:
- The proposed method offers a reliable and stable solution for combining P-values across diverse scientific fields.
- This approach enhances the accuracy of statistical analysis when integrating heterogeneous data.
- A downloadable C++ program is available to facilitate the application of this method.
Related Concept Videos
Decision Making: P-value Method
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim is also stated. These statements can act as null and alternative hypotheses: a null hypothesis would be a neutral statement while the alternative hypothesis can have a...
Bonferroni Test
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
P-value
P-value stands for the probability value. P-value is the probability that, if the null hypothesis is true, the results from another randomly selected sample will be as extreme or more extreme as the results obtained from the given sample.
A large P-value calculated from the data indicates to not reject the null hypothesis. But a higher P-value does not mean that the null hypothesis is true. The smaller the P-value, the more unlikely...
Testing a Claim about Population Proportion
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
Testing a Claim about Standard Deviation
The hypothesis testing for the claim of population standard deviation (or variance) requires the data and samples to be random and unbiased. The population distribution also must be normal. There is no specific requirement on the sample size as the estimation is based on the chi-square distribution.
As a first step, the hypothesis (null and alternative) concerning the claim about...
Accuracy and Errors in Hypothesis Testing
In hypothesis testing, the probability of making a Type I error, denoted as α, is commonly set at 0.05. This significance level indicates a 5% chance...

