Defines which model to use in the following and sets depending on this decistion some global model-dependent functions. This function is unly needed when using lower leverl functions of the package such as d.sum.of.mixtures which does not have its own model selection input.
set.model.functions(model)model for which one wishes to estimate the parameters: "LN-LN", "rLN-LN" or "EXP-LN"
Loads all model-specific functions and directs the general function to the model specific function, wich is the same but with the endings .LNLN, .rLNLN, and .EXPLN.