is an option to TemporalData that specifies the dimension of the value space.
ValueDimensions
is an option to TemporalData that specifies the dimension of the value space.
Details
- ValueDimensions is typically used to disambiguate between multidimensional values and lists of scalar values.
- Possible settings include:
-
Automatic automatically find dimensions 1 scalar values n vector values of length n {n1,n2,…} array values of dimension {n1,n2,…} - The ni must be positive integers.
Examples
Basic Examples (1)
data = Characters /@ {"dog", "cat", "fox", "owl"}Create a TemporalData object containing a collection of four scalar-valued paths:
TemporalData[data, Automatic, ValueDimensions -> 1]["Paths"]//ColumnInterpret the same data as a single path of dimension 3:
TemporalData[data, Automatic, ValueDimensions -> 3]["Paths"]//ColumnUse the data as the value for a single timestamp in a single path of dimensions {4,3}:
TemporalData[{data}, Automatic, ValueDimensions -> {4, 3}]["Paths"]//ColumnSee Also
History
Text
Wolfram Research (2014), ValueDimensions, Wolfram Language function, https://reference.wolfram.com/language/ref/ValueDimensions.html.
CMS
Wolfram Language. 2014. "ValueDimensions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ValueDimensions.html.
APA
Wolfram Language. (2014). ValueDimensions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ValueDimensions.html
BibTeX
@misc{reference.wolfram_2026_valuedimensions, author="Wolfram Research", title="{ValueDimensions}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ValueDimensions.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_valuedimensions, organization={Wolfram Research}, title={ValueDimensions}, year={2014}, url={https://reference.wolfram.com/language/ref/ValueDimensions.html}, note=[Accessed: 13-June-2026]}