Skip to main content

Stats Master Release History

Version-by-version changelog for the Stats Master statistical add-on (Dew Stats for .NET). Newest releases first.

  1. New features and changes for v6.3.8 target Dew Stats for .NET

    November 2025

    General:

    • Replaced binary serialization.
    • Enabled support for the Preview OOP .NET Core Winform designer.
    • Fixed component editor finalizer causing crashes.
    • Separated Dew.Math.Tee, Dew.Math.TeePro, and Dew.Stats.Tee from the main nuget package to allow separate and faster updates.
    • Updated Dew.Stats.Tee for the most recent TeeChart version.
    • Bug fix for random number generators which sometimes caused range check error due to random number not fitting in to integer range.
    • Support for .NET Framework 4.8, .NET Core 8.0 and 9.0 included.
  2. New features and changes for v6.3.8

    September 2023
    • Support for Rad Studio Athens 13.0
  3. New features and changes for v6.2.2 for Dew Stats for .NET

    May 2024
    • Support for Visual Studio 2022 v17.9.3
    • Support for .NET Framework v2.0, .NET Core 7.0 and 8.0 (lower .NET versions only with older versions).
    • Support for TeeChart v 2024.15.3
    • Updated for Dew.Math 6.2
    • Bug fix for MannWhitneyTest
    • Rewritten the ARMA MLE fitting and the forecasting function used by ARIMA.
    • Fixed a bug when fitting parameters of the Fisher random distribution.
    • Added vectorized version of the Fisher PDF.
  4. New features and changes for v6.2.0

    November 2023
    • Support for Rad Studio Athens 12.0
    • Added ARIMA Trend decomposition example.
    • Bug fix for MannWhitneyTest.
    • Updated for MtxVec v6.2.0
  5. New features and changes for v6.1.0

    June 2022
    • Android 11 tagged pointer support.

    Time-series forecasting:

    • Rewritten ARMAForecast
    • Rewritten ARMAMLE
    • Added new trend decomposition ARIMA example to Stats Master demo.
    • Added Durbin-Watson statistics.
  6. New features and changes for v6.0.5

    September 2021
    • Added support for RAD Studio 11 Alexandria
  7. New features and changes for v6.0.4

    July 2021
    • Initial release of the Stats Master for .NET Core 5.0 rewritten in C#.
  8. New features and changes for v6.0.4

    March 2021
    • Fixed a bug when fitting parameters of the Fisher random distribution.
    • Vectorized version of the Fisher PDF.
  9. New features and changes for v6.0.4

    March 2021
    • Bug fix for Stepwise multiple regression when running with enabled assertions (debug mode).
  10. New features and changes for v6.0.1

    June 2020
    • Support for Sydney 10.4 and matching MtxVec v6 features.
  11. New features and changes for v6.0

    March 2020
    • Matching MtxVec v6 with features.
    • Added C++Builder support across all features.
  12. New features and changes for v6.0

    February 2020
    • Support for Rad Studio XE10.3 Rio Update 3 and Android64 compiler.
    • Support for combined (either double or single) precision where meaningfull.
  13. New features and changes for v5.3.2

    December 2018
    • Support for Rad Studio XE10.3 Rio
    • Installer support for FMX and Delphi platforms.
  14. New features and changes for v5.3.1

    January 2018
    • New stepwise multiple linear regression component TMtxStepwiseReg. Suport for forward, backward and exhaustive search.
    • Support for Linux in Rad Studio XE10.2 Tokyo (Update 2). The following units are functional in Linux: RegModels, Regress, Statistiscs, StatRandom and StatTools
    • Bug fix for NegBinomPDF and NegBinomCDFInv (numerical stability)
    • .NET bug fix for Marquardt optimization method (giving rise to "complement of two.." type of error).
    • GeometricFit fix for confidence interval estimation.
  15. New features and changes for v5.2

    May 2017
    • Updated for MtxVec v5.2 (Intel IPP and MKL update).
    • Support for Rad Studio XE10.2 Tokyo.
  16. New features and changes for v5.1.1

    September 2016
    • Updated for MtxVec v5.1.1 (Intel IPP and MKL update).
    • Performance improvement for PairwiseDistance function (L2 norm) by roughly 10x.
  17. New features and changes for v5.1

    May 2016
    • Updated for MtxVec v5.1 (Intel IPP v9 update and Intel MKL update).
    • Cross platform support for FireMonkey on iOS, OS X and Android.
    • Support for old and new C++Builder 32bit and 64bit compilers.
    • Support for XE10.1 and related TeeChart updates.
  18. New features and changes for v5.02

    April 2015
    • Updated for MtxVec v5.02 (Performance Enhancements, Android support).
    • Update to Stats Master demo for FireMonkey to run also on Android tablets.
    • Support for XE8 and related TeeChart updates.
  19. New features and changes for v5.0

    December 2014
    • Update for MtxVec v5. All features are now available optionally also with full source pascal code running at lower speed, but with cross-platform portability.
    • Updated for FireMonkey XE7.
  20. New features and changes for v4.4

    September 2014
    • Added support for XE7.
  21. New features and changes for v4.4

    February 2014
    • Added support for FireMonkey including all UI controls, Demo and TeeChart support from including XE5 forward.
    • Fixed double and tripple exponential smoothing.
    • Fixed a potential round off error with two-level full factorial design.
    • Added new faster overload for histogram computation.
  22. New features and changes for v4.1

    October 2011
    • Updated for TeeChart Pro 2011 and Delphi/C++Builder XE2 including support for 64bit compiler.
  23. New features and changes for v4.0

    June 2010

    Statistics.pas, Regress.pas

    • Fixed GrubbsTest
    • Fixed bug with RegressTest and Constant param
    • Fixed bug with TBiPlot demo
    • Updated for TeeChart 2010 and Delphi/C++Builder 2010.
  24. New features and changes for v3.5

    September 2008

    Statistics.pas

    • Support for Delphi 2009 and CBuilder 2009
    • New help files.
    • Hypothesis test - fixed hypothesis result when test statistics was Inf or Nan.
    • Several changes in Covatiance and CorrCoef implementation (vectorized)
    • Fixed several bugs in A-D test. [StatTools.pas]
    • GOFKolmogorov bug fixed.

    StatProbPlots.pas

    • Fixed Q-Q plot when plotting only one dataset.
  25. New features and changes for v3.0

    June 2007
    • Improved random generators.
    • Added Gumbel, Triangular, Erlang distribution random number generators.
    • Changed implementation for all random generators to allow either use of MtxVec.Random.dll or "inhouse"
    • simplified random generators.
    • More examples, including C# an C++ examples.
    • All examples have been updated with the new Vector/Matrix syntax.
    • New HtmlHelp 2 format support. Now F1 works again.
    • Added Chi-Squared distribution parameter estimate (ChiSquareFit).
    • Added Cauchy distribution MLE parameter estimates (CauchyFit).
    • Added Erlang distribution parameter estimates (ErlangFit).
    • Added Laplace distribution MLE parameter estimates (LaplaceFit).
    • Added Negative Binomial distribution parameter estimates (NegBinomFit).
    • Expanded regression routines.
    • Added PRESS and R2 functions.
    • Several bug fixes.
  26. New features and changes for v2.1

    May 2006
    • Several new routines for handling/manipulating time series.
    • New tests for normal distribution, detecting outliers, etc.
    • Improved examples and help files.
    • Several bug fixes.
    • Added Kolmogorov-Smirnov goodnes of fit test (one and two sample).
    • Added empirical cumulative distribution function.
    • Chi2 GOF test: added support for log-normal and uniform distribution.
    • Added ZScores for vector.
    • Added Bera-Jarque test of composite normality.
    • Added Grubbs's test for outliers.
    • Several bugs in routine Histogram fixed.
    • Added single moving average function.
    • Added sigle, double and triple exponential smoothing routines.
    • Added sigle, double and triple exponential forecasting routines.
    • Added ARMA/ARIMA simulation routines.
    • Added ARMA/ARIMA estimation (MLE) routines.
    • Added ARMA/ARIMA forecasting routines.
    • Added Yule-Walker AR coefficients estimation.
    • Added Burg AR coefficients estimation.
    • Added Innovations ARMA and MA coefficients estimation.
    • Added innovations and Durbin-Levinson algorithms.
    • Added ARAR model fitting and forecasting routines.
    • Added Box-Cox and inverse Box-Cox transformation.
    • Added rational model fit.
    • Added logistic model fit.
    • Added Poisson regression.
    • Added tMtxBinaryTest component for performing one and two test(s) binary diagnostic test.
    • Added several new examples demonstrating time series analysis routines..
  27. New features and changes for v2.0

    December 2005
    • The demo now compiles with VCL.NET.
    • Fixed a memory leak for the custom editors.
    • Support for Delphi 2005, 2006 W32 and .NET personalities and updated recompile tool.
  28. New features and changes in v2.0

    May 2005
    • Compatible with MtxVec v2.
    • Support for .NET.
    • Support for SSE3 instruction set.
    • Substantial increase in number of optimized primitive functions and methods via MtxVec v2.
    • Improved range checking and programmer safety.
    • Several bug fixes.
    • Enhanced and more customizable routines.
  29. New features and changes in v1.1

    June 2002

    Statistics.pas

    • Added Chi-Squared and F tests for comparing variance(s).
    • Added Spearman rank correlation test.
    • Added LogNormalFit routine for fitting log-normally distributed values.
    • Fixed the internal TiedRank routine (in some special cases ranks were not calculated correctly) and moved it to public section.
    • Added autocovariance, autocorrelation and partial autocorellation functions.
    • Added Chi2 Goodness of fit test routines.
    • Added Shapiro-Wilks and Shapiro-Francia Goodness of fit test routines.
    • Minor bug fixes.

    StatSeries.pas

    • Added control limits calculation for R-Chart.
    • Added EWMA chart calculation.
    • Removed the probability axis tool. Now the relevant code is included in probability series (simplified code - see updated example in Statistics demo).

    Regress.pas

    • Fixed R2 calculation for Constant := false case.
    • Added logistic (simple and ordinal) regression routines.
    • Minor bug fixes

    StatTools.pas

    • New TMtxLogistReg component which encapsulates logistic regression routines.
  30. Initial release of Statistics for MtxVec 1.0

    July 2001

    Fixed a potential round off error with two-level full factorial design.