PChart Constructor |
Name | Description | |
---|---|---|
PChart(AxisXY, Int32, Double) |
Creates a p-Chart given the defect rates for a series of
samples with equal sample sizes.
| |
PChart(AxisXY, Int32, Int32) |
Creates a p-Chart given the number of defects for a series of
samples with equal sample sizes.
| |
PChart(AxisXY, Int32, Double) |
Creates a p-Chart given the defect rates for a series of
samples with varying sample sizes.
| |
PChart(AxisXY, Int32, Int32) |
Creates a p-Chart given the number of defects for a series of
samples with varying sample sizes.
|