2020-10-11 22:31:17 +00:00
|
|
|
inherited WLSFrm: TWLSFrm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 288
|
2020-10-11 22:31:17 +00:00
|
|
|
Height = 428
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 171
|
2020-10-11 22:31:17 +00:00
|
|
|
Width = 1024
|
2020-05-26 14:51:03 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/WeightedLeast-SquaresRegression.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Weighted Least Squares Regression'
|
2020-10-11 22:31:17 +00:00
|
|
|
ClientHeight = 428
|
|
|
|
ClientWidth = 1024
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 412
|
|
|
|
Width = 495
|
|
|
|
ClientHeight = 412
|
|
|
|
ClientWidth = 495
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 440
|
|
|
|
Top = 387
|
|
|
|
TabOrder = 14
|
|
|
|
end
|
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 356
|
|
|
|
Top = 387
|
|
|
|
TabOrder = 13
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 294
|
|
|
|
Top = 387
|
|
|
|
TabOrder = 12
|
|
|
|
end
|
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Tag = 158
|
|
|
|
Left = 235
|
|
|
|
Top = 387
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 371
|
|
|
|
Width = 495
|
|
|
|
end
|
|
|
|
object OptionsGroup: TGroupBox[5]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
|
|
Left = 0
|
|
|
|
Height = 112
|
|
|
|
Top = 259
|
|
|
|
Width = 483
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Options'
|
|
|
|
ClientHeight = 92
|
|
|
|
ClientWidth = 479
|
|
|
|
TabOrder = 10
|
|
|
|
object OLSChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = OptionsGroup
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 2
|
|
|
|
Width = 206
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Obtain OLS , save squared residuals'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object PlotChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = OLSChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 23
|
|
|
|
Width = 216
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Plot squared residuals vs. Indep. Vars.'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object RegResChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = PlotChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 44
|
|
|
|
Width = 235
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Regress squared residuals on Indep. Vars.'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object SaveChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = RegResChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 65
|
|
|
|
Width = 180
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Save Estimated weights in grid'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object WeightChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = RegResChk
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = OptionsGroup
|
|
|
|
Left = 263
|
|
|
|
Height = 19
|
|
|
|
Top = 2
|
|
|
|
Width = 208
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Apply weights to obtain a WLS regr.'
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object OriginChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = WeightChk
|
|
|
|
AnchorSideTop.Control = WeightChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 287
|
|
|
|
Height = 19
|
|
|
|
Top = 23
|
|
|
|
Width = 119
|
|
|
|
BorderSpacing.Left = 24
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Through the origin'
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
object UserWghtsChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = WeightChk
|
|
|
|
AnchorSideTop.Control = OriginChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 263
|
|
|
|
Height = 19
|
|
|
|
Top = 44
|
|
|
|
Width = 187
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Use weights entered by the user'
|
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object Origin2Chk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OriginChk
|
|
|
|
AnchorSideTop.Control = UserWghtsChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 287
|
|
|
|
Height = 19
|
|
|
|
Top = 65
|
|
|
|
Width = 119
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'Through the origin'
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Label1: TLabel[6]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 46
|
|
|
|
Caption = 'Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel[7]
|
|
|
|
AnchorSideLeft.Control = DepInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepVarEdit
|
|
|
|
Left = 264
|
|
|
|
Height = 15
|
|
|
|
Top = 21
|
|
|
|
Width = 102
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Dependent Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel[8]
|
|
|
|
AnchorSideLeft.Control = IndInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = IndInBtn
|
|
|
|
Left = 264
|
|
|
|
Height = 15
|
|
|
|
Top = 105
|
|
|
|
Width = 116
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
Caption = 'Independent Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label4: TLabel[9]
|
|
|
|
AnchorSideLeft.Control = WghtInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = WghtVarEdit
|
|
|
|
Left = 264
|
|
|
|
Height = 15
|
|
|
|
Top = 199
|
|
|
|
Width = 137
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'User''s Weigjhts (Optional)'
|
|
|
|
ParentColor = False
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object VarList: TListBox[10]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
AnchorSideRight.Control = DepInBtn
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
|
|
Left = 0
|
|
|
|
Height = 234
|
|
|
|
Top = 17
|
|
|
|
Width = 230
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 2
|
2020-10-11 22:31:17 +00:00
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Constraints.MinHeight = 220
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = VarListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object DepInBtn: TBitBtn[11]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 17
|
|
|
|
Width = 26
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object DepOutBtn: TBitBtn[12]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepInBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 2
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object IndInBtn: TBitBtn[13]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepOutBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 105
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 32
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = IndInBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object IndOutBtn: TBitBtn[14]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = IndInBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 135
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = IndOutBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 5
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object WghtInBtn: TBitBtn[15]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideBottom.Control = WghtOutBtn
|
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 195
|
|
|
|
Width = 26
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = WghtInBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object WghtOutBtn: TBitBtn[16]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 234
|
|
|
|
Height = 26
|
|
|
|
Top = 225
|
|
|
|
Width = 26
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = WghtOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 8
|
|
|
|
end
|
|
|
|
object DepVarEdit: TEdit[17]
|
|
|
|
AnchorSideLeft.Control = DepInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 264
|
|
|
|
Height = 23
|
|
|
|
Top = 38
|
|
|
|
Width = 231
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 3
|
|
|
|
Text = 'DepVarEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object IndVarList: TListBox[18]
|
|
|
|
AnchorSideLeft.Control = IndInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-11 22:31:17 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = WghtInBtn
|
|
|
|
Left = 264
|
|
|
|
Height = 57
|
|
|
|
Top = 122
|
|
|
|
Width = 231
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 2
|
2020-10-11 22:31:17 +00:00
|
|
|
BorderSpacing.Bottom = 16
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = IndVarListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object WghtVarEdit: TEdit[19]
|
|
|
|
AnchorSideLeft.Control = WghtInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = WghtOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 264
|
|
|
|
Height = 23
|
|
|
|
Top = 216
|
|
|
|
Width = 231
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 9
|
|
|
|
Text = 'WghtVarEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 507
|
|
|
|
Height = 428
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
object PageControl: TPageControl[2]
|
|
|
|
Left = 516
|
|
|
|
Height = 412
|
|
|
|
Top = 8
|
|
|
|
Width = 500
|
2020-10-12 13:43:51 +00:00
|
|
|
ActivePage = ResidualsRegPage
|
2020-10-11 22:31:17 +00:00
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Left = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-10-11 22:31:17 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-10-12 13:43:51 +00:00
|
|
|
TabIndex = 1
|
2020-10-11 22:31:17 +00:00
|
|
|
TabOrder = 2
|
|
|
|
object OLSPage: TTabSheet
|
|
|
|
Caption = 'OLS Regression'
|
|
|
|
end
|
|
|
|
object ResidualsRegPage: TTabSheet
|
|
|
|
Caption = 'Squared Residuals Regression'
|
2020-10-12 13:43:51 +00:00
|
|
|
ClientHeight = 384
|
|
|
|
ClientWidth = 492
|
|
|
|
object ResRegPageControl: TPageControl
|
|
|
|
Left = 8
|
|
|
|
Height = 368
|
|
|
|
Top = 8
|
|
|
|
Width = 476
|
|
|
|
ActivePage = ResRegReportPage
|
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
TabIndex = 0
|
|
|
|
TabOrder = 0
|
|
|
|
object ResRegReportPage: TTabSheet
|
|
|
|
Caption = 'Report'
|
|
|
|
end
|
|
|
|
end
|
2020-10-11 22:31:17 +00:00
|
|
|
end
|
|
|
|
object WLSPage: TTabSheet
|
|
|
|
Caption = 'WLS Regression'
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|