Commit Graph

7745 Commits

Author SHA1 Message Date
04db6bd5ee LazStats: Inherit form of BoxPlotUnit from TBasicStatsReportAndChartForm.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7745 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-05 18:46:33 +00:00
0b2786b7b2 LazStats: Inherit form of NormalityUnit from TBasicStatsReportAndChartForm.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7744 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-05 15:20:49 +00:00
4e03e81c94 LazStats: Minor refactoring of the Compute routine in XvsMultYUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7743 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-04 22:00:46 +00:00
bf34c484c1 LazStats: Inherit form of XvsMultYUnit from TBasicStatsReportAndChartForm.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7742 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-04 20:36:14 +00:00
d36f794dee LazStats: Simplification of Compute() method in PlotXYUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7741 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-04 16:50:11 +00:00
7edc03ffc8 LazStats: Inherit form of PlotXYUnit from TBasicStatsReportAndChartForm.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-04 12:16:47 +00:00
6f5659920f LazStats: More general usability of the calculations in DescriptiveUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-03 21:49:09 +00:00
a38794b4f8 LazStats: Extract and add some general purpose grid-related routines to the new unit GridProcs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-03 18:03:48 +00:00
bf2850f8a1 SpkToolbar: Fix anchors in Appearance editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-03 14:39:46 +00:00
e1af77e5b3 SpkToolbar: Adding missing Appearance editor update (due to TMenuButton). Patch by Husker (https://forum.lazarus.freepascal.org/index.php/topic,51552.msg379413.html#msg379413).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-03 10:45:48 +00:00
d0521f135e SpkToolbar: Mention Husker as contributor to the package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7735 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 21:38:09 +00:00
171f166623 SpkToolbar: Update Styles demo to show the new TMenuButton. Patch by Husker (https://forum.lazarus.freepascal.org/index.php/topic,51552.msg379413.html#msg379413).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7734 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 21:35:00 +00:00
29499ce5e9 SpkToolbar: Update Basic demo to show the new TMenuButton. Patch by Husker (https://forum.lazarus.freepascal.org/index.php/topic,51552.msg379413.html#msg379413).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7733 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 21:19:59 +00:00
a7c30e362e spkToolbar: Update Actions demo to show the new TMenuButton. Patch by Husker (https://forum.lazarus.freepascal.org/index.php/topic,51552.msg379413.html#msg379413).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7732 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 21:04:51 +00:00
4c1488174c spkToolbar: Add TMenuButton, patch by Husker (https://forum.lazarus.freepascal.org/index.php/topic,51552.msg379413.html#msg379413). No complete, yet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 20:44:24 +00:00
c25230eb89 Lazstats: Massive refactoring of DescriptiveUnits: Move calculation to new TDescriptiveStats class. More user-friendly interface.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7730 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-02 17:14:33 +00:00
0175c44fa5 LazStats: Inherit DescriptiveUnit from TBasicStatsReportForm. Fix related issues. Fix compilation with FPC trunk.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-01 16:03:56 +00:00
219b3d9e97 LazStats: Fix typo in file name of BasicStatsReportFormUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7728 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-01 15:17:51 +00:00
3e4d68478c LazStats: LazStats: Prepare more generalized layout by add form ancestors TBasicStatsReportForm and TBasicStatsReportAndChartForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7727 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-01 15:08:49 +00:00
349f9b039b LazStats: Refactor GroupFreqUnit (to inherit from TBasicStatsChartForm).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-01 14:06:47 +00:00
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