| | Name | Description |
|---|
 | DateVector(Date) | Initializes a vector from an array. |
 | DateVector(DateVector) | Creates a vector by concatenating many vectors. |
 | DateVector(Csv, Int32) |
Creates a vector by reading a column from a CSV file. The column is identified by its name.
|
 | DateVector(Csv, String) |
Creates a vector by reading a column from a CSV file. The column is identified by its name.
|
 | DateVector(Date, DateVector) | Creates a vector by concatenating a new value with a suffix vector. |
 | DateVector(DateVector, Date) | Creates a vector by concatenating a prefix vector with a new value. |
 | DateVector(DateVector, DateVector) | Creates a vector by concatenating two vectors. |
 | DateVector(Int32, Date) | Initializes a vector from a scalar. |
 | DateVector(Int32, FuncInt32, Date) | Creates a vector using a formula to fill its items. |
 | DateVector(Int32, FuncInt32, DateVector, Date) | Creates a vector using a formula to fill its items. |
 | DateVector(Int32, Date, Date) | Creates a vector filled with a uniform distribution generator. |