Hello,
I think I found some inconsistency for the contents of the requested input of uq_createInput if one is interested in creating an input object with a lognormal distribution:
- If one wants to create the object by providing the values for the parameters for the distribution,
one can use for....Typethe values'Lognormal'or'LogNormal';. - If one want to create the object by providing sample values and performing afterwards statistical inference, such that
uq_createInputis callinguq_infer_marginalsone must use'LogNormal';. as value for....Type, see some recent post of me, but according to Section 2.1.2 of the UQLab user manuals on Statistical inference one should use'Lognormal'as value.
I suggest to get rid of this inconsistency, maybe by ensuring that uq_infer_marginals can also deal with the values 'Lognormal' and 'LogNormal' for …Type`.
Greetings
Olaf