Changeset 11671
- Timestamp:
- 12/09/14 00:49:22 (10 years ago)
- Location:
- branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/HeuristicLab.Analysis.Statistics-3.3.csproj
r11625 r11671 170 170 <EmbeddedResource Include="InfoResources\StatisticalTestsInfo.rtf" /> 171 171 <EmbeddedResource Include="InfoResources\ChartAnalysisInfo.rtf" /> 172 <EmbeddedResource Include="InfoResources\SampleSizeInfluenceInfo.rtf" /> 172 173 <None Include="Plugin.cs.frame" /> 173 174 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/SampleSizeDetermination.cs
r11375 r11671 28 28 /// <summary> 29 29 /// Determines for a given sample the required sample size as described in 30 /// Göran Kauermann, Helmut Küchenhoff: Stichproben: Methoden und praktische Umsetzung mit R, chapter2.27.30 /// Göran Kauermann, Helmut Küchenhoff: Stichproben: Methoden und praktische Umsetzung mit R, section 2.27. 31 31 /// </summary> 32 32 /// <param name="samples">The pilot sample.</param> -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/SampleSizeInfluenceView.cs
r11670 r11671 35 35 36 36 namespace HeuristicLab.Analysis.Statistics { 37 [View("Sample Size Influence" )]37 [View("Sample Size Influence", "HeuristicLab.Analysis.Statistics.InfoResources.SampleSizeInfluenceInfo.rtf")] 38 38 [Content(typeof(RunCollection), false)] 39 39 public partial class SampleSizeInfluenceView : AsynchronousContentView {
Note: See TracChangeset
for help on using the changeset viewer.