Initialize the insurance contract parameters from the passed arguments. Arguments not given are left unchanged. If no existing parameter structure is given, an empty (i.e. all NULL entries) structure is used.
InsuranceContract.ParametersFill(
params = InsuranceContract.ParameterStructure,
costs = NULL,
minCosts = NULL,
...
)
Initial values of the insurance contract parameters. (default: empty parameter structure)
Values for any of the entries in the insurance contract
parameter structure. These values take precedence over the
initial parameters provided in params
.