Uses of Class
adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
-
Packages that use AbstractProbabilityPaintlet Package Description adams.flow.sink adams.gui.visualization.stats.paintlet adams.gui.visualization.stats.probabilityplot -
-
Uses of AbstractProbabilityPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractProbabilityPaintlet Modifier and Type Field Description protected AbstractProbabilityPaintlet
ProbabilityPlotDisplay. m_Val
Paintlet for plotting the dataMethods in adams.flow.sink that return AbstractProbabilityPaintlet Modifier and Type Method Description AbstractProbabilityPaintlet
ProbabilityPlotDisplay. getRegression()
get the regression used to transform the dataMethods in adams.flow.sink with parameters of type AbstractProbabilityPaintlet Modifier and Type Method Description void
ProbabilityPlotDisplay. setRegression(AbstractProbabilityPaintlet val)
Set the regression used to transform the data -
Uses of AbstractProbabilityPaintlet in adams.gui.visualization.stats.paintlet
Subclasses of AbstractProbabilityPaintlet in adams.gui.visualization.stats.paintlet Modifier and Type Class Description class
Exponential
Paints the transformed exponential distribution
Valid options are:class
Gamma
Paints the transformed gamma distribution
Valid options are:class
Logistic
paints the transformed logistic distribution
Valid options are:class
Loglogistic
paints the transformed loglogistic distribution
Valid options are:class
Lognormal
paints the transformed lognormal distribution
Valid options are:class
Normal
Paints the transformed normal distribution on the panel
Valid options are: -
Uses of AbstractProbabilityPaintlet in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as AbstractProbabilityPaintlet Modifier and Type Field Description protected AbstractProbabilityPaintlet
ProbabilityPlot. m_DefaultPaintlet
Default paintlet for the GOEprotected AbstractProbabilityPaintlet
ProbabilityPlot. m_Paintlet
Paintlet for plotting the data using a regressionMethods in adams.gui.visualization.stats.probabilityplot with parameters of type AbstractProbabilityPaintlet Modifier and Type Method Description void
ProbabilityPlot. setRegression(AbstractProbabilityPaintlet val)
Set the regression to use for the probability plot
-