- Weatherford Knowledge Base
- P#
- Moving Window Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Artificial Lift Optimization
-
Completion Optimization
-
Environmental, Social & Governance
-
Development, Acquisition & Divestitures
-
Enhanced Oil Recovery
-
Admin
-
P#
- Getting Started with P#
- Data Cleansing
- String Functions
- Scenario Functions
- Regression Functions
- Placeholder Functions
- Mathematical Functions
- Logic Functions
- Entities Function
- Moving Window Functions
- Time and Date Functions
- Statistical Functions
- Economic Functions
- Data Handling
- Additional Functions
- Directional Functions
- Machine Learning Functions
- DCA Functions
- Neighborhood Functions
-
Packages
MovingMin
Moving Minimum of a freely definable range.
The function calculates the sum of the elements within the range defined by the user via number of data points. In case of entering zero data points before and after the output is a copy of the input.
Syntax
MovingMin(expression, # of data points before, # of data points after)
- expression: signal expression
- # of data points before - integer number of points in the signal expression before the current date in the aggregation range
- # of data points after - integer number of points in the signal expression after the current date in the aggregation range
Example
MovingMin("produced water per time increment" in "STB", 1, 1)
As you see in the following table the MovingMin with 1 data point back and 1 data point forward in time produces following output based on the 'original signal' as input: