You've already forked lazarus-ccr
LazStats: Activate chm help for most items in the Simulations menu.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
@ -967,6 +967,9 @@ object OS3MainFrm: TOS3MainFrm
|
|||||||
Caption = 'Distribution Plots and Critical Values'
|
Caption = 'Distribution Plots and Critical Values'
|
||||||
OnClick = DistPlotsClick
|
OnClick = DistPlotsClick
|
||||||
end
|
end
|
||||||
|
object MenuItem52: TMenuItem
|
||||||
|
Caption = '-'
|
||||||
|
end
|
||||||
object SeqValues: TMenuItem
|
object SeqValues: TMenuItem
|
||||||
Caption = 'Generate Sequential Values'
|
Caption = 'Generate Sequential Values'
|
||||||
OnClick = SeqValuesClick
|
OnClick = SeqValuesClick
|
||||||
@ -975,6 +978,9 @@ object OS3MainFrm: TOS3MainFrm
|
|||||||
Caption = 'Random Theoretical Values'
|
Caption = 'Random Theoretical Values'
|
||||||
OnClick = RandomValsClick
|
OnClick = RandomValsClick
|
||||||
end
|
end
|
||||||
|
object MenuItem51: TMenuItem
|
||||||
|
Caption = '-'
|
||||||
|
end
|
||||||
object Probabilities: TMenuItem
|
object Probabilities: TMenuItem
|
||||||
Caption = 'Probabilities'
|
Caption = 'Probabilities'
|
||||||
object probgtz: TMenuItem
|
object probgtz: TMenuItem
|
||||||
|
@ -108,6 +108,8 @@ type
|
|||||||
MenuItem48: TMenuItem;
|
MenuItem48: TMenuItem;
|
||||||
MenuItem49: TMenuItem;
|
MenuItem49: TMenuItem;
|
||||||
MenuItem50: TMenuItem;
|
MenuItem50: TMenuItem;
|
||||||
|
MenuItem51: TMenuItem;
|
||||||
|
MenuItem52: TMenuItem;
|
||||||
SimpChiSqr: TMenuItem;
|
SimpChiSqr: TMenuItem;
|
||||||
SRHItem: TMenuItem;
|
SRHItem: TMenuItem;
|
||||||
OneCaseAnova: TMenuItem;
|
OneCaseAnova: TMenuItem;
|
||||||
|
@ -3,6 +3,8 @@ object DistribFrm: TDistribFrm
|
|||||||
Height = 223
|
Height = 223
|
||||||
Top = 215
|
Top = 215
|
||||||
Width = 384
|
Width = 384
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'DistributionPlotsandCriticalValu.htm'
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Distributions'
|
Caption = 'Distributions'
|
||||||
|
@ -3,6 +3,8 @@ object ErrorCurvesFrm: TErrorCurvesFrm
|
|||||||
Height = 306
|
Height = 306
|
||||||
Top = 160
|
Top = 160
|
||||||
Width = 350
|
Width = 350
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'TypeIandTypeIIErrorCurves,htm'
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Alpha and Beta Curves for z tests'
|
Caption = 'Alpha and Beta Curves for z tests'
|
||||||
|
@ -3,6 +3,8 @@ object GenRndValsFrm: TGenRndValsFrm
|
|||||||
Height = 349
|
Height = 349
|
||||||
Top = 203
|
Top = 203
|
||||||
Width = 429
|
Width = 429
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'RandomTheoreticalValues.htm'
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Generate Random Values'
|
Caption = 'Generate Random Values'
|
||||||
|
@ -3,6 +3,8 @@ object GenSeqFrm: TGenSeqFrm
|
|||||||
Height = 231
|
Height = 231
|
||||||
Top = 114
|
Top = 114
|
||||||
Width = 367
|
Width = 367
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'GenerateSequentialValues.htm'
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Generation of Sequential Values'
|
Caption = 'Generation of Sequential Values'
|
||||||
|
@ -3,6 +3,8 @@ object MultGenFrm: TMultGenFrm
|
|||||||
Height = 396
|
Height = 396
|
||||||
Top = 254
|
Top = 254
|
||||||
Width = 581
|
Width = 581
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'MultivariateDistributions.htm'
|
||||||
ActiveControl = NoVarsEdit
|
ActiveControl = NoVarsEdit
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Multivariate Generator'
|
Caption = 'Multivariate Generator'
|
||||||
|
@ -3,6 +3,8 @@ object PCurvesFrm: TPCurvesFrm
|
|||||||
Height = 240
|
Height = 240
|
||||||
Top = 161
|
Top = 161
|
||||||
Width = 280
|
Width = 280
|
||||||
|
HelpType = htKeyword
|
||||||
|
HelpKeyword = 'PowerCurvesforazTest.htm'
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'Power Analysis for a z Test'
|
Caption = 'Power Analysis for a z Test'
|
||||||
|
Reference in New Issue
Block a user