{"id":57688,"library":"statrs","title":"statrs","description":"Statistical computing library for Rust.","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/statrs-dev/statrs","tags":["statistics","distribution","math","probability"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nstatrs = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add statrs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Normal","correct":"use statrs::distribution::Normal;"}],"quickstart":{"code":"use statrs::distribution::Normal;\nuse statrs::distribution::ContinuousCDF;\n\nlet normal = Normal::new(0.0, 1.0).unwrap();\nlet prob = normal.cdf(1.96);\nprintln!(\"CDF at 1.96: {}\", prob);","lang":"rust","description":"Computes the cumulative distribution function of a normal distribution."},"warnings":[],"env_vars":null,"search_vec":"'comput':3 'distribut':8 'librari':4 'math':9 'probabl':10 'rust':6 'statist':2,7 'statr':1","created_at":"2026-06-16T15:53:37.125941+00:00","updated_at":"2026-06-16T15:53:37.125941+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/statrs-dev/statrs","github":"https://github.com/statrs-dev/statrs","docs":"https://docs.rs/statrs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}