Commit Graph

7775 Commits

Author SHA1 Message Date
8df06eb3c3 LazStats: Prepare more generalized layout by adding form ancestors TBasicStatsParamsForm and TBasicStatsChartForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7725 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-01 14:05:43 +00:00
8092e5e9fa LazStats: Fix bug in NormalDist. Nicer report layout in CompareDistUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-30 21:52:40 +00:00
10049ca6b0 LazStats: Complete refactoring of CompareDistUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-30 21:05:32 +00:00
0e50c16f6b LazStats: More refactoring in CompareDistUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7722 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-30 10:19:19 +00:00
c50e122263 LazStats: Better numerical stability of PoissonPDF.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-30 10:18:54 +00:00
98cf0d0621 LazStats: Beginning to layout of CompareDistUnit to move report and chart inside the form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7720 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 13:49:25 +00:00
feed93c12b LazStats: Add OnDblClick handlers for listboxes in BreakdownUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7719 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 10:55:15 +00:00
3e74301fa1 LazStats: Rearrange Analysis > Descriptive menu. Check whether the Close button is working for non-modal forms. Add build and release modes to project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7718 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 10:36:56 +00:00
37374ab05d LazStats: Remove invalid assertion.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7717 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 10:15:25 +00:00
c8585f1eeb LazStats: Fix FreqUnit crashing due to improper array dimensions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 10:14:55 +00:00
c33d6d24a5 LazStats: Fix compilation with Laz 2.0.10
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 09:29:49 +00:00
f4da217825 rx: Brazilian portugues translation from Pedro Araújo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-29 05:05:52 +00:00
a8ee917195 LazStats: Make grid-related procedures in DataProcs needed by CrossTabUnit independent of MainForm. Clean-up.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 21:37:49 +00:00
72015121c4 LazStats: Fix CrossTab form constraints and tab order.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 21:22:08 +00:00
746509e94a LazStats: Remove remaining goto instructions from the crosstab BreakDown procedure
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 21:18:41 +00:00
3cf367a1dc LazStats: Remove two goto instructions in the BreakDown method of CrossTabUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 21:11:20 +00:00
85f0568fb3 LazStats: Extract computation code from TCrossTabFrm to separate calculation class.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 21:06:11 +00:00
788f6feec0 LazStats: Beginning to refactor CrossTabUnit: include output in form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7708 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 16:24:38 +00:00
21b70d0447 LazStats: Fix wrong parameter of ProbF() call in BreakDownUnit. Move function ProbF to MathUnit for better testing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7707 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 14:05:34 +00:00
4a492958a3 LazStats: Split ANOVA calculation off of main calculation routine in BreakDownUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7706 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 10:59:21 +00:00
f25cde2b88 LazStats: One more automatic divider line for report.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-28 10:59:09 +00:00
697e7ba4f8 LazStats: Integrate report output into the form of BreakDownUnit. Begin refactoring of Compute routine. Fix TabOrder of MultXvsYUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-27 22:43:10 +00:00
bd95521f4b LazStats: Integrate report and chart into MultXvsYUnit. Some simplifications.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7703 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-27 21:23:20 +00:00
6fc99eddbc LazStats: Inherit the SPC forms from TBasicStatsForm. Fix some formatting issues in the descriptive forms.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7702 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-27 18:07:50 +00:00
4867231421 LazStats: Beginning to inherited forms from TBasicStatsForm. Add ResetForms method to Mainform in order to reset all non-modal data forms, eg. when a new file is loaded.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7701 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-27 17:59:39 +00:00
eeda26f714 SpkToolbar: Prevent mouse clicks on hidden "More options" button.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7700 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 22:37:56 +00:00
51e360c94b SpkToolbar: Use "More options" button in Actions demo. Based on patch provided by husker.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 22:35:29 +00:00
afaa49277f spkToolbar: Add "More options button" to panes. Patch by husker, slightly modified, https://forum.lazarus.freepascal.org/index.php/topic,51552.msg378809.html#msg378809
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 22:12:42 +00:00
e353889d67 LazStats: Complete refactored NormalityUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7697 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 21:10:53 +00:00
3c23258256 LazStats: Add QuickSort routine.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 17:52:52 +00:00
6678dc1af8 spktoolbar: Fix incorrect image assigned to action for adding radiobutton (Patch by husker, https://forum.lazarus.freepascal.org/index.php/topic,51552.msg378768.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7695 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-26 11:30:11 +00:00
0ad61ba3c6 LazStats: Refactor NormalityUnit (integrate report, add probability chart based on TAChart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7694 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-25 23:08:58 +00:00
da16cac513 jvcl: less hints in JvDBLookup.pas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-24 14:47:58 +00:00
15176c6bf2 jvcl: Fix crash of TJvDBTreeView when deleting the last child of a node. Issue #45 reported at sourceforge.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-24 14:47:02 +00:00
e3cd2dea44 LazStats: Complete refactoring of FreqUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7691 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-23 22:34:12 +00:00
6f16f11ccc spkToolbar: Add the new separator to the "actions" demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-23 19:14:25 +00:00
ebd7cefb2e spkToolbar: Add separators (ButtonKind = bkSeparator). Patch provided by Husker, https://forum.lazarus.freepascal.org/index.php/topic,51552.msg378527.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-23 19:07:15 +00:00
202d0b5559 LazStats: Beginning to use TAChart inside FreqUnit. Trying to avoid annoying FreqSpecs dialogs. Not complete, yet. Some simplifications in other units (InitForm)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7688 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-23 11:19:08 +00:00
3395fc8847 LazStats: Integrate Report and Chart in form of XvsMultYUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7687 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-22 13:20:08 +00:00
84e1cce0ed LazStats: Allow defined line-breaks in "contextual help" entries.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-22 10:42:22 +00:00
0bb1c4fe0f LazStats: Integrate report and chart into form of BubblePlotUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7685 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-22 09:40:36 +00:00
d9150100d0 LazStats: Fix compilation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7684 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-22 08:34:23 +00:00
5cfa3c5c6c LazStats: Add some menu separators. Some clean-up.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7683 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-22 08:26:09 +00:00
57b8701628 LazStats: Integrate report and chart into form of BoxPlotUnit. Some minor refactoring.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-21 21:39:40 +00:00
24083f5582 LazStats: Trim array lengths in PlotXYUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-21 16:22:05 +00:00
b97c60fa91 RxFPC:fix RxDBGrid draw title merging cell - thx. adilsonpazzini
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7680 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-21 12:02:51 +00:00
d36e545456 LazStats: Cleanup in PlotXYUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7679 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-20 21:56:53 +00:00
352f651b2f LazStats: Integrate report and chart into PlotXYUnit's form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7678 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-20 21:49:11 +00:00
b8752fb113 LazStats: Fix positioning and sizing of non-modal forms in Descriptive menu
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7677 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-20 20:37:17 +00:00
db7a9b2fdb LazStats: Remove toolbar from DistribUnit (there is one inherited from TChartFrame). Some cosmetics
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7676 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-20 20:22:00 +00:00