CronoSeries  0.1.*
A fork of Cronos with a focus on being a Time Series class library.
Public Member Functions | Public Attributes | Properties | List of all members
CronoSeries.TimeSeries.Data.Longitudinal Class Reference

This class represents longitudinal data, that is, a collection of time series. More...

Inheritance diagram for CronoSeries.TimeSeries.Data.Longitudinal:
CronoSeries.TimeSeries.Data.IConnectable

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]
 
- Properties inherited from CronoSeries.TimeSeries.Data.IConnectable
string ToolTipText [get, set]
 

Detailed Description

This class represents longitudinal data, that is, a collection of time series.


The documentation for this class was generated from the following file: