Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/13 16:27:15 (11 years ago)
Author:
ascheibe
Message:

#2031

  • redesigned statistical testing view
  • improved sample size influence view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs

    r9908 r9913  
    5353      this.label1 = new System.Windows.Forms.Label();
    5454      this.resultComboBox = new System.Windows.Forms.ComboBox();
    55       this.testButton = new System.Windows.Forms.Button();
    56       this.normalDistButton = new System.Windows.Forms.Button();
    5755      this.lblPVal = new System.Windows.Forms.Label();
    5856      this.pValTextBox = new System.Windows.Forms.TextBox();
    5957      this.groupComboBox = new System.Windows.Forms.ComboBox();
    60       this.normalityDetails = new System.Windows.Forms.Button();
    61       this.pairwiseTestButton = new System.Windows.Forms.Button();
    6258      this.infoLabel = new System.Windows.Forms.Label();
    6359      this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     
    6561      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
    6662      this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox();
     63      this.pairwiseStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    6764      this.pairwiseLabel = new System.Windows.Forms.Label();
    6865      this.label3 = new System.Windows.Forms.Label();
    6966      this.equalDistsTextBox = new System.Windows.Forms.TextBox();
    70       this.pairwiseCheckDataButton = new System.Windows.Forms.Button();
    7167      this.label2 = new System.Windows.Forms.Label();
    7268      this.groupCompComboBox = new System.Windows.Forms.ComboBox();
     
    7470      this.groupCompLabel = new System.Windows.Forms.Label();
    7571      this.normalityGroupBox = new System.Windows.Forms.GroupBox();
     72      this.label4 = new System.Windows.Forms.Label();
     73      this.normalityStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7674      this.normalityLabel = new System.Windows.Forms.Label();
    7775      this.selectDataGroupBox = new System.Windows.Forms.GroupBox();
     
    104102      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
    105103      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
    106       this.stringConvertibleMatrixView.Size = new System.Drawing.Size(644, 416);
     104      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(674, 534);
    107105      this.stringConvertibleMatrixView.TabIndex = 0;
    108106      //
     
    147145      this.resultComboBox.Location = new System.Drawing.Point(62, 3);
    148146      this.resultComboBox.Name = "resultComboBox";
    149       this.resultComboBox.Size = new System.Drawing.Size(176, 21);
     147      this.resultComboBox.Size = new System.Drawing.Size(311, 21);
    150148      this.resultComboBox.TabIndex = 5;
    151149      this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
    152150      //
    153       // testButton
    154       //
    155       this.testButton.Location = new System.Drawing.Point(6, 19);
    156       this.testButton.Name = "testButton";
    157       this.testButton.Size = new System.Drawing.Size(92, 23);
    158       this.testButton.TabIndex = 9;
    159       this.testButton.Text = "Test all Groups";
    160       this.testButton.UseVisualStyleBackColor = true;
    161       this.testButton.Click += new System.EventHandler(this.testButton_Click);
    162       //
    163       // normalDistButton
    164       //
    165       this.normalDistButton.Location = new System.Drawing.Point(6, 19);
    166       this.normalDistButton.Name = "normalDistButton";
    167       this.normalDistButton.Size = new System.Drawing.Size(92, 23);
    168       this.normalDistButton.TabIndex = 11;
    169       this.normalDistButton.Text = "Check Data";
    170       this.normalDistButton.UseVisualStyleBackColor = true;
    171       this.normalDistButton.Click += new System.EventHandler(this.normalDistButton_Click);
    172       //
    173151      // lblPVal
    174152      //
    175153      this.lblPVal.AutoSize = true;
    176       this.lblPVal.Location = new System.Drawing.Point(6, 51);
     154      this.lblPVal.Location = new System.Drawing.Point(6, 22);
    177155      this.lblPVal.Name = "lblPVal";
    178156      this.lblPVal.Size = new System.Drawing.Size(46, 13);
     
    185163      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    186164            | System.Windows.Forms.AnchorStyles.Right)));
    187       this.pValTextBox.Location = new System.Drawing.Point(58, 48);
     165      this.pValTextBox.Location = new System.Drawing.Point(58, 19);
    188166      this.pValTextBox.Name = "pValTextBox";
    189167      this.pValTextBox.ReadOnly = true;
    190       this.pValTextBox.Size = new System.Drawing.Size(189, 20);
     168      this.pValTextBox.Size = new System.Drawing.Size(302, 20);
    191169      this.pValTextBox.TabIndex = 13;
    192170      //
     
    199177      this.groupComboBox.Location = new System.Drawing.Point(62, 3);
    200178      this.groupComboBox.Name = "groupComboBox";
    201       this.groupComboBox.Size = new System.Drawing.Size(176, 21);
     179      this.groupComboBox.Size = new System.Drawing.Size(311, 21);
    202180      this.groupComboBox.TabIndex = 14;
    203181      this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
    204182      //
    205       // normalityDetails
    206       //
    207       this.normalityDetails.Location = new System.Drawing.Point(6, 48);
    208       this.normalityDetails.Name = "normalityDetails";
    209       this.normalityDetails.Size = new System.Drawing.Size(92, 23);
    210       this.normalityDetails.TabIndex = 15;
    211       this.normalityDetails.Text = "Show Details";
    212       this.normalityDetails.UseVisualStyleBackColor = true;
    213       this.normalityDetails.Click += new System.EventHandler(this.normalityDetails_Click);
    214       //
    215       // pairwiseTestButton
    216       //
    217       this.pairwiseTestButton.Location = new System.Drawing.Point(6, 113);
    218       this.pairwiseTestButton.Name = "pairwiseTestButton";
    219       this.pairwiseTestButton.Size = new System.Drawing.Size(92, 23);
    220       this.pairwiseTestButton.TabIndex = 16;
    221       this.pairwiseTestButton.Text = "Show Details";
    222       this.pairwiseTestButton.UseVisualStyleBackColor = true;
    223       this.pairwiseTestButton.Click += new System.EventHandler(this.pairwiseTestButton_Click);
    224       //
    225183      // infoLabel
    226184      //
    227185      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    228186      this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
    229       this.infoLabel.Location = new System.Drawing.Point(234, 3);
     187      this.infoLabel.Location = new System.Drawing.Point(369, 3);
    230188      this.infoLabel.Name = "infoLabel";
    231189      this.infoLabel.Size = new System.Drawing.Size(16, 16);
     
    252210      this.splitContainer1.Panel2.Controls.Add(this.groupByLabel);
    253211      this.splitContainer1.Panel2.Controls.Add(this.groupComboBox);
    254       this.splitContainer1.Size = new System.Drawing.Size(241, 54);
     212      this.splitContainer1.Size = new System.Drawing.Size(376, 54);
    255213      this.splitContainer1.SplitterDistance = 25;
    256214      this.splitContainer1.TabIndex = 18;
     
    275233      this.splitContainer3.Panel2.Controls.Add(this.normalityGroupBox);
    276234      this.splitContainer3.Panel2.Controls.Add(this.selectDataGroupBox);
    277       this.splitContainer3.Size = new System.Drawing.Size(913, 422);
    278       this.splitContainer3.SplitterDistance = 650;
     235      this.splitContainer3.Size = new System.Drawing.Size(1078, 540);
     236      this.splitContainer3.SplitterDistance = 680;
    279237      this.splitContainer3.TabIndex = 20;
    280238      //
    281239      // pairwiseTestGroupBox
    282240      //
    283       this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    284             | System.Windows.Forms.AnchorStyles.Right)));
     241      this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     242            | System.Windows.Forms.AnchorStyles.Left)
     243            | System.Windows.Forms.AnchorStyles.Right)));
     244      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView);
    285245      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseLabel);
    286246      this.pairwiseTestGroupBox.Controls.Add(this.label3);
    287247      this.pairwiseTestGroupBox.Controls.Add(this.equalDistsTextBox);
    288       this.pairwiseTestGroupBox.Controls.Add(this.pairwiseCheckDataButton);
    289248      this.pairwiseTestGroupBox.Controls.Add(this.label2);
    290249      this.pairwiseTestGroupBox.Controls.Add(this.groupCompComboBox);
    291       this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTestButton);
    292       this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 273);
     250      this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 308);
    293251      this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox";
    294       this.pairwiseTestGroupBox.Size = new System.Drawing.Size(253, 145);
     252      this.pairwiseTestGroupBox.Size = new System.Drawing.Size(388, 229);
    295253      this.pairwiseTestGroupBox.TabIndex = 22;
    296254      this.pairwiseTestGroupBox.TabStop = false;
    297255      this.pairwiseTestGroupBox.Text = "4. Pairwise Statistical Testing";
    298256      //
     257      // pairwiseStringConvertibleMatrixView
     258      //
     259      this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     260            | System.Windows.Forms.AnchorStyles.Left)
     261            | System.Windows.Forms.AnchorStyles.Right)));
     262      this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     263      this.pairwiseStringConvertibleMatrixView.Content = null;
     264      this.pairwiseStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 72);
     265      this.pairwiseStringConvertibleMatrixView.Name = "pairwiseStringConvertibleMatrixView";
     266      this.pairwiseStringConvertibleMatrixView.ReadOnly = false;
     267      this.pairwiseStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
     268      this.pairwiseStringConvertibleMatrixView.ShowStatisticalInformation = false;
     269      this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(376, 151);
     270      this.pairwiseStringConvertibleMatrixView.TabIndex = 19;
     271      //
    299272      // pairwiseLabel
    300273      //
     274      this.pairwiseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    301275      this.pairwiseLabel.AutoSize = true;
    302       this.pairwiseLabel.Location = new System.Drawing.Point(101, 57);
     276      this.pairwiseLabel.Location = new System.Drawing.Point(366, 43);
    303277      this.pairwiseLabel.MaximumSize = new System.Drawing.Size(16, 16);
    304278      this.pairwiseLabel.MinimumSize = new System.Drawing.Size(16, 16);
     
    310284      //
    311285      this.label3.AutoSize = true;
    312       this.label3.Location = new System.Drawing.Point(9, 90);
     286      this.label3.Location = new System.Drawing.Point(6, 49);
    313287      this.label3.Name = "label3";
    314288      this.label3.Size = new System.Drawing.Size(74, 13);
     
    321295      this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    322296            | System.Windows.Forms.AnchorStyles.Right)));
    323       this.equalDistsTextBox.Location = new System.Drawing.Point(95, 87);
     297      this.equalDistsTextBox.Location = new System.Drawing.Point(86, 46);
    324298      this.equalDistsTextBox.Name = "equalDistsTextBox";
    325299      this.equalDistsTextBox.ReadOnly = true;
    326       this.equalDistsTextBox.Size = new System.Drawing.Size(152, 20);
     300      this.equalDistsTextBox.Size = new System.Drawing.Size(274, 20);
    327301      this.equalDistsTextBox.TabIndex = 18;
    328       //
    329       // pairwiseCheckDataButton
    330       //
    331       this.pairwiseCheckDataButton.Location = new System.Drawing.Point(6, 52);
    332       this.pairwiseCheckDataButton.Name = "pairwiseCheckDataButton";
    333       this.pairwiseCheckDataButton.Size = new System.Drawing.Size(92, 23);
    334       this.pairwiseCheckDataButton.TabIndex = 19;
    335       this.pairwiseCheckDataButton.Text = "Check Data";
    336       this.pairwiseCheckDataButton.UseVisualStyleBackColor = true;
    337       this.pairwiseCheckDataButton.Click += new System.EventHandler(this.pairwiseCheckDataButton_Click);
    338302      //
    339303      // label2
     
    354318      this.groupCompComboBox.Location = new System.Drawing.Point(123, 19);
    355319      this.groupCompComboBox.Name = "groupCompComboBox";
    356       this.groupCompComboBox.Size = new System.Drawing.Size(124, 21);
     320      this.groupCompComboBox.Size = new System.Drawing.Size(259, 21);
    357321      this.groupCompComboBox.TabIndex = 17;
     322      this.groupCompComboBox.SelectedValueChanged += new System.EventHandler(this.groupCompComboBox_SelectedValueChanged);
    358323      //
    359324      // allGroupTestGroupBox
     
    362327            | System.Windows.Forms.AnchorStyles.Right)));
    363328      this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel);
    364       this.allGroupTestGroupBox.Controls.Add(this.testButton);
    365329      this.allGroupTestGroupBox.Controls.Add(this.lblPVal);
    366330      this.allGroupTestGroupBox.Controls.Add(this.pValTextBox);
    367       this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 189);
     331      this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 256);
    368332      this.allGroupTestGroupBox.Name = "allGroupTestGroupBox";
    369       this.allGroupTestGroupBox.Size = new System.Drawing.Size(253, 78);
     333      this.allGroupTestGroupBox.Size = new System.Drawing.Size(388, 46);
    370334      this.allGroupTestGroupBox.TabIndex = 21;
    371335      this.allGroupTestGroupBox.TabStop = false;
     
    374338      // groupCompLabel
    375339      //
     340      this.groupCompLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    376341      this.groupCompLabel.AutoSize = true;
    377       this.groupCompLabel.Location = new System.Drawing.Point(104, 24);
     342      this.groupCompLabel.Location = new System.Drawing.Point(366, 22);
    378343      this.groupCompLabel.MaximumSize = new System.Drawing.Size(16, 16);
    379344      this.groupCompLabel.MinimumSize = new System.Drawing.Size(16, 16);
     
    386351      this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    387352            | System.Windows.Forms.AnchorStyles.Right)));
     353      this.normalityGroupBox.Controls.Add(this.label4);
     354      this.normalityGroupBox.Controls.Add(this.normalityStringConvertibleMatrixView);
    388355      this.normalityGroupBox.Controls.Add(this.normalityLabel);
    389       this.normalityGroupBox.Controls.Add(this.normalDistButton);
    390       this.normalityGroupBox.Controls.Add(this.normalityDetails);
    391356      this.normalityGroupBox.Location = new System.Drawing.Point(3, 107);
    392357      this.normalityGroupBox.Name = "normalityGroupBox";
    393       this.normalityGroupBox.Size = new System.Drawing.Size(253, 76);
     358      this.normalityGroupBox.Size = new System.Drawing.Size(388, 143);
    394359      this.normalityGroupBox.TabIndex = 20;
    395360      this.normalityGroupBox.TabStop = false;
    396361      this.normalityGroupBox.Text = "2. Check for Normal Distribution";
    397362      //
     363      // label4
     364      //
     365      this.label4.AutoSize = true;
     366      this.label4.Location = new System.Drawing.Point(6, 16);
     367      this.label4.Name = "label4";
     368      this.label4.Size = new System.Drawing.Size(135, 13);
     369      this.label4.TabIndex = 18;
     370      this.label4.Text = "Data is normally distributed:";
     371      //
     372      // normalityStringConvertibleMatrixView
     373      //
     374      this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     375            | System.Windows.Forms.AnchorStyles.Left)
     376            | System.Windows.Forms.AnchorStyles.Right)));
     377      this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     378      this.normalityStringConvertibleMatrixView.Content = null;
     379      this.normalityStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 35);
     380      this.normalityStringConvertibleMatrixView.Name = "normalityStringConvertibleMatrixView";
     381      this.normalityStringConvertibleMatrixView.ReadOnly = false;
     382      this.normalityStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
     383      this.normalityStringConvertibleMatrixView.ShowStatisticalInformation = false;
     384      this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(373, 102);
     385      this.normalityStringConvertibleMatrixView.TabIndex = 17;
     386      //
    398387      // normalityLabel
    399388      //
    400389      this.normalityLabel.AutoSize = true;
    401       this.normalityLabel.Location = new System.Drawing.Point(104, 24);
     390      this.normalityLabel.Location = new System.Drawing.Point(156, 16);
    402391      this.normalityLabel.MaximumSize = new System.Drawing.Size(16, 16);
    403392      this.normalityLabel.MinimumSize = new System.Drawing.Size(16, 16);
     
    413402      this.selectDataGroupBox.Location = new System.Drawing.Point(3, 22);
    414403      this.selectDataGroupBox.Name = "selectDataGroupBox";
    415       this.selectDataGroupBox.Size = new System.Drawing.Size(253, 79);
     404      this.selectDataGroupBox.Size = new System.Drawing.Size(388, 79);
    416405      this.selectDataGroupBox.TabIndex = 19;
    417406      this.selectDataGroupBox.TabStop = false;
     
    422411      this.Controls.Add(this.splitContainer3);
    423412      this.Name = "StatisticalTestingView";
    424       this.Size = new System.Drawing.Size(924, 428);
     413      this.Size = new System.Drawing.Size(1089, 546);
    425414      this.contextMenuStrip1.ResumeLayout(false);
    426415      this.splitContainer1.Panel1.ResumeLayout(false);
     
    450439    private System.Windows.Forms.Label label1;
    451440    private System.Windows.Forms.ComboBox resultComboBox;
    452     private System.Windows.Forms.Button testButton;
    453     private System.Windows.Forms.Button normalDistButton;
    454441    private System.Windows.Forms.Label lblPVal;
    455442    private System.Windows.Forms.TextBox pValTextBox;
    456443    private System.Windows.Forms.ComboBox groupComboBox;
    457     private System.Windows.Forms.Button normalityDetails;
    458     private System.Windows.Forms.Button pairwiseTestButton;
    459444    private System.Windows.Forms.Label infoLabel;
    460445    private System.Windows.Forms.ToolTip toolTip1;
     
    471456    private System.Windows.Forms.Label label2;
    472457    private System.Windows.Forms.ComboBox groupCompComboBox;
    473     private System.Windows.Forms.Button pairwiseCheckDataButton;
    474458    private System.Windows.Forms.Label label3;
    475459    private System.Windows.Forms.TextBox equalDistsTextBox;
    476460    private System.Windows.Forms.Label pairwiseLabel;
     461    private Data.Views.StringConvertibleMatrixView normalityStringConvertibleMatrixView;
     462    private Data.Views.StringConvertibleMatrixView pairwiseStringConvertibleMatrixView;
     463    private System.Windows.Forms.Label label4;
    477464  }
    478465}
Note: See TracChangeset for help on using the changeset viewer.