q_exp_asym: Outlier Probability Under Asymmetric Exponential Assumption...

Description Usage Arguments Value

View source: R/Helper_Functions.R

Description

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 exponential distributions with different parameters.

Usage

1
q_exp_asym(d, z, lambda_1, lambda_2)

Arguments

d

The absolute difference between two replicates

z

The coefficient of variation (CV) between two replicates

lambda_1

The (positive) parameter for the first replicate's exponential distribution

lambda_2

The (positive) parameter for the second replicate's exponential distribution

Value

The joint probability of observing Delta <= d and Z >= z (if d < 0) or Delta >= d and Z >= z (if d >= 0)


matthew-seth-smith/replicateOutliers documentation built on Jan. 24, 2020, 9:34 p.m.