Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 12 and Version 13 of Ticket #2597


Ignore:
Timestamp:
05/03/16 09:48:33 (8 years ago)
Author:
pfleck
Comment:

r13823:

  • Added new interface IConfidenceBoundRegressionModel and IConfidenceBoundRegressionSolution for regression models/solutions that support confidence information on estimated samples.
  • Renamed GetEstimatedVariance to GetEstimatedVariances to be consistent with GetEstimatedValues.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2597 – Description

    v12 v13  
    33The gradient chart supports synchronisation of backing data using a shared modifiable dataset, allowing the user to get a complete view of the target variation by arranging side by side multiple charts corresponding to different input variables.
    44
     5Additional features:
     6 - Responses for variables that are not used in the model should be grayed-out or hidden. Thos, methods for querying the actual used inputs for a regression model are implemented.
     7 - If a model can estimate the variance of a sample (e.g. Gaussian process), the confidence interval should be shown.
     8
    59Example gradient chart:
    610[[Image(gradient-chart.png)]]