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 AbstractProbabilityPaintletProbabilityPlotDisplay. m_ValPaintlet for plotting the dataMethods in adams.flow.sink that return AbstractProbabilityPaintlet Modifier and Type Method Description AbstractProbabilityPaintletProbabilityPlotDisplay. getRegression()get the regression used to transform the dataMethods in adams.flow.sink with parameters of type AbstractProbabilityPaintlet Modifier and Type Method Description voidProbabilityPlotDisplay. 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 classExponentialPaints the transformed exponential distribution
Valid options are:classGammaPaints the transformed gamma distribution
Valid options are:classLogisticpaints the transformed logistic distribution
Valid options are:classLoglogisticpaints the transformed loglogistic distribution
Valid options are:classLognormalpaints the transformed lognormal distribution
Valid options are:classNormalPaints 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 AbstractProbabilityPaintletProbabilityPlot. m_DefaultPaintletDefault paintlet for the GOEprotected AbstractProbabilityPaintletProbabilityPlot. m_PaintletPaintlet for plotting the data using a regressionMethods in adams.gui.visualization.stats.probabilityplot with parameters of type AbstractProbabilityPaintlet Modifier and Type Method Description voidProbabilityPlot. setRegression(AbstractProbabilityPaintlet val)Set the regression to use for the probability plot
-