بنقرة واحدة
add-simulation-test
Add simulation-based parameter-recovery tests for freqTLS models.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add simulation-based parameter-recovery tests for freqTLS models.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit the freqTLS-versus-bayesTLS benchmark for a fair configuration, sound cache provenance, and the correct R-SHRIMP data rebuild.
Audit and improve freqTLS figures, galleries, pkgdown articles, and ggplot recipes, enforcing the Confidence-Eye uncertainty contract, before Florence, Rose, Pat, Fisher, and Grace call a figure done.
Review freqTLS before a public, CRAN, GitHub, or internal release.
Audit a completed freqTLS task or phase before closing it, checking implementation, equations, examples, tests, docs, pkgdown, roadmap, NEWS, the capability matrix, known limitations, stale wording, and after-task reporting.
Review freqTLS profile-likelihood confidence intervals for correctness, equivariance, chi-square calibration, and honest open/boundary/multimodal handling.
Review and improve freqTLS prose in README files, vignettes, pkgdown articles, after-task reports, release notes, design docs, and manuscript-style text for clarity, concrete claims, stable terminology, citations, and reader fit.
| name | add-simulation-test |
| description | Add simulation-based parameter-recovery tests for freqTLS models. |
Use this skill when testing the 4PL likelihood, the links, the profile machinery, and the fitting workflow. Curie leads.
simulate_tls() (factorial
temperature x duration grid; locked data-generating process; fixed seed).fit_tls().convergence$code == 0, pdHess).CTmax, z, low, up, k, and
(for beta-binomial) phi.|D(MLE)| near zero, a finite closed
CI for an interior MLE, and equivariance ci_z == exp(ci_log_z) to about
1e-6.Keep CRAN tests small and deterministic. Use fixed seeds and moderate
tolerances. Put long simulation studies in data-raw/ or an optional workflow,
not in routine package checks.
phi near the binomial limit; near-binomial data fit by beta-binomial.NA
endpoint, not a crash).CTmax:grp and z:grp finite profiles.phi is the sum of the Beta shape parameters: counts are beta-binomial with
a = p * phi, b = (1 - p) * phi. Larger phi means less overdispersion.
Tests and docs must use this single definition.