dsh-ctr-significance
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-ctr-significance
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-ctr-significance in the DeepSeek Harness terminal to install this plugin; source code is available at https://github.com/uckkk/dsh-ctr-significance
About this plugin
In growth experiments and A/B tests, deciding whether a CTR fluctuation reflects a real lift or mere statistical noise requires a significance test. Yet that calculation often lives in scattered scripts or remote services, adding dependency overhead and friction inside an inference session. dsh-ctr-significance packages this capability as a lightweight, in-session tool so you can call it without context switches or extra deployment.
The core function, ctr_significance, performs a precise CTR statistical significance test based on the parameters you supply and returns a clearly structured, detailed result. The entire implementation is pure Node with zero network calls, so it runs reliably in offline or sandboxed environments with negligible latency.
It is well suited for growth engineers, data analysts, and strategy teams who compare landing-page variants or recommendation strategies. When you need a quick, trustworthy answer to whether an observed CTR difference is statistically significant, a single in-session call gives you the conclusion without opening a terminal or waiting on a remote service.
Use Cases
- Quickly determine whether a CTR difference in an A/B test is statistically significant
- Run offline CTR hypothesis testing inside an inference session without external services
- Get precise significance results in a single call when comparing growth strategies
Best For
- Engineers running growth experiments and landing-page optimization
- Data analysts who perform CTR hypothesis testing frequently
- Technical teams making strategy decisions within model inference sessions
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.