Releases: gmpassos/statistics
Releases · gmpassos/statistics
v1.0.19
v1.0.18
- New `CountTable`. - `BayesianNetwork` and `BayesEventMonitor`: - Significant performance improvement for high number of variables and dependencies. - Allow variables nodes with multiple root paths. - `Pair`: - Added `hashCode` cache. - `generateCombinations`: - Added parameter `validator`. - Improved `Chronometer`: - New field `totalOperation` and method `timeToComplete`. - Added time marks. - Better `toString`: - Changed parameter `withTime` to `withStartTime`. - `Duration` extension: - `toStringUnit`: - New parameter `decimal`. - Better output for `zero` `Duration`. - Added `toStringDifference` - `String` extension - Added `headEqualsLength`, `tailEqualsLength`, `headEquals`, `tailDifferent`. - `ListExtension`: - Added `equalsElements`, `removeAll`, `retainAll`, `toDistinctList`, `shuffleCopy`, `randomSelection`. - `SetExtension`: - Added `copy`, `equalsElements`. - `IterableExtension`: - Added `copy`, `asList`, `asSet`, `whereIn`, `whereNotIn`, `equalsElements`, `computeHashcode`. - `MapEntryExtension`: - Added `copy`, `equals`, `toPair`. - `MapExtension`: - Added `copy`.
v1.0.17
- New type `Pair`. - New `EventForecaster` framework. - `BayesianNetwork`: - New method `addDependency`. - Now allows probability dependency between variables. - Added test with `XOR`. - `BayesEventMonitor`: - Now allows out-of-order events from the Bayesian Network topology. - New `CombinationCache` and function `generateCombinations`. - coverage: ^1.0.4