CdfPoint constructor

const CdfPoint(
  1. num value,
  2. double p
)

Creates a CDF step at value with cumulative probability p. Audited: 2026-06-12 11:26 EDT

Implementation

const CdfPoint(this.value, this.p);