toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.io.plotting
/
ConfidenceIntervalsPlot
/
ConfidenceIntervalsPlot
Confidence
Intervals
Plot
constructor
(
list
:
List
<
StatisticIfc
>
,
level
:
Double
=
0.95
,
referencePoint
:
Double
?
=
null
)
constructor
(
data
:
Map
<
String
,
DoubleArray
>
,
level
:
Double
=
0.95
,
referencePoint
:
Double
?
=
null
)
constructor
(
intervals
:
Map
<
String
,
Interval
>
,
referencePoint
:
Double
?
=
null
)