Expand description
Group sequential design
This crate ports the canonical Simpson grid construction and density update algorithms from the original R gsDesign implementations to Rust.
Structs§
- Density
Grid - Density grid used for recursive convolution across interim analyses.
- Integration
Grid - Grid produced by Simpson’s rule on the canonical normal scale.
Enums§
- Integration
Error - Error type reported by numerical integration routines.