KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.simopt.solvers.algorithms.bo
/
SurrogateModelIfc
/
Prediction
Prediction
data
class
Prediction
(
val
mean
:
Double
,
val
variance
:
Double
)
(
source
)
A posterior prediction: the
mean
and (non-negative)
variance
, with a convenience
standardDeviation
.
Members
Constructors
Prediction
Link copied to clipboard
constructor
(
mean
:
Double
,
variance
:
Double
)
Properties
mean
Link copied to clipboard
val
mean
:
Double
standard
Deviation
Link copied to clipboard
val
standardDeviation
:
Double
variance
Link copied to clipboard
val
variance
:
Double