reliagrowr
R package reliagrowr by paulgovan — release notes from GitHub.
A reliability growth package put its models behind an MCP server for AI assistants to call.
◆Recent moves
- 2mo ago
Reliability growth models exposed as MCP tools
⚡ SPARKrga_mcp_server() makes the package's models callable by AI assistants over the Model Context Protocol — a new class of caller for a domain statistics package. Shipped alongside gof() for Cramér-von Mises and Kolmogorov-Smirnov statistics and predict_duane() with confidence bounds, so the same release adds both a way to judge fits and a way for something other than a human to request them.
View source ↗ - 4mo ago
Repairable systems analysis arrives: NHPP, MCF, exposure
The largest statistical expansion in the log, and the one that stops this being a growth-curve package: parametric NHPP fitting in Power Law and Log-Linear forms with piecewise support and automatic change point detection, Nelson-Aalen mean cumulative function estimation, and system exposure across repairable systems. Overlay functions let multiple fits share a plot, which is the practical need once several models compete for the same data.
View source ↗ - 4mo ago
Maximum likelihood fitting and failure simulation
An MLE fit method for rga() gives an alternative to the regression-based estimates the package started with, and sim_failures() supports simulation study workflows. Confidence intervals for the Duane model and a failure-allowed parameter for demonstration test planning round it out — incremental statistical depth ahead of the bigger repairable-systems push.
View source ↗ - 8mo ago
ReliaGrowR 0.3.2
This release publishes release notes byte-identical to the 0.3 tag from a month earlier, listing the same plotting and printing options and the same data management vignette. Nothing in the feed distinguishes it from its predecessor, so it reads as a patch shipped without its own notes.
View source ↗ - 9mo ago
More plotting and printing options for RGA and Duane models
Presentation work on the two core model types plus a vignette on reliability data management. Modest, but this is the release whose notes the following 0.3.2 tag reused verbatim, so it is the one that carries the actual changes.
View source ↗ - 10mo ago
S3 methods replace the ad hoc plotting functions
duane_plot() becomes duane() with a separate S3 plot method and plot_rga() is replaced the same way — a breaking but conventional cleanup that gives the package the uniform object-and-method structure the later tidy extractors and tool servers depend on. P-P and Q-Q goodness-of-fit plots and demonstration test planning arrive alongside.
View source ↗