Description Usage Arguments Value
View source: R/Helper_Functions.R
This function provides the outlier probability of a pair of replicates described by (Delta=d, Zeta=z) using the joint method assuming the underlying data X_1 and X_2 follow independent and identically distributed exponential distributions.
1 | q_exp_sym(d, z, lambda)
|
d |
The absolute difference between two replicates |
z |
The coefficient of variation (CV) between two replicates |
lambda |
The (positive) parameter for the replicates's exponential distributions |
The joint probability of observing Delta <= d and Z >= z (if d < 0) or Delta >= d and Z >= z (if d >= 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.