 |
|
 |
 |
 |
| Components > Science > Statistic |
|
Companies News:
| FastReport FMX released |  |
Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X).
Compatible with Embarcadero RAD Studio XE2 (FireMonkey) and XE3 (FireMonkey 2).
Visual report designer is available now on both MS Windows and on MAC OS X!
Full sources.
Get more info here
|
| | Want to know more ? | |
|
AMRandom v.4.3 | FWS |
438 k |
18 Nov 2009 |
| By ESB Consultancy. This aims to supply a CodeGear (Borland) Delphi translation of Alan Miller's Random Module for FORTRAN-90. This translation has been done with Dr Miller's approval and is being made FREELY available to all Delphi Developers, though we do ask the Alan Miller and ESB Consultancy be given due credit.
It includes the following Random Number Generators:
- Normal (Gaussian)
- LogNormal
- Gamma
- Chi-squared
- Exponential
- Weibull
- Beta
- Multivariate Normal
- Generalized inverse Gaussian
- Binomial (2 different ones)
- Negative Binomial
- von Mises
- Cauchy.
Fully functional Source: Included Exe-Demo Included
| | Download: C2k10 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 |
  |
|
|
Math Methods | FWS |
18 k |
23 Jun 1999 |
By Andrew Tuseyev. Several math and statistic methods for implementations of Seidel, Gauss and Fadeev methods. Fully functional Source: Included
| | Download: D3 D4 |
|
|
|
Matrix Made Easy. Complex Matrix Class v.0.2b | FWS |
27 k |
27 Jun 2000 |
By Andrew Tuseyev. Very easy and fast complex matrix class. See help for examples. Also included function of complex variable and some math method for solve linear system. Fully functional Source: Included
| | Download: D4 D5 |
|
|
|
Regression Component | SW |
109 k |
06 May 1999 |
By Fred Edberg. A component for the statistical analysis of large multivariate data sets. The statistical functions included within primarily focus upon multivariate parametric and regression related tasks. Brief, but partial, list: Regression, Measures of Covariance/Correlation, Statistical Distance and Separability Measures, Variable Transformation Functions, Univariate Variable Summary Statistics, Advanced Variables Analysis, more. Partially restricted Source: On purchase/registration Price: $20 Source Price: $100
| | Download: D2 D3 D4 |
 |
|
|
StatPack (Multivariate Linear Regression, etc) v.1.0 | FWS |
411 k |
16 Dec 2002 |
By Fred Edberg. A Delphi components package of TClientDataSet descendants which do multivariate [linear - mostly] regression and related diagnostics. Fully functional Source: Included
| | Download: D6 D7 |
 |
|
|
TRegComp | FWS |
48 k |
28 Aug 2000 |
By Fred Edberg. The component is a math/statistical library which has about 100 stat.-related functions (about 5500 lines of source). It's structure is simple. The component is essentially a non-visual computation "engine" - it is lean but effective. Aanyone that wants to "wrap-up" the functionality around a more sophisticated series of events, methods, etc. Fully functional Source: Included
| | Download: D5 |
 |
|
|
TSplines v.2.0 | FWS |
173 k |
14 May 2000 |
By Martijn van Engeland. Component for handling B-splines. Thanks to matrix calculation it is possible interpolate the by means of calculating a number of knew vertices in such a way that the spline interpolates the original ones. The splines now use dynamic allocation of memory when needed when adding points to the spline. If the number of points to be added is known in advance, the the precise amount of memory can be allocated setting the capacity property. Fully functional Source: Included Exe-Demo Included
| | Download: D1 D2 D3 D4 D5 |
|
|
|
sqsBasicStats v.1.0 | SW |
560 k |
12 Dec 2005 |
| By Squid Software LLC. sqsBasicStats is a VCL-based class library, containing high performance classes to perform real-time basic statistics calculations in an easy-to-implement way. The package is about 300 kilobytes, and it is possible to integrate the necessary functionality into an executable. The compiled form of sqsBasicStats can be distributed royalty-free with your applications.
Statistical Functions:
- Frequency analysis: The classes available for frequency analysis incorporate calculation of the frequency of each value in a given data set. These functions can be used to produce: - a list of unique values in the data set (called "labels"); the count of these unique values in this data set (called "count," or frequency); a calculation of percentages of these values; and a calculation of cumulative percentages. In addition, a list of cut-off points for user-defined percentiles in a given data list (including, but not limited to, quartiles) can be calculated and outlier values in the dataset can be obtained.
- Cross-tabulation: This function forms two-way tables from two sets of values representing rows and colums of the resulting table. Using this function together with Chi-square and the various t-test classes provides various methods to determine the association of the two value sets.
- Descriptive statistics: These are the basic descriptive statistics, and include: mean, median, mode, maximum, minimum, range, standard deviation, variance, standard error, sum of values, factorial, excess kurtosis, standard error of kurtosis, Pearson's first skewness, sample skewness, standard error of skewness, Pearson's correlation coefficient, covariance, standard deviation of differences, sum of co-deviates, sum of square deviates.
- One-sample T-Test: Incorporates the functions to calculate the t-test value and the significance of it, based on the contents of a sample array and an assumed population mean. The functions here are used to test whether the sample mean is significantly different than the assumed population mean.
- Pairwise One-sample T-Test: Incorporates the functions to calculate the t-test value and the significance of it, based on the contents of two sample arrays, taken out of the same sample. The functions here are used to test whether the means of the two different arrays analyzed are statistically the same.
- Independent samples T-Test: Incorporates the functions to calculate the Student's t-test value and the significance of it, using values made available from two independent samples. These functions are used to test whether the means of these two variables from two different samples is significantly different than each other.
- Chi-square analysis: Chi-square statistic is used to test the validity of the hypothesis of no association of columns and rows in tabular data that can be obtained through the use of
- CrossTab analysis. This statistic should be used with nominal data. The chi-square test is likely to find significance if the relationship is strong, the sample size is sufficiently large, or the number of values of the two associated variables is large. It is possible to determine the validity of relationships using chi-square value with different significance levels, although the level of 95% significance is the most common. sqsBasicStats computes Pearson's chi-square (as well as a few others), although other calculations of chi square value exist.
- Analysis of Variance (ANOVA): The Analysis of Variance (ANOVA) Technique tests for significant differences among two or more groups. This test tries to find out whether there is any relationship between a dependent and one or more independent variables. If there is only one independent variable, with several categories, the technique is called single classification ANOVA while the use of more than one independent variables is called multiple classification ANOVA. Since the variance (or its square root, the standard deviation) is the average distance of the raw scores in a distribution of numbers from the mean of that distribution, the functional relationship between the variance and the mean can be used to determine mean differences by analyzing variances.
- Linear regression: The linear regression analysis, in essence, helps lay out a straight line that best fits the average movement of two variables examined in the analysis, in two dimensions. The line is called the line of regression (hence the name, linear regression), and can be used for making predictions for the dependent value. The functions here compute the regression constants and the standard error.
- Missing Values: In all of the statistical analyses, it is possible to integrate user-defined missing values which can be ignored in calculations.
Evaluation (time-limit) Source: On purchase/registration Price: $89.95 Source Price: $149.95
| | Download: D7 |
  |
|
| News from our Sponsors |
Easy data compression solution! Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code. Save up to $500 by ordering at Torry's Showcase! more...
Problem Solving with Delphi This title includes a book and a CD. The purpose of the book is to use Delphi as a vehicle to introduce some fundamental algorithms and to illustrate several mathematical and problem-solving techniques. This book is therefore intended to be more of a reference for problem-solving, with the solution expressed in Delphi. It introduces a somewhat eclectic collection of material, much of which will not be found in a typical book on Pascal or Delphi. Many of the topics have been used by the author over a period of about ten years at Bond University, Australia in various subjects from 1993 to 2003. Much of the work was connected with a data structures subject (second programming course) conducted variously in MODULA-2, Oberon and Delphi, at Bond University, however there is considerable other, more recent material, e.g., a chapter on Sudoku. more... |
| |
Advertising on Torry's Delphi Pages
|
 |
 |
 |
|
 |