Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1745 for trunk/sources


Ignore:
Timestamp:
05/06/09 20:22:17 (15 years ago)
Author:
abeham
Message:

Added simple statistics calculator for calculating mean, median, stdDev, min, max, and sum (#573)

Location:
trunk/sources/HeuristicLab.StatisticalAnalysis/3.2
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StatisticalAnalysis/3.2/HeuristicLab.StatisticalAnalysis-3.2.csproj

    r1744 r1745  
    9393    </Compile>
    9494    <Compile Include="Properties\AssemblyInfo.cs" />
     95    <Compile Include="SimpleStatisticsCalculator.cs" />
    9596    <None Include="HeuristicLab.snk" />
    9697    <None Include="Properties\AssemblyInfo.frame" />
     
    100101      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    101102      <Name>HeuristicLab.Core-3.2</Name>
     103    </ProjectReference>
     104    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
     105      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
     106      <Name>HeuristicLab.Data-3.2</Name>
    102107    </ProjectReference>
    103108    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.StatisticalAnalysis/3.2/HeuristicLabStatisticalAnalysisPlugin.cs

    r1530 r1745  
    3030  [PluginFile(Filename = "HeuristicLab.StatisticalAnalysis-3.2.dll", Filetype = PluginFileType.Assembly)]
    3131  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     32  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    3233  [Dependency(Dependency = "HeuristicLab.Random-3.2")]
    3334  public class HeuristicLabStatisticalAnalysisPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.