weird
Functions and Data Sets for "Thats Weird: Anomaly Detection Using R" by Rob J Hyndman
weird rebuilt itself on distributional objects, and now the anomaly tooling composes with everything else.
◆Recent moves
- 1mo ago
Outlier maps, biplot projections, and Gaussian mixtures as distributional objects
Adds outlier_map() for plotting score distance against orthogonal distance with cutoffs, biplot_projection() for two-dimensional score projections with variable axes overlaid, and an augment() method for rrcov robust PCA objects. dist_mclust() converts a Gaussian mixture model into a distributional object, extending the shared representation that 2.0.0 established to another model family.
View source ↗ - 3mo ago
surprisals() reaches glm objects; lookout dependency dropped
Extends surprisals() and surprisals_prob() to glm objects, speeds up the lm and gam paths, and improves rank-based calculations when ties and missing values are present. The lookout dependency is dropped with mvscale() moved back into the package, and kde_bandwidth() uses mlpack for merge distances. Consolidation of the surface 2.0.0 defined.
View source ↗ - 6mo ago
Package refactored onto distributional objects; density_scores becomes surprisals
The structural release: the package is rebuilt around distributional objects, dist_kde() and dist_density() arrive, as_kde() and autoplot.kde() are removed, and density_scores() is replaced by surprisals() with a companion surprisals_prob(). Breaking on several fronts at once, but it is the change that makes every later addition compose rather than accumulate.
View source ↗ - 2y ago
Wine reviews dataset replaced with a fetch function
Removes the bundled wine_reviews dataset in favour of fetch_wine_reviews(), plus bug fixes. Package-size housekeeping, and the last release before the two-year gap that preceded the 2.0.0 rebuild.
View source ↗