Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2031, comment 42


Ignore:
Timestamp:
12/01/14 22:11:29 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2031, comment 42

    initial v1  
    11Some things to note:
    2 - I have implemented most of your reviewing comments where it was possible (e.g. the charting changes were not possible).
     2- I have implemented most of your reviewing comments where it was possible (~~e.g. the charting changes were not possible~~).
    33- At the moment this is one big plugin. On trunk integration, the views should go to Optimization.Views, the icon to Common.Resources and the additional EnumerableStatisticsExtensions to Common. If the rest of the code is an own plugin or should also go to Common is something we should discuss.
    44- I have implemented the estimation of sample sizes as described in several sources. There are 2 types (one "normal" and one for large sample sizes). In my opinion the first one always underestimates the necessary sample sizes, the other one always overestimates sample sizes. I think the problem (though this seems to be no problem in textbooks) is that we do not have an estimator for the variance and confidence intervals. I will have a look into this but I still want to give you the ticket now as everything else is ready for review.