You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Tee Namespace > Classes > ProbabilityPlot Class
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
ProbabilityPlot Class

Probability plot.

Dew_Stats_Tee_ProbabilityPlot
Syntax
C#
Visual Basic
public class ProbabilityPlot : Points;

ProbPlot.cs

The probability plot is a graphical technique for assessing whether or not a data set follows a given distribution. The data are plotted against a theoretical distribution in such a way that the points should form approximately a straight line. Departures from this straight line indicate departures from the specified distribution. 

 

using Steema.TeeChart; using Dew.Stats.Tee

nasmespace Dew.Examples; { void Example() { ProbailityPlot pt = new ProbabilityPlot(); pt.Chart = Chart1.Chart; } }

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!