Description Usage Arguments Value
View source: R/Helper_Functions.R
This function is the joint CDF of Delta and Zeta assuming the underlying data X_1 and X_2 follow independent exponential distributions with different parameters.
1 | F_exp_asym(d, z, lam_1, lam_2)
|
d |
The aboslute difference between two replicates |
z |
The coefficient of variation between two replicates |
lam_1 |
The (positive) parameter for the first replicate's exponential distribution |
lam_2 |
The (positive) parameter for the second replicate's exponential distribution |
The joint probability of observing Delta <= d and Z <= z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.