Thank you Cora. That worked!
I couldn’t find this information in the Mimi documentation or User Guide. I am not a programmer, just a user, so much of the jargon is difficult to understand.
Can you please point me to where in the documentation;
- That vector are defined by ( ) brackets
- That tuples are defined by brackets
- That arguments to the EmpiricalDistribution need to be vectors ?
- Is there documentation for EmpiricalDistribution ?
I read the Mimi user guide Home · Mimi.jl
and didn’t find the information there.
The help: ?EmpiricalDistribution gives no useful information, just;
No documentation found.
Mimi.EmpiricalDistribution
is of typeUnionAll
.
I also searched the Julia Language site Julia Documentation · The Julia Language
and didn’t find anything showing the rules for vectors, tuples and Ntules.
What documentation am I missing?