Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/13/15 21:02:54 (8 years ago)
Author:
gkronber
Message:

#2491: merged r13034 and r13051 from trunk to stable branch

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Analysis.Statistics.Views/3.3/SampleSizeInfluenceView.cs

    r12725 r13151  
    389389        matrix[5, i] = seriesValues.StandardDeviation();
    390390        matrix[6, i] = seriesValues.Variance();
    391         matrix[7, i] = seriesValues.Percentile(0.25);
    392         matrix[8, i] = seriesValues.Percentile(0.75);
     391        matrix[7, i] = seriesValues.Quantile(0.25);
     392        matrix[8, i] = seriesValues.Quantile(0.75);
    393393        matrix[9, i] = confIntervals.Item1;
    394394        matrix[10, i] = confIntervals.Item2;
Note: See TracChangeset for help on using the changeset viewer.