Changeset 12131 for trunk/sources
- Timestamp:
- 03/05/15 09:43:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.cs
r12116 r12131 279 279 280 280 //alglib needs at least 5 samples for computation 281 if (data.Any(x => x.Length < =requiredSampleSize)) {281 if (data.Any(x => x.Length < requiredSampleSize)) { 282 282 if (showMessage) 283 283 MessageBox.Show(this, "You need at least " + requiredSampleSize
Note: See TracChangeset
for help on using the changeset viewer.