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'
|
||||
OnClick = DistPlotsClick
|
||||
end
|
||||
object MenuItem52: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object SeqValues: TMenuItem
|
||||
Caption = 'Generate Sequential Values'
|
||||
OnClick = SeqValuesClick
|
||||
@ -975,6 +978,9 @@ object OS3MainFrm: TOS3MainFrm
|
||||
Caption = 'Random Theoretical Values'
|
||||
OnClick = RandomValsClick
|
||||
end
|
||||
object MenuItem51: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object Probabilities: TMenuItem
|
||||
Caption = 'Probabilities'
|
||||
object probgtz: TMenuItem
|
||||
|
@ -108,6 +108,8 @@ type
|
||||
MenuItem48: TMenuItem;
|
||||
MenuItem49: TMenuItem;
|
||||
MenuItem50: TMenuItem;
|
||||
MenuItem51: TMenuItem;
|
||||
MenuItem52: TMenuItem;
|
||||
SimpChiSqr: TMenuItem;
|
||||
SRHItem: TMenuItem;
|
||||
OneCaseAnova: TMenuItem;
|
||||
|
@ -3,6 +3,8 @@ object DistribFrm: TDistribFrm
|
||||
Height = 223
|
||||
Top = 215
|
||||
Width = 384
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'DistributionPlotsandCriticalValu.htm'
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Distributions'
|
||||
|
@ -3,6 +3,8 @@ object ErrorCurvesFrm: TErrorCurvesFrm
|
||||
Height = 306
|
||||
Top = 160
|
||||
Width = 350
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'TypeIandTypeIIErrorCurves,htm'
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Alpha and Beta Curves for z tests'
|
||||
|
@ -3,6 +3,8 @@ object GenRndValsFrm: TGenRndValsFrm
|
||||
Height = 349
|
||||
Top = 203
|
||||
Width = 429
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'RandomTheoreticalValues.htm'
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Generate Random Values'
|
||||
|
@ -3,6 +3,8 @@ object GenSeqFrm: TGenSeqFrm
|
||||
Height = 231
|
||||
Top = 114
|
||||
Width = 367
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'GenerateSequentialValues.htm'
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Generation of Sequential Values'
|
||||
|
@ -3,6 +3,8 @@ object MultGenFrm: TMultGenFrm
|
||||
Height = 396
|
||||
Top = 254
|
||||
Width = 581
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'MultivariateDistributions.htm'
|
||||
ActiveControl = NoVarsEdit
|
||||
AutoSize = True
|
||||
Caption = 'Multivariate Generator'
|
||||
|
@ -3,6 +3,8 @@ object PCurvesFrm: TPCurvesFrm
|
||||
Height = 240
|
||||
Top = 161
|
||||
Width = 280
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = 'PowerCurvesforazTest.htm'
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Power Analysis for a z Test'
|
||||
|
Reference in New Issue
Block a user