Opened 9 years ago
Closed 8 years ago
#769 closed request (fixed)
class calculating likelihood ratio test for binomial models
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.12 |
Component: | statistics | Version: | |
Keywords: | Cc: |
Description
The calculation is straightforward for the individual ML and the joint one with condition p1==p2. Possibly we should add a p-value using Wilk's theorem (for large samples).
Possibly one could also add a weighted version, which in this context means a "fuzzy binomial", i.e., one is not sure want the coin toss showed but believes it be be tail with 90% certainty. Not sure how the math works out in that case though, so will start with unweighted case. Just mention the weighted case so the interface is designed with that in mind.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → assigned |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3134]) refs #769 skeleton for new class LoglikelihoodRatioTestBinomial? (not yet functional).