CronoSeries
0.1.*
A fork of Cronos with a focus on being a Time Series class library.
|
This class represents longitudinal data, that is, a collection of time series. More...
Public Member Functions | |
Longitudinal (IEnumerable< TimeSeries > initialComponents) | |
int | NumInputs () |
int | NumOutputs () |
string | GetInputName (int socket) |
string | GetOutputName (int socket) |
List< Type > | GetAllowedInputTypesFor (int socket) |
List< Type > | GetOutputTypesFor (int socket) |
bool | InputIsFree (int socket) |
bool | SetInput (int socket, object item, StringBuilder failMessage) |
object | GetOutput (int socket) |
string | GetDescription () |
string | GetShortDescription () |
double | SampleMean () |
Vector< double > | SampleACF (int maxLag) |
Public Attributes | |
TimeSeries | this[int idx] => Components[idx] |
Properties | |
int | MaxCount [get, protected set] |
int | Count [get] |
string | ToolTipText [get, set] |
![]() | |
string | ToolTipText [get, set] |
This class represents longitudinal data, that is, a collection of time series.