🎲 pass/fail by sample size
A/B test sample size calculator which uses a two-tailed sequential likelihood ratio test with false discovery rate controls to calculate statistical significance.
Regional compositing centres and sample size of each region.
Package to determine the correct sample size for a survey
Zero-dependency ISO 2859-1 AQL sample-size lookup. Garment, electronics, medical-device buyer-audit quality inspection. Tables verified against QIMA reference.
MCP server for A/B test statistical analysis — significance testing, sample size calculation, Bayesian analysis, and more
Returns sample size for population numbers
AQL (Acceptable Quality Limit) sampling calculator for garment industry QC. Implements ISO 2859-1 sample size code letters and accept/reject tables. Returns sample size and decision rules for critical, major, and minor defect classifications. Built and us
Library used to traverse canvas pixels based on a sample size and get their brightness levels
MCP server for clinical trial design. Computes sample size, power, group-sequential boundaries, NPH (MaxCombo / RMST / milestone), Monte Carlo verification, and markdown reporting via the gsDesign / gsDesign2 R packages. Covers Phase 2 and Phase 3 confirm
Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.
Textarea React component for Chakra UI
A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.
A collection of credential providers, without requiring service clients like STS, Cognito
Perform the Student's t hypothesis test
Tools for high-dimensional small sample size data
Runs prettier as an eslint rule
3mf export
javascript implementation of Dunning's T-Digest for streaming quantile approximation
Professional animal experiment design assistant with sample size calculator, randomization tools, TCM syndrome animal models, and ethics review guidance. | 专业动物实验设计助手,集成样本量计算、随机分组、中医证候动物模型(脾虚家兔)、伦理审查指导。
Flexible tree layout algorithm that allows for variable node sizes.
Convert character encodings in pure javascript.
Functions for power analysis calculations.
No description provided.
Multidimensional jagged array
MVP multi-level cache runtime with singleflight load de-duplication
High-performance, Pusher-compatible WebSocket server written in Rust with support for public, private, and presence channels
A simulator for leading digit data collections following Benford's Law. Built in Rust
Ultra-low latency WebSocket library for HFT applications
A zero-copy robots.txt parser with SIMD-accelerated byte scanning.
A headless editor engine focused on state management, Unicode-aware text measurement, and coordinate conversion.
A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.
A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.
Estimate the GC-content bias of a BAM by comparing observed vs expected read counts per GC bin over a 2bit genome — Rust port of deeptools computeGCBias (Benjamini & Speed 2012)
RRB-Tree based persistent vector implementation.
Incremental async byte ingestion and bounded owned write handoff.
This class uses Kalman Filter updating to tally sample mean and sum of squared deviations from the average, along with min, max, and sample size. Sample variance, standard deviation, and standard error are calculated on demand.
Ruby Neural Network implementation using backpropagation and gradient descent for training
A new tftp library for clients and servers that supports RFCs 1350, 2347 and 2348 (ie. variable block sizes). It includes a sample client implementation, and a sample server implementation. The server is single-threaded and supports multiple simultaneous downloads.
Ravanello is the cli for analyze keys in redis and size of it's values. Example of usage: ```bash gem install ravanello ravanello --version REDIS_URL="redis://localhost/db" ravanello analyze --rules rules.yml ``` The rules files specifies the structure of the redis keys (splitted by :) and should looks like this: ```yml rules: resque: - 'delayed' - 'resque-retry' - 'timestamps' - 'lock' - 'meta' ``` After analyzing you will get the report in console: ``` Q-ty Size Key (sample) 4 24 * (hello) 1 6 denormalized:companies:* (denormalized:companies:99585213) ```
Graphviz wrapper for Ruby. This can be used as a common library, a rails plugin and a command line tool. == FEATURES/PROBLEMS: GraphvizR is graphviz adapter for Ruby, and it can: * generate a graphviz dot file, * generate an image file by means of utilizing graphviz, * interprete rdot file and generate an image file, * and, generate a graph image file in rails application as a rails plugin. == SYNOPSYS: === Command Line: bin/graphviz_r sample/record.rdot === In Your Code: This ruby code: gvr = GraphvizR.new 'sample' gvr.graph [:label => 'example', :size => '1.5, 2.5'] gvr.beta [:shape => :box] gvr.alpha >> gvr.beta (gvr.beta >> gvr.delta) [:label => 'label1'] gvr.delta >> gvr.gamma gvr.to_dot replies the dot code: digraph sample { graph [label = "example", size = "1.5, 2.5"]; beta [shape = box]; alpha -> beta; beta -> delta [label = "label1"]; delta -> gamma; } To know more detail, please see test/test_graphviz_r.rb === On Rails : <b>use _render :rdot_ in controller</b> def show_graph render :rdot do graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => "<p_left> left|<p_center>center|<p_right> right"] node2 [:label => "left|center|right"] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] end end <b>use rdot view template</b> class RdotGenController < ApplicationController def index @label1 = "<p_left> left|<p_center>center|<p_right> right" @label2 = "left|center|right" end end # view/rdot_gen/index.rdot graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => @label1] node2 [:label => @label2] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] == DEPENDENCIES: * Graphviz (http://www.graphviz.org) == TODO: == INSTALL: * sudo gem install graphviz_r * if you want to use this in ruby on rails * script/plugin install http://technohippy.net/svn/repos/graphviz_r/trunk/vendor/plugins/rdot == LICENSE: (The MIT License)
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.