Changes between Version 5 and Version 6 of Ticket #461, comment 7


Ignore:
Timestamp:
Feb 6, 2013, 8:29:24 AM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #461, comment 7

    v5 v6  
    77 * A !JavaScript utility file `boxplot.js` in `reggie/resources/`. The utility file will take statistics data in JSON format as input and create a boxplot in an HTML 5 canvas element.
    88 * JSP script `index.jsp` in `reggie/resources/` is updated in section "Reggie reports" by having sub-header "Report generator" renamed "Sample source report" and addition of a new sub-header "Sample processing report", with an item "SCAN-B quarter/month report".
     9
     10Statistics calculation:
     11
     12 * Percentiles will be calculated by linear interpolation between values for nearest items, in case no item exactly corresponds to the percentile.
     13 * Statistics for a quantity will only be performed if at least 5 items exist for the time period in question.
    914
    1015In order to create the statistics, a quantity value and an associated date must be selected for each chart type. In some cases, the choice is straight forward, while in other more than one option is available. The following table shows the quantity values and dates that are used in the first preliminary version of the report. The status column shows a comment on how well the generated plot and displayed data reproduce the printed plots created by the original procedure using the R script.