2020-03-30 18:01:44 +00:00
|
|
|
object ErrorCurvesFrm: TErrorCurvesFrm
|
|
|
|
Left = 474
|
|
|
|
Height = 306
|
|
|
|
Top = 160
|
|
|
|
Width = 350
|
2020-05-08 17:42:01 +00:00
|
|
|
HelpType = htKeyword
|
|
|
|
HelpKeyword = 'TypeIandTypeIIErrorCurves,htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Alpha and Beta Curves for z tests'
|
|
|
|
ClientHeight = 306
|
|
|
|
ClientWidth = 350
|
2020-04-26 21:11:48 +00:00
|
|
|
OnActivate = FormActivate
|
2020-03-30 18:01:44 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poMainFormCenter
|
|
|
|
LCLVersion = '2.1.0.0'
|
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideTop.Control = NullMeanEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = NullMeanEdit
|
|
|
|
Left = 72
|
|
|
|
Height = 15
|
|
|
|
Top = 92
|
|
|
|
Width = 151
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Mean of the Null Hypothesis'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
AnchorSideTop.Control = AltMeanEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = AltMeanEdit
|
|
|
|
Left = 37
|
|
|
|
Height = 15
|
|
|
|
Top = 123
|
|
|
|
Width = 186
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Mean of the Alternative Hypothesis'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = SDEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 24
|
|
|
|
Height = 15
|
|
|
|
Top = 154
|
|
|
|
Width = 199
|
|
|
|
BorderSpacing.Left = 24
|
|
|
|
Caption = 'Standard Deviation of the Distribution'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label4: TLabel
|
|
|
|
AnchorSideTop.Control = TypeIEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = TypeIEdit
|
|
|
|
Left = 39
|
|
|
|
Height = 15
|
|
|
|
Top = 185
|
|
|
|
Width = 184
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Probability of Making a Type I Error'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label5: TLabel
|
|
|
|
AnchorSideTop.Control = TypeIIEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = TypeIIEdit
|
|
|
|
Left = 36
|
|
|
|
Height = 15
|
|
|
|
Top = 216
|
|
|
|
Width = 187
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Probability of Making a Type II Error'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object NullMeanEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = SDEdit
|
|
|
|
AnchorSideTop.Control = NullType
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 231
|
|
|
|
Height = 23
|
|
|
|
Top = 88
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 24
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'NullMeanEdit'
|
|
|
|
end
|
|
|
|
object AltMeanEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = SDEdit
|
|
|
|
AnchorSideTop.Control = NullMeanEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 231
|
|
|
|
Height = 23
|
|
|
|
Top = 119
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
TabOrder = 2
|
2020-04-26 21:11:48 +00:00
|
|
|
Text = 'AltMeanEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object SDEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = Label3
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = AltMeanEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 231
|
|
|
|
Height = 23
|
|
|
|
Top = 150
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 24
|
|
|
|
TabOrder = 3
|
2020-04-26 21:11:48 +00:00
|
|
|
Text = 'SDEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object TypeIEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = SDEdit
|
|
|
|
AnchorSideTop.Control = SDEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 231
|
|
|
|
Height = 23
|
|
|
|
Top = 181
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
TabOrder = 4
|
2020-04-26 21:11:48 +00:00
|
|
|
Text = 'TypeIEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object TypeIIEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = SDEdit
|
|
|
|
AnchorSideTop.Control = TypeIEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 231
|
|
|
|
Height = 23
|
|
|
|
Top = 212
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 5
|
2020-04-26 21:11:48 +00:00
|
|
|
Text = 'TypeIIEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object NullType: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
AnchorSideRight.Control = SDEdit
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-04-26 21:11:48 +00:00
|
|
|
Left = 48
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 72
|
|
|
|
Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
Width = 255
|
2020-03-30 18:01:44 +00:00
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Right = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Null Hypothesis Characteristic:'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 52
|
2020-04-26 21:11:48 +00:00
|
|
|
ClientWidth = 251
|
2020-03-30 18:01:44 +00:00
|
|
|
ItemIndex = 1
|
|
|
|
Items.Strings = (
|
2020-04-26 21:11:48 +00:00
|
|
|
'One-tailed (directional alternative)'
|
|
|
|
'Two-tailed (non-directional alternative)'
|
2020-03-30 18:01:44 +00:00
|
|
|
)
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = TypeIIEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
Top = 247
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 350
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
2020-04-26 21:11:48 +00:00
|
|
|
object CloseBtn: TButton
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = Bevel1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-26 21:11:48 +00:00
|
|
|
Left = 287
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-26 21:11:48 +00:00
|
|
|
Top = 263
|
|
|
|
Width = 55
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
TabOrder = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
|
|
|
AnchorSideTop.Control = Bevel1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-04-26 21:11:48 +00:00
|
|
|
AnchorSideRight.Control = ComputeBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = ComputeBtn
|
2020-04-26 21:11:48 +00:00
|
|
|
Left = 141
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-26 21:11:48 +00:00
|
|
|
Top = 263
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 54
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
2020-04-26 21:11:48 +00:00
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
|
|
|
AnchorSideTop.Control = Bevel1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-04-26 21:11:48 +00:00
|
|
|
AnchorSideRight.Control = CloseBtn
|
|
|
|
AnchorSideBottom.Control = CloseBtn
|
|
|
|
Left = 203
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-26 21:11:48 +00:00
|
|
|
Top = 263
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
2020-04-26 21:11:48 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
2020-04-26 21:11:48 +00:00
|
|
|
TabOrder = 7
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|