#29 closed defect (fixed)
Factor 2 missing in the Gaussian constraint likelihood penalty term
Reported by: | Mark Whitehead | Owned by: | Mark Whitehead |
---|---|---|---|
Priority: | major | Milestone: | v2r2 |
Version: | v2r0 | Keywords: | |
Cc: |
Description
Currently we have ( x-mu )2 / sigma2 which is correct to apply to -2lnL... but we apply to lnL
It should therefore be corrected to be ( x-mu )2 / 2*( sigma2 )
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 11 years ago by
Milestone: | → v2r2 |
---|---|
Version: | → v2r0 |
Note: See
TracTickets for help on using
tickets.
(In [109]) Fixed the Gaussian constraint likelihood penalty term. closes #29