CronoSeries
0.1.*
A fork of Cronos with a focus on being a Time Series class library.
|
Classes | |
class | DataSource |
This class provides a mechanism for connection to external sources of data. The simplest example is a connection to a .csv file, but more interesting examples could include connections by network to a broker's historical data feed, a connection to a local database of time series, etc. More... | |
class | DirectedGraph |
DirectedGraph is a collection of nodes and directed labeled (by socket) links. Each node contains a (1) an IConnectable item Each node has incoming and outgoing links. The Graph can be viewed with a DirectedGraphViewer. More... | |
interface | IConnectable |
Connectable units have inputs and outputs. When all inputs are assigned, outputs are automatically recomputed. They also have methods that control how they are displayed. This interface is required in order to display something in a DirectedGraph. More... | |
interface | ICopyable |
interface | IUpdateable |
class | Longitudinal |
This class represents longitudinal data, that is, a collection of time series. More... | |
class | MVTimeSeries |
class | TimeSeries |
class | TimeSeriesBase |