New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

Dew.Stats.Core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Dew.Stats.Core

Dew.Stats.Core is the cross-platform and managed-only edition of the Dew.Stats statistical computing library. It provides an extensive suite of tools for probability distributions, hypothesis testing, regression, multivariate analysis, time-series modeling, and experimental design. Built on top of Dew.Math.Core, it operates without native binary dependencies, making it suitable for Windows, Linux, macOS, mobile environments, plugins, sandboxed systems, and WebAssembly deployment. Probability Distributions and Random Models: - PDF, CDF, and inverse CDF for 36+ standard continuous and discrete distributions - Random number generators with parameter estimation and sampling workflows Descriptive and Exploratory Statistics: - Moments, quantiles, percentiles, ranks, scaling, normalization, cumulative transforms - Histograms, ogives, and distribution diagnostics Hypothesis Testing and Statistical Inference: - Parametric tests: t-test, Z-test, F-test, Chi-Squared, Bartlett, Hotelling T² - Non-parametric tests: Wilcoxon, Sign, Mann-Whitney, Anderson–Darling, Shapiro–Wilk, KS - Confidence intervals, residual analysis, goodness-of-fit evaluation Regression and Model Fitting: - Linear and multiple linear regression (weighted / unweighted) - Logistic, Poisson, Ridge regression, nonlinear regression (BFGS / CG / Marquardt / Simplex) - ANOVA and ANCOVA, principal component regression Multivariate and Structure Analysis: - PCA (covariance/correlation), PCA residuals, item analysis, rotational transforms - Classical Multidimensional Scaling and dimensionality significance tests Time Series Analysis and Forecasting: - ACF and PACF, moving-average and smoothing methods - ARMA/ARIMA/ARAR models with coefficient estimation via Yule–Walker, Burg, Innovations, and MLE - Box-Ljung significance tests and forecasting diagnostics Ready-to-Use High-Level Components: - TMtxANOVA, TMtxMulLinReg, TMtxNonLinReg, TMtxPCA, TMtxHypothesisTest, TMtxBinaryTest, TMtxMDScaling Integration Notes: - Uses Dew.Math.Core (managed vector/matrix computation, no native runtime dependency) - No visualization layer is included in the Core edition Dew.Stats.Core is ideal for portable analytics workflows, scripting, services, and embedded scientific computing.

nugetNuGet
Version
6.3.10
Version published
Maintainers
1
Created
Source

Dew.Stats.Core

Cross-platform statistical computing and modeling library built on Dew.Math.Core, fully managed, with no native dependencies. Built on top of Dew Math Core Library.

Dew.Stats.Core provides a comprehensive suite of statistical, multivariate, regression, and time-series analysis tools that run on:

  • Windows
  • Linux
  • macOS
  • Mobile & Embedded platforms
  • WebAssembly and sandboxed execution environments

This edition contains no native binary acceleration and is ideal for maximum portability.

Key Features

Probability Distributions

  • PDF, CDF, and inverse CDF for 36+ continuous and discrete distributions
  • Random sampling, parameter estimation, and model fitting workflows

Descriptive & Exploratory Statistics

  • Means, moments, quantiles, percentiles, scaling, ranks, cumulative transforms
  • Histograms and empirical distribution diagnostics

Hypothesis Testing

  • Parametric: t-test, Z-test, F-test, Chi-Squared, Bartlett, Hotelling T²
  • Non-parametric: Wilcoxon, Sign, Mann–Whitney, Anderson–Darling, Shapiro–Wilk, KS
  • Confidence intervals and goodness-of-fit assessments

Regression & Model Fitting

  • Linear and multiple linear regression (weighted/unweighted)
  • Logistic, Poisson, Ridge regression
  • Nonlinear optimization (BFGS, Conjugate Gradient, Marquardt, Simplex)
  • ANOVA and ANCOVA

Multivariate & Structural Analysis

  • PCA (covariance or correlation-based)
  • PCA residuals and rotational transforms
  • Classical Multidimensional Scaling (MDS)

Time-Series Analysis & Forecasting

  • ACF and PACF analysis tools
  • ARMA / ARIMA / ARAR modeling
  • Coefficient estimation via Yule–Walker, Burg, Innovations, MLE
  • Box-Ljung diagnostics and forecast generation

Ready-to-Use High-Level Components

ComponentPurpose
TMtxANOVAAnalysis of variance
TMtxMulLinRegMultiple linear regression
TMtxNonLinRegNonlinear regression & model fitting
TMtxPCAPrincipal Component Analysis
TMtxHypothesisTest, TMtxBinaryTestStatistical inference workflows
TMtxMDScalingMultidimensional scaling

Dependencies

Target FrameworkDependency
netstandard2.0Dew.Math.Core >= 6.3.5
net8.0Dew.Math.Core >= 6.3.5
net9.0Dew.Math.Core >= 6.3.5

No native runtime packs required.

When to Use Dew.Stats.Core

Choose this edition when:

  • Portability is more important than peak performance
  • Working in WASM, scripting, plugins, cloud deployments, containers
  • Targeting Linux/macOS environments without native libraries

If you require hardware-accelerated BLAS/LAPACK performance, use Dew.Stats instead (native optimized edition).

Examples

EnvironmentExamples
Generalhttps://github.com/Dew-Research
WinForms / WPF / ASP.NET (.NET Framework)https://github.com/Dew-Research/DewLabStudio-NETFramework-Samples
WinForms (.NET Core / .NET 5+)https://github.com/Dew-Research/DewLabStudio-NETCore-Samples

Documentation

ResourceLink
API Referencehttps://www.dewresearch.com/Help/VSNET/StatsMaster/contents.html
Product Pagehttps://www.dewresearch.com/products/stats-master/stats-master-for-visual-studio-net
NuGet Publisher Profilehttps://www.nuget.org/profiles/DewResearch/
Licensehttps://www.dewresearch.com/downloads/LicenseNET.pdf

License

Commercial license. See DewStatsLicense.txt included in this package. All Dew.* NuGet packages on nuget.org are trial versions and work from inside Visual Studio IDE only.

Keywords

dotnet

FAQs

Package last updated on 15 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts