- priorData
A "numeric"
vector which contains the prior information.
- data
A "numeric"
vector containing the observed data.
- s
A "numeric"
value which specifies the expert confidence in the prior knowledge.
This argument takes values on the interval [0, N], where N is the sample size, and is used
to synchronize the support of the prior knowledge and the sample.
- POTENTIAL_TYPE
A "character"
string, either MOP or MTE, corresponding to the type of basis function.
- domain
A "numeric"
vector which contains the bounding values to fit the function.
By default, it is the range of the data.
- coeffversion
A "numeric"
value between 1--4
which contains the used version for computing
the coefficients of the linear opinion pool to combine the prior function and the data function.
By default, coeffversion = "4"
is used, so the combination
depends on the goodness of the model versus another random model.
- restrictDomain
A logical value. This argument allows to choose if the domain is used joining both domains,
the prior one and the data domain or trimming them. By default, TRUE
is used, so
the domain will be trimmed.
- maxParam
A positive integer which indicates the maximum number of coefficients in the function.
If specified, the output is the function which gets the best BIC with, at most, this number of parameters.
By default, it is set to NULL
.