ObservationsPlot

class ObservationsPlot @JvmOverloads constructor(data: DoubleArray, var interval: Interval? = null, dataName: String? = null) : BasePlot(source)

This class displays the data array in the order list. The interval parameter can be used to display a lower limit and upper limit line on the plot.

Parameters

data

the data to plot

interval

the interval to show on the plot

Constructors

Link copied to clipboard
constructor(data: IntArray, interval: Interval? = null, dataName: String? = null)
constructor(data: DoubleArray, interval: Interval? = null, dataName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot

Link copied to clipboard
fun confidenceInterval(level: Double = 0.99)
Link copied to clipboard
open override fun toString(): String