- samples
List of the two samples, each one following the mixture distribution given by l = p*f + (1-p)*g,
with f and p unknown and g known.
- admixMod
An object of class admix_model, containing useful information about distributions and parameters.
- conf_level
The confidence level, default to 95 percent. Equals 1-alpha, where alpha is the level of the test (type-I error).
- est_method
Estimation method to get the component weights, either 'PS' (Patra and Sen estimation) or 'BVdk'
(Bordes and Vendekerkhove estimation). Choosing 'PS' requires to specify the number of bootstrap samples.
- ask_poly_param
(default to FALSE) If TRUE, ask the user to choose both the order 'K' of expansion coefficients in the
orthonormal polynomial basis, and the penalization rate 's' involved on the penalization rule for the test.
- K
(K > 0, default to 3) If not asked (see the previous argument), number of coefficients considered for the polynomial basis expansion.
- s
(in ]0,1/2[, default to 0.25) If not asked (see the previous argument), rate at which the normalization factor is set in
the penalization rule for model selection (in ]0,1/2[). Low values of 's' favors the detection of alternative hypothesis.
See reference below.
[, default to 0.25) If not asked (see the previous argument), rate at which the normalization factor is set in
the penalization rule for model selection (in ]: R:,%20default%20to%200.25)%20If%20not%20asked%20(see%20the%20previous%20argument),%20rate%20at%20which%20the%20normalization%20factor%20is%20set%20in%0A%20%20%20%20%20%20%20%20%20%20the%20penalization%20rule%20for%20model%20selection%20(in%20
- nb_echBoot
(default to 100) Number of bootstrap samples, useful when choosing 'PS' estimation method.
- support
Support of the probability distributions, useful to choose the appropriate polynomial orthonormal basis. One of 'Real',
'Integer', 'Positive', or 'Bounded.continuous'.
- bounds_supp
(default to NULL) Useful if support = 'Bounded.continuous', a list of minimum and maximum bounds, specified as
following: list( list(min.f1,min.g1,min.f2,min.g2) , list(max.f1,max.g1,max.f2,max.g2) )
- ...
Optional arguments to estim_BVdk or estim_PS, depending on the chosen argument 'est_method' (see above).