VDISoft.SPC.Charts.NormProbPlotSeries


Public Properties


Name
Description
AdjustedRSquared
Gets the adjusted coefficient of multiple determination for the series.
b0
Gets the point estimator of beta-not.
b1
Gets the point estimator of beta-one.
ConfidenceBandColor
Gets and sets the color of the confidence band.
ConfidenceBandStyle
Gets and sets the style of the confidence band.
ConfidenceBandType
Gets and sets the type of confidence band.
ConfidenceBandWidth
Gets and sets the width of the confidence band.
ConfidenceIntervals
Gets and sets the confidence intervals of confidence band.
ExcludedPointColor
Gets and sets the color of the excluded data points.
ExcludedPointMarker
Gets and sets the type of marker used with the excluded data points.
ExcludedPointSize
Gets and sets the size of the excluded data points.
FittedCurve
Gets and sets internal method for setting the fitted curve.
FittedCurveColor
Gets and sets the color of the regression curve.
FittedCurveStyle
Gets and sets the style of the regression curve.
FittedCurveWidth
Gets and sets the width of the regression curve.
HorizontalLineColor
Gets and sets the color of the horizontal line.
HorizontalLineStyle
Gets and sets the style of the horizontal line.
HorizontalLineWidth
Gets and sets the width of the horizontal line.
Internal_AdjustedRSquared
Gets and sets the adjusted coefficient of multiple determination for the series.
Internal_b0
Gets and sets the point estimator of beta-not.
Internal_b1
Gets and sets the point estimator of beta-one.
Internal_MSE
Gets and sets the error mean square for the series.
Internal_MSR
Gets and sets the regression mean square for the series.
Internal_RSquared
Gets and sets the coefficient of determination for the series.
Internal_SSCorrectionForMean
Gets and sets the correction for the mean sum of squares for the series.
Internal_SSE
Gets and sets the error sum of squares for the series.
Internal_SSR
Gets and sets the regression sum of squares for the series.
Internal_SSTO
Gets and sets the total sum of squares for the series.
Internal_SSTOU
Gets and sets the total uncorrected sum of squares for the series.
Item
Gets and sets an sample of the collection.
LevelOfSignificance
Gets and sets the level of significance for the confidence band.
LowerConfIntCurve
Gets and sets internal method for setting the lower confidence interval curve.
MSE
Gets the error mean square for the series.
MSR
Gets the regression mean square for the series.
Name
Gets and sets the name of the series.
PointColor
Gets and sets the color of the data points.
PointMarker
Gets and sets the type of marker used with the data points.
PointSize
Gets and sets the size of the data points.
RSquared
Gets the coefficient of determination for the series.
Show
Gets and sets the flag indicating if the series should be shown.
ShowAdjustedRSquared
Gets and sets the flag that indicates if the adjusted coefficient of multiple determination for the series should be shown.
ShowConfidenceBand
Gets and sets the flag indicating if the confidence band should be shown.
ShowFittedCurve
Gets and sets the flag indicating if the regression curve should be shown.
ShowHorizontalLines
Gets and sets indicates if horizontal lines are to be shown for the series.
ShowMSE
Gets and sets the flag that indicates if the error mean square for the series should be shown.
ShowMSR
Gets and sets the flag that indicates if the regression mean square for the series should be shown.
ShowRegressionEquation
Gets and sets the flag that indicates if the regression equation for the series should be shown.
ShowRSquared
Gets and sets the flag that indicates if the adjusted coefficient of determination for the series should be shown.
ShowSSCorrectionForMean
Gets and sets the flag that indicates if the correction for the mean sum of squares for the series should be shown.
ShowSSE
Gets and sets the flag that indicates if the error sum of squares for the series should be shown.
ShowSSR
Gets and sets the flag that indicates if the regression sum of squares for the series should be shown.
ShowSSTO
Gets and sets the flag that indicates if the total sum of squares for the series should be shown.
ShowSSTOU
Gets and sets the flag that indicates if the total uncorrected sum of squares for the series should be shown.
ShowStdDev
Gets and sets the flag that indicates if the standard deviation for the series should be shown.
ShowVerticalLines
Gets and sets indicates if vertical lines are to be shown for the series.
SSCorrectionForMean
Gets the correction for the mean sum of squares for the series.
SSE
Gets the error sum of squares for the series.
SSR
Gets the regression sum of squares for the series.
SSTO
Gets the total sum of squares for the series.
SSTOU
Gets the total uncorrected sum of squares for the series.
StdDev
Gets the standard deviation for the series.
UpperConfIntCurve
Gets and sets internal method for setting the upper confidence interval curve.
VerticalLineColor
Gets and sets the color of the vertical line.
VerticalLineStyle
Gets and sets the style of the vertical line.
VerticalLineWidth
Gets and sets the width of the vertical line.

Public Methods


Name
Description
Add
Add a sample to the series.
Clear
Clear the data out of the series.
Clone
Create a clone of the NormProbPlotSeries.
GetObjectData
This method is called upon the serialization of a NormProbPlotSeries.
IsMouseNearFittedCurve
Inidicates if the mouse is near the fitted curve.
IsMouseNearLowerConfidenceBand
Inidicates if the mouse is near the lower confidence band.
IsMouseNearUpperConfidenceBand
Inidicates if the mouse is near the upper confidence band.
IsMouseOnFittedCurve
Inidicates if the mouse is on the fitted curve.
IsMouseOnLowerConfidenceBand
Inidicates if the mouse is on the lower confidence band.
IsMouseOnUpperConfidenceBand
Inidicates if the mouse is on the upper confidence band.
MakeExample
This example comes from Applied Linear Statistical Models.
MakeSamples
Create a random set of samples where the size of the set is equal to the argument.
OnDeserialization
This method is called upon the deserialization of a NormProbPlotSeries.
RemoveAt
Clear an item out of the series.
StatisticsToBeShown
This method returns if any flags are set for statistics to be displayed.

Public Events


Name
Description
NoteAdded
Occurs when a Note is added to the Notes collection.
NoteAuthorChanged
Occurs when the Note:Author of a Note changes.
NoteDateTimeChanged
Occurs when the Note:DateTime of a Note changes.
NoteNameChanged
Occurs when the Note:Name of a Note changes.
NoteRemoved
Occurs when a Note is removed from the Notes collection.
NotesCleared
Occurs when the Note objects of the Notes collection are cleared.
NoteSet
Occurs when a Note of the Notes collection is set.
NoteTextChanged
Occurs when the Note:Text of a Note changes.

Protected Methods


Name
Description
AddSample
Add a sample to the series.
GetSample
Gets the sample of the series at a particular index.
NoteAddedListener
Listener for Notes:NoteAdded events of the Notes collection.
NoteAuthorChangedListener
Listener for Note:NoteAuthorChanged events of the Note object.
NoteDateTimeChangedListener
Listener for Note:NoteDateTimeChanged events of the Note object.
NoteNameChangedListener
Listener for Note:NoteNameChanged events of the Note object.
NoteRemovedListener
Listener for Notes:NoteRemoved events of the Notes collection.
NotesClearedListener
Listener for Notes:NotesCleared events of the Notes collection.
NoteSetListener
Listener for Notes:NoteSet events of the Notes collection.
NoteTextChangedListener
Listener for Note:NoteTextChanged events of the Note object.
SetSample
Sets the sample of the series at a particular index.