ECOFF_t_mixture: Computes ECOFF for given parameter values

Description Usage Arguments Value Author(s) See Also

Description

computes ECOFF for given paramter values. Returns group index (integer scalar within [1,k], ECOFF (numeric scalar))

Usage

1
2
ECOFF.t.mixture(par=NULL, pi=NULL, mu=NULL, s=NULL, df=NULL,
                            quantile=0.01, pi_cutoff = 0.2)

Arguments

par

Matrix of parameters (nmeric 4xK - matrix); may also be delivered separately.

pi

Mixture proportions (numeric vector of length K > 0; sum(pi) = 1, entries non-negative!)

mu

Component medians (numeric vector of length K)

s

Component sigma's (numeric vector of length K; entries positive.)

df

Component degrees of freedom (numeric vector of length K; entries positive)

quantile

Cut-off value (numeric scalar within (0,1))

pi_cutoff

Lower bound for groupsize of 'wild type' (numeric scalar within (0, 1))

Value

result: group index (integer scalar within [1, K], ECOFF (numeric scalar))

Author(s)

Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann

See Also

qt.mixture


sp2019-antibiotics/Team-Student documentation built on Nov. 5, 2019, 9:13 a.m.