Open Hrovatin opened 3 years ago
You can also start a PR onto dev just fixing this doc string!
The same thing is written for multiple tests. I think it may need to be corrected for all of them, but not sure. - This may depend on one of the functions called within the test functions. Is there a way to unify doc strings in this case or must it be corrected/maintained one by one?
At the end I just corrected the individual doc strings to keep doc formatting consitent across the params of functions. Should be in #192
In wald test it says that: "constraints_loc: Array with constraints in rows and model parameters in columns. Each constraint contains non-zero entries for the a of parameters that has to sum to zero. " However, when I try to parse constraints as they are within wald it actually seems that constraints should be params*constraints with columns summing to 0 on constrained parameters.
Can you clarify this in the doc string?