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 (and possibly identically distributed) GG distributions. We use the parameterization used by the R package flexsurv, given by Kotz and Johnson (1970).
1 | f_gg(d, z, a_1, b_1, c_1, a_2, b_2, c_2)
|
d |
The absolute difference between two replicates |
z |
The coefficient of variation (CV) between two replicates |
a_1 |
The parameter alpha > 0 in the GG distribution for X_1 |
b_1 |
The parameter beta > 0 in the GG distribution for X_1 |
c_1 |
The parameter c > 0 in the GG distribution for X_1 |
a_2 |
The parameter alpha > 0 in the GG distribution for X_2 |
b_2 |
The parameter beta > 0 in the GG distribution for X_2 |
c_2 |
The parameter c > 0 in the GG distribution for X_2 |
The joint PDF of observing Delta = d and Zeta = z, to be integrated to get useful probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.