u-analytics 0.1.0

Statistical process control, process capability analysis, Weibull reliability, and change-point detection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "u-analytics"
version = "0.1.0"
edition = "2021"
authors = ["iyulab"]
license = "MIT"
description = "Statistical process control, process capability analysis, Weibull reliability, and change-point detection."
repository = "https://github.com/iyulab/u-analytics"
keywords = ["spc", "statistics", "quality", "weibull", "reliability"]
categories = ["science", "mathematics"]
readme = "README.md"

[dependencies]
u-numflow = { version = "0.1", path = "../../foundation/u-numflow" }

[dev-dependencies]
proptest = "1.4"