dsh-binomial-pmf
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-binomial-pmf
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-binomial-pmf in the DeepSeek Harness terminal to install; the full source is at https://github.com/uckkk/dsh-binomial-pmf .
About this plugin
In model-inference pipelines and statistical modeling workflows, computing the binomial probability mass function is a frequent yet low-level requirement: evaluating the probability of observing exactly k successes out of n independent Bernoulli trials. dsh-binomial-pmf was built precisely for that role—a lightweight, pure Node.js plugin that runs entirely offline with zero network dependencies, sparing you from pulling in a heavyweight scientific-computing library.\n\nThe core capability is deliberately focused: give it the number of trials n, the per-trial success probability p, and the observed success count k, and it hands back P(X = k) as a plain numeric result. There are no hidden side effects, no extra abstraction layers, and no configuration to wrestle with. When a reasoning step calls for a quick probability check, a confidence assessment, or a sampling validation, the zero-dependency, zero-config nature of this plugin keeps integration costs to a minimum.\n\nIt is well suited to developers running model inference on local or edge hardware who need offline probability math, as well as engineering teams that embed binomial-distribution checks into automated decision pipelines. If reaching for a bloated math library or firing off a network request for a single PMF call feels like overkill, this plugin is the lightest option on the shelf.
Use Cases
- Quick binomial PMF checks inside inference pipelines
- Offline or edge-device probability math with no network calls
- Binomial test steps within automated decision workflows
Best For
- Developers running inference on local or edge hardware
- Statistical modeling engineers needing lightweight probability tools
- Embedded teams that want to avoid heavy scientific-computing libraries
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.