Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
12/18/14 12:49:36 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2031, comment 68

    initial v1  
    55
    66> mkommends review comments:
    7 >
    8 > * Statistical Testing View:
    9 >   * Check if icons are correct. The label should also change according to the icon and should be also displayed for the tests and not only for normal distribution test
    10 >   * ~~Add links in help view that describe the used algorithms in detail~~
    11 >   * ~~Adjusted p-values are sometimes equal to p-values. Check if this is correct~~
    12 >   * t-Test values should be gray when used with data that is not normally distributed
    13 >   * ~~For the normal distribution check, a check mark should only be given if all are normally distributed~~
    14 >   * ~~Inherit StringConvertibleMatrixView and fix the column with or adjust to length of values~~
    15 >   * ~~If an error occurs and the "not enough samples" dialog is shown, the loading bar is not hidden afterwards~~
    16 >   * ~~If possible, a kernel density curve should also be displayed in the histogram~~
    17 >   * ~~Check t-test for one/two sided~~
    18 >
    19 > * ~~Correlations View:~~
    20 >   * ~~Should display the values as matrix, the method should be chooseable~~
    21 >   * ~~Sort inside results and parameters~~
    22 >
    23 > * ~~Chart Analysis View:~~
    24 >   * ~~Percentiles seem to be switched~~
    25 >   * ~~Change Relativ Error to Average Relative Error~~
    26 >   * ~~log values should be removed from data table~~
    27 >   * ~~avg/upper/lower values should be descriped in the help text~~
    28 >   
    29 > * ~~Sample Size Influence View~~
    30 >   * ~~add help text~~
    31 >   * ~~used draw without putting back from StatisticsEnumerable~~
    32 
    33 > * On trunk integration, move algorithms to Analysis plugin, create an own plugin for the views
     7> ...