Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/14 11:31:26 (9 years ago)
Author:
ascheibe
Message:

#2031

  • fixed a bug in Cohens d / Hedges g calculation
  • fixed calculation of pairwise tests (no more columns with only zeroes)
  • some refactoring
File:
1 edited

Legend:

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

    r11671 r11692  
    146146      <DependentUpon>StatisticalTestingView.cs</DependentUpon>
    147147    </Compile>
    148     <Compile Include="KruskalWallis.cs" />
     148    <Compile Include="KruskalWallisTest.cs" />
    149149    <Compile Include="CorrelationView.cs">
    150150      <SubType>UserControl</SubType>
     
    161161    <Compile Include="Plugin.cs" />
    162162    <Compile Include="Properties\AssemblyInfo.cs" />
    163     <Compile Include="TTest.cs" />
     163    <Compile Include="PairwiseTest.cs" />
    164164  </ItemGroup>
    165165  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.