Run deterministic sampling-importance-resampling diagnostics for narrow TSNPE proposals.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill tsnpe_sir_fallback_sampler --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tsnpe Sir Fallback Sampler?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-tsnpe-sir-fallback-sampler)More formats (shields.io, HTML) on the badges page.
---
name: tsnpe_sir_fallback_sampler
description: Run deterministic sampling-importance-resampling diagnostics for narrow TSNPE proposals.
---
# Tsnpe Sir Fallback Sampler
Use this skill when rejection sampling from the truncated proposal is too inefficient and a fixed candidate budget is needed. It computes normalized importance weights from log prior minus log posterior proposal values, seeded systematic resampling indices, and effective sample size. Do not treat SIR as valid if all weights collapse or ESS is not recorded.
Inputs: JSON with `candidate_samples`, `log_prior`, `log_proposal`, `num_samples`, and optional `seed`. Outputs: JSON with selected samples, normalized weights, ESS, and mechanism checks. Validation: run `python tests/test_sir.py`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.