Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/14 16:13:59 (9 years ago)
Author:
ascheibe
Message:

#2031

  • fixed column width of p-values
  • started working on drawing a normal distribution over the histogram
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/HeuristicLab.Analysis.Statistics-3.3.csproj

    r9998 r11601  
    120120  <ItemGroup>
    121121    <Compile Include="BonferroniHolm.cs" />
     122    <Compile Include="DensityDataTableView.cs">
     123      <SubType>UserControl</SubType>
     124    </Compile>
    122125    <Compile Include="EnumerableStatisticsExtension.cs" />
    123126    <Compile Include="ExpFitting.cs" />
    124127    <Compile Include="IFitting.cs" />
     128    <Compile Include="NormalDistribution.cs" />
    125129    <Compile Include="LinearLeastSquaresFitting.cs" />
    126130    <Compile Include="LogFitting.cs" />
Note: See TracChangeset for help on using the changeset viewer.