Package edu.cmu.tetrad.util.dist
Class Indicator
java.lang.Object
edu.cmu.tetrad.util.dist.Indicator
- All Implemented Interfaces:
Distribution
,TetradSerializable
,Serializable
Created by IntelliJ IDEA. User: jdramsey Date: Jan 15, 2008 Time: 5:07:01 PM To change this template use File |
Settings | File Templates.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
double
getParameter
(int index) getParameterName
(int index) The name of the index'th parameter, for display purposes.double
static Indicator
Generates a simple exemplar of this class to test serialization.void
setParameter
(int index, double value) Sets the index'th parameter to the given value.toString()
-
Method Details
-
serializableInstance
Generates a simple exemplar of this class to test serialization.- Returns:
- The exemplar.
-
getNumParameters
public int getNumParameters()- Specified by:
getNumParameters
in interfaceDistribution
- Returns:
- Ibid.
-
getName
- Specified by:
getName
in interfaceDistribution
- Returns:
- Ibid.
-
setParameter
public void setParameter(int index, double value) Description copied from interface:Distribution
Sets the index'th parameter to the given value.- Specified by:
setParameter
in interfaceDistribution
- Parameters:
index
- Ibid. Must be >= 0 and < # parameters.value
- Ibid.
-
getParameter
public double getParameter(int index) - Specified by:
getParameter
in interfaceDistribution
- Parameters:
index
- Ibid. Muist be <= 0 and < # parameters.- Returns:
- The Ibid.
-
getParameterName
Description copied from interface:Distribution
The name of the index'th parameter, for display purposes.- Specified by:
getParameterName
in interfaceDistribution
- Parameters:
index
- Ibid. Must be >= 0 and < # parameters.- Returns:
- Ibid.
-
nextRandom
public double nextRandom()- Specified by:
nextRandom
in interfaceDistribution
- Returns:
- Ibid.
-
toString
-