Dew.Stats
6.2.3
See the version list below for details.
dotnet add package Dew.Stats --version 6.2.3
NuGet\Install-Package Dew.Stats -Version 6.2.3
<PackageReference Include="Dew.Stats" Version="6.2.3" />
<PackageVersion Include="Dew.Stats" Version="6.2.3" />
<PackageReference Include="Dew.Stats" />
paket add Dew.Stats --version 6.2.3
#r "nuget: Dew.Stats, 6.2.3"
#:package Dew.Stats@6.2.3
#addin nuget:?package=Dew.Stats&version=6.2.3
#tool nuget:?package=Dew.Stats&version=6.2.3
Dew Stats Library for .NET Framework, .NET Core and .NET Core Winforms
Statistical library built on top of Dew Math Library includes among other features:
- Different probability distributions (PDF, CDF and inverse CDF for 36 distributions), random number generators, parameter estimate.
- Descriptive statistics. Histograms, ogives, cumulative sum, nth moments, percentile, range, IQR, mean, median, mode, ranks and more. Multivariate Analysis
- PCA by using covariance/correlation matrix, PCA residuals, orthogonal rotation of ZScores, Bartlett test for dimensionality and Z-Scores; Classical Multidimensional Scaling, Hotelling T2 test, M-Box test, Item Analysis.
- Design of Experiment. Full Factorial Design, Latin HyperCube design, ...
- Hypothesis testing. Sign test, Wilcoxon Signed Rank test, one-sample t-test, two-sample paired/unpaired t-test, Z-Test, Chi-Squared test, F-Test, Shapiro-Wilks test, Chi-Squared Goodness of Fit test and Shapiro-Francia test; Berra-Jarque, Anderson-Darling, Kolmogorov-Smirnov test, Mann-Whitney U test, LillioeFors Goodness of Fit test, ...
- Regression models. Linear (weighted, unweighted), Multiple linear (weighted, unweighted), Logistic regression, Ridge regression, Poisson regression, General non-linear regression (using the BFGS, Marquardt, Conjugate gradient or Simplex method), one-way and two-way ANOVA, Principal Component Regression.
- Statistical charts. Optional with separate assembly depending on Steema TeeChart.NET: Probabilities plot (Normal, Weibull, QQ), variable control charts ( X, R, S and EWMA), attribute control charts (P, NP, U and C), dot plot, box plot, biplot, error ellipses PLUS all major statistical chart types, supported by Steema's TeeChart (error, barr, error bar, pie, box, scatter, scatter 3D, histogram, Pareto and more).
- Time series analysis. Sample ACF, PACF, exponential smoothing (single, double, triple), support for ARMA/ARIMA models (simulating, forecasting, estimating coefficients by using Yule-Walker, Burg, Innovations and MLE algorithms), ARAR time series model, moving average, memory-shortening filter, Box-Ljung statistics, etc..
- Ready-to-use components. TMtxANOVA (encapsulates ANOVA routines), TMtxMulLinReg (encapsulates multiple linear regression routines), TMtxNonLinReg (encapsulates nonlinear regression routines), TMtxPCA (encapsulates PCA routines), TMtxHypothesisTest (encapsulates hypothesis testing routines), TMtxBinaryTest (encapsulates binary diagonstic test routines), TMtxMDScaling (encapsulates multimensional scaling routines).
Examples
Documentation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- Dew.Math (>= 6.2.3)
- Steema.TeeChart.NET (>= 4.2024.3.15)
-
net7.0
- Dew.Math (>= 6.2.3)
-
net7.0-windows7.0
- Dew.Math (>= 6.2.3)
- Steema.TeeChart.NET (>= 4.2024.3.15)
-
net8.0
- Dew.Math (>= 6.2.3)
-
net8.0-windows7.0
- Dew.Math (>= 6.2.3)
- Steema.TeeChart.NET (>= 4.2024.3.15)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Dew.Stats:
| Package | Downloads |
|---|---|
|
Dew.Lab.Studio
Dew Lab Studio bundles the Dew.Math, Dew.Signal, and Dew.Stats libraries into a unified package suitable for scientific, engineering, financial, and real-time signal-processing applications. It includes full numerical computation, vectorized signal analysis and filtering, statistical modeling, probability distributions, spectral transforms, optimization, and advanced data workflows. This package also integrates visualization via Dew.Math.TeePro, Dew.Signal.Tee, and Dew.Stats.Tee, which extend TeeChart for high-performance plotting of large datasets, spectrograms, signal traces, matrices, probability distributions, and live streaming data. No hard WinForms linking is introduced into your own code; the visualization libraries depend on WinForms internally while allowing you to use WinForms, WPF, Avalonia, or custom UI frameworks. Included Components: - Dew.Math (Windows native-accelerated numerical computation) - Dew.Signal (real-time DSP, filtering, transforms, spectral and streaming signal analysis) - Dew.Stats (probability distributions, statistical modeling, hypothesis testing, inference) - Dew.Math.TeePro (high-speed charting extensions for numerical data) - Dew.Signal.Tee (spectral / time-frequency / oscilloscope plotting extensions) - Dew.Stats.Tee (statistical visualization and histogramming helpers) Usage Model: - Use Dew Lab Studio for Windows desktop and server applications requiring interactive visualization, scientific and engineering debugging workflows, data interpretation, or real-time signal monitoring. - For Linux HPC systems: use Dew.Lab.Studio.Linux (accelerated native Linux builds). - For maximum cross-platform portability: use Dew.Lab.Studio.Core (managed-only .Core builds). Platform Notes: - Dew.*.Tee packages depend on WinForms internally. Therefore, projects targeting net8.0-windows or net9.0-windows must enable the Windows Desktop framework (WinForms). |
|
|
Dew.Stats.Tee
Dew.Stats.Tee provides statistical visualization components for Dew.Stats with TeeChart **Pro**. It adds specialized chart types for probability analysis, quality control, distribution insight, and multivariate exploration. Included Visualization Types: - Probability plots (Normal, Weibull, QQ, percentile-based) - Statistical quality control charts: - Variable: X-bar, R, S, EWMA - Attribute: P, NP, U, C - Dot plot, box plot, biplot, error ellipses, scatter / 3D scatter - Histogram, Pareto analysis, error bars, confidence regions Requirements and Packaging: - **Requires TeeChart Pro** (transitively referenced via **Dew.Math.TeePro**) - **TeeChart Lite is not supported** by this package - Windows-only; targets WinForms-enabled .NET TFMs - Visualization is optional; Dew.Stats runs without charting Notes: - Prior to version 6.3.8, these visual components were bundled elsewhere. From 6.3.8 onward, visualization is an opt-in package for clearer modularity. |
GitHub repositories
This package is not used by any popular GitHub repositories.