Creates a dataset after type-casting given data values to quotes.
Array of any type of values or Quote.
Adds a given quote to the end of the dataset.
Quote.
self reference.
Applies given indicators to every quotes of the dataset.
Array of Indicator.
self reference.
Get quote at the given zero based position
number, where 0 is first index, and -1 is the last index.
Quote if found.Flatten quote over an attribute
The attribute.
flatten array.
Updates the last quote of the dataset with the given quote.
Quote.
self reference.
Generated using TypeDoc
Creates a dataset out of data, where data is an array of any numeric values.