KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.plotting
/
ACFPlot
ACFPlot
class
ACFPlot
@
JvmOverloads
constructor
(
data
:
DoubleArray
,
maxLag
:
Int
=
defaultMaxLag(data.size)
,
dataName
:
String
?
=
null
)
:
BasePlot
(
source
)
Members
Constructors
ACFPlot
Link copied to clipboard
@
JvmOverloads
constructor
(
data
:
DoubleArray
,
maxLag
:
Int
=
defaultMaxLag(data.size)
,
dataName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
acf
Link copied to clipboard
val
acf
:
DoubleArray
ci
Link copied to clipboard
val
ci
:
Interval
Functions
build
Plot
Link copied to clipboard
open
override
fun
buildPlot
(
)
:
Plot
Builds a new instance of a Lets-Plot representation of the plot