public class ProbabilityPlot : Points
Probability plot.
The probability plot is a graphical technique for assessing whether or not a data set follows a given distribution.
Properties
| Name | Type | Description |
|---|---|---|
| SlopePen | ChartPen | Defines slope pen properties. |
Methods
| Name | Description |
|---|---|
| ctor (2) | |
| SetupSlope | Setup slope line equation in one call. |
Constants
| Name | Type | Description |
|---|---|---|
| maxX | Double | Slope line ending point. |
| maxY | Double | Slope line ending point. |
| minX | Double | Slope line starting point. |
| minY | Double | Slope line starting point. |