20
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed radius/size mixup in Format8bppIndexed More... about 10 years ago
fixed radius/size mixup in Format8bppIndexed More... about 10 years ago
Adding a tolerance parameter for Quadratic constraints.
cesarsouza
as Cesar Souza
More... about 10 years ago
Adding Quantile Density Functions for univariate discrete distributions.
cesarsouza
as Cesar Souza
More... about 10 years ago
Adding extra math unit tests; small fixes.
cesarsouza
as Cesar Souza
More... about 10 years ago
Adding a Volume adjustment filter for audio signals. Adding support for adjusting volume in the Recorder sample application.
cesarsouza
as Cesar Souza
More... about 10 years ago
Updating version numbers to 2.13.2.
cesarsouza
as Cesar Souza
More... about 10 years ago
Adding some distribution-related corrections.
cesarsouza
as Cesar Souza
More... about 10 years ago
GC-33: Adding a new test case to Goldfarb-Idnani, fixing an off-by-one error.
cesarsouza
as Cesar Souza
More... about 10 years ago
Implementing parameter attributes for all continuous univariate distributions.
cesarsouza
as Cesar Souza
More... over 10 years ago
Fixing Negative, Poisson and Triangular distributions tests.
cesarsouza
as Cesar Souza
More... over 10 years ago
Removing the clone operation in Expectation-Maximization initialization.
cesarsouza
as Cesar Souza
More... over 10 years ago
Updating other visualizations to offer better flexibility to customize ZedGraph panels; Adding a data bar visualization box.
cesarsouza
as Cesar Souza
More... over 10 years ago
Correcting attribute namespace.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding first version of the distribution analysis, for estimating likely distributions from observed data; Working on documentation.
cesarsouza
as Cesar Souza
More... over 10 years ago
Fixes GC-33: GoldfarbIdnaniQuadraticSolver class failed to give correct answer.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding C++ sources for Berwin A. Turlach's QP solver in the unit test framework.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding some convenience methods, updating unit tests.
cesarsouza
as Cesar Souza
More... over 10 years ago
Updating ChiSquare Test to support testing against continuous distributions.
cesarsouza
as Cesar Souza
More... over 10 years ago
Working on documentation.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding the Anderson Daring and Shapiro Wilk tests and related distributions.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding the new range attributes for some distribution constructors; Adding a general Generate method for all distributions.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding Range attributes with better semantics
cesarsouza
as Cesar Souza
More... over 10 years ago
Updating K-Modes to select modes per column, instead of entire elements. This also enables the use of the Kmeans++ initialization scheme in KModes.
cesarsouza
as Cesar Souza
More... over 10 years ago
Updating error-based pruning to avoid computing modes when there are no elements covered by a node.
cesarsouza
as Cesar Souza
More... over 10 years ago
Updating Mode calculation so an optimum method is chosen depending on whether the provided data values implement IComparable.
cesarsouza
as Cesar Souza
More... over 10 years ago
Adding parameterless constructors for statistical distributions and expanding unit tests.
cesarsouza
as Cesar Souza
More... over 10 years ago
Distance More... over 10 years ago
Completing General Continuous Distribution (for defining custom distributions based solely on the CDF, PDF, or both), and re-enabling its related unit tests.
cesarsouza
as Cesar Souza
More... over 10 years ago
Expanding distribution unit tests and providing small fixes for some issues found.
cesarsouza
as Cesar Souza
More... over 10 years ago