Uses of Class
adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet

Packages that use AbstractProbabilityPaintlet
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
protected  AbstractProbabilityPaintlet ProbabilityPlotDisplay.m_Val
          Paintlet for plotting the data
 

Methods in adams.flow.sink that return AbstractProbabilityPaintlet
 AbstractProbabilityPaintlet ProbabilityPlotDisplay.getRegression()
          get the regression used to transform the data
 

Methods in adams.flow.sink with parameters of type AbstractProbabilityPaintlet
 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
 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
protected  AbstractProbabilityPaintlet ProbabilityPlot.m_def
          Default paintlet for the GOE
protected  AbstractProbabilityPaintlet ProbabilityPlot.m_val
          Paintlet for plotting the data using a regression
 

Methods in adams.gui.visualization.stats.probabilityplot with parameters of type AbstractProbabilityPaintlet
 void ProbabilityPlot.setRegression(AbstractProbabilityPaintlet val)
          Set the regression to use for the probability plot
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.