Interface IDtoGaussCdfFunction
- All Superinterfaces:
IDtoAbstractFunction
- All Known Implementing Classes:
DtoGaussCdfFunction
Gaussian cummulative distribution function. Numeric input and output.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
FunctionId of the only input function.long
getId()
ID of the function.double
getMean()
Mean of Gaussian.double
getStd()
Standard deviation of Gaussian.getType()
Type of this object.void
setArgument
(long argument) FunctionId of the only input function.void
setId
(long id) ID of the function.void
setMean
(double mean) Mean of Gaussian.void
setStd
(double std) Standard deviation of Gaussian.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getType
in interfaceIDtoAbstractFunction
-
getId
long getId()ID of the function.- Specified by:
getId
in interfaceIDtoAbstractFunction
-
setId
void setId(long id) ID of the function.- Specified by:
setId
in interfaceIDtoAbstractFunction
-
getArgument
long getArgument()FunctionId of the only input function. -
setArgument
void setArgument(long argument) FunctionId of the only input function. -
getMean
double getMean()Mean of Gaussian. -
setMean
void setMean(double mean) Mean of Gaussian. -
getStd
double getStd()Standard deviation of Gaussian. -
setStd
void setStd(double std) Standard deviation of Gaussian.
-