Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MonadicEventRecordsTransformations

Guides

  • Monadic Event Records Transformations

Tech Notes

  • Parameterized Event Records Data Transformations

Symbols

  • EmptyComputationSpecificationRow
  • ERTMonAddToContext
  • ERTMonAggregateTimeSeries
  • ERTMonApplyTimeSeriesFunction
  • ERTMonAssignContextTo
  • ERTMonAssignTo
  • ERTMonAssignValueTo
  • ERTMonBind
  • ERTMonComputeVariableStatistic
  • ERTMonContexts
  • ERTMonDropComputationSpecification
  • ERTMonDropContingencyMatrices
  • ERTMonDropEntityAttributes
  • ERTMonDropEntityVariableRecordGroups
  • ERTMonDropEventRecords
  • ERTMonDropFromContext
  • ERTMonDropNormalizationValues
  • ERTMonDropTimeSeries
  • ERTMonDropVariableOutlierBoundaries
  • ERTMonEchoContext
  • ERTMonEchoDataSummary
  • ERTMonEchoFunctionContext
  • ERTMonEchoFunctionValue
  • ERTMonEcho
  • ERTMonEchoValue
  • ERTMonEntityVariableGroupsToTimeSeries
  • ERTMonFail
  • ERTMonFindNormalizationValue
  • ERTMonFindVariableOutlierBoundaries
  • ERTMonFold
  • ERTMonGroupEntityVariableRecords
  • ERTMonIfElse
  • ERTMonIf
  • ERTMonIterate
  • ERTMonMakeContingencyMatrices
  • ERTMonMakeContingencyMatrix
  • ERTMonModifyContext
  • ERTMonModule
  • ERTMon
  • ERTMonNest
  • ERTMonNestWhile
  • ERTMonNormalize
  • ERTMonOption
  • ERTMonProcessComputationSpecification
  • ERTMonPutContext
  • ERTMonPutValue
  • ERTMonReadData
  • ERTMonRemapEntitiesByGroups
  • ERTMonRetrieveFromContext
  • ERTMonSetComputationSpecification
  • ERTMonSetContext
  • ERTMonSetContingencyMatrices
  • ERTMonSetEntityAttributes
  • ERTMonSetEntityVariableRecordGroups
  • ERTMonSetEventRecords
  • ERTMonSetNormalizationValues
  • ERTMonSetTimeSeries
  • ERTMonSetValue
  • ERTMonSetVariableOutlierBoundaries
  • ERTMonSucceed
  • ERTMonTakeComputationSpecification
  • ERTMonTakeContext
  • ERTMonTakeContingencyMatrices
  • ERTMonTakeContingencyMatrix
  • ERTMonTakeEntityAttributes
  • ERTMonTakeEntityVariableRecordGroups
  • ERTMonTakeEventRecords
  • ERTMonTakeNormalizationValues
  • ERTMonTakeTimeSeries
  • ERTMonTakeValue
  • ERTMonTakeVariableOutlierBoundaries
  • ERTMonToTimeSeries
  • ERTMonUnit
  • ERTMonUnitQ
  • ERTMonWhen
  • ProcessComputationSpecification
  • WeatherEventRecords
  • $ERTMonFailure
AntonAntonov`MonadicEventRecordsTransformations`
ProcessComputationSpecification
​
Process computations specifications. The argument can be a file name string, a matrix, or a dataset.
​
Details and Options
Examples  
(1)
Basic Examples  
(1)
Empty computational specification row:
In[1]:=
EmptyComputationSpecificationRow
[]
Out[1]=
VariableMissing[],Explanation,MaxHistoryLength3600,AggregationIntervalLength60,AggregationFunctionMean,NormalizationScopeEntity,NormalizationFunctionNone
Example computational specification:
In[2]:=
specRows=​​Flatten@OuterJoin
EmptyComputationSpecificationRow
[],"Variable"#1,"MaxHistoryLength"maxHistoryLength,"AggregationIntervalLength"aggIntervalLength,"AggregationFunction"#2,"NormalizationScope""Entity","NormalizationFunction""Mean"&,{"Temperature","Heartbeat","RespiratoryRate"},{"Mean","Range"};​​
ProcessComputationSpecification
[Dataset[specRows]]
Out[2]=
Variable
Explanation
MaxHistoryLength
AggregationIntervalLength
AggregationFunction
NormalizationScope
NormalizationFunction
Temperature.Mean
Temperature
315360000
1209600
Mean
Entity
Mean
Temperature.Range
Temperature
315360000
1209600
Range
Entity
Mean
Heartbeat.Mean
Heartbeat
315360000
1209600
Mean
Entity
Mean
Heartbeat.Range
Heartbeat
315360000
1209600
Range
Entity
Mean
RespiratoryRate.Mean
RespiratoryRate
315360000
1209600
Mean
Entity
Mean
RespiratoryRate.Range
RespiratoryRate
315360000
1209600
Range
Entity
Mean
SeeAlso
EmptyComputationSpecificationRow
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com