TStatProbSeries Class

Header: Dew.Stats.Controls.VCL/StatSeries.h · C++Builder only
TPointSeriesTStatProbSeries

class TStatProbSeries : public TPointSeries;

Probability plot.

The TStatProbSeries inherits all TPointSeries properties/methods and introduces some new properies. TStatProbSeries can be used to construct "special" statistical plots:

  • Normal probability plot,
  • Quantile-Quantile plot,
  • Weibull probability plot.
  • Exponential probability plot.

Constructors

NameDescription
TStatProbSeries

Destructors

NameDescription
~TStatProbSeries

Properties

NameTypeDescription
ProbSeriesTypeTProbSeriesTypeDefines type of probability series being used.
SlopePenTChartPen*Control line pen.

Methods

NameDescription
AddSampleValues
DoAfterDrawValues
GetProbSeriesType
GetSlopePen
OnGetLabel
SetParentChart
SetSeriesColor

Fields

NameTypeDescription
MaxXdoubleDefine the slope line end point.
MaxYdouble
MinXdoubleDefine the slope line start point.
MinYdouble