You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that I have a unit vector of groupSizes in my model XML. I was confounded since it is stated that the value should be taxa_n // 10 (except in extreme cases, of course), and the input has the estimate="false" attribute. Only when I read the source code, I noticed comments explaining that it is okay and the appropriate default values are calculated during the initialisation, but it is not obvious from the "Help me choose" description.
if (eventsCovered == 0 || eventsCovered == paramDim2) {
// For these special cases we assume that the XML has not// specified initial group sizes// or has set all to 1 and we set them here automatically...
Best regards,
The text was updated successfully, but these errors were encountered:
MordorianGuy
changed the title
Might it be useful & explicit to specify that
Might it be useful & explicit to specify in "Help me choose" that the default unestimated unit vector of groupSizes in XML is okay?
Sep 10, 2023
I noticed that I have a unit vector of
groupSizes
in my model XML. I was confounded since it is stated that the value should betaxa_n // 10
(except in extreme cases, of course), and the input has theestimate="false"
attribute. Only when I read the source code, I noticed comments explaining that it is okay and the appropriate default values are calculated during the initialisation, but it is not obvious from the "Help me choose" description.Best regards,
The text was updated successfully, but these errors were encountered: