Normalización de datos
Es el proceso de rescalar los datos de su rango original a un rango entre 0 y 1. Este método se puede emplear cuando se conocen los limites inferior y superior y los datos tienen pocos o no tienen datos anómalos (outliers).
#RStats#DataScience
🧵
Composite IPR Curves
This method combine the Vogel method for oil flow and the constant productivity index for water flow. The IPR curves is determined geometrically from a equations group that consider water and oil flow.
https://t.co/RXPp8lFeiH
#reservoirengineering#rstats
Checa nuestro nuevo video sobre que definir funciones en R ejemplificado con una correlación para el cálculo de la relación gas disuelto - aceite
https://t.co/ObYES9j6Qc
An histogram is using to represents cuantitative data distributions using a bar plot with no spaces between the columns. In this examples well core data is used, porosity and permeability
https://t.co/ipyWv9oUCS
#oil#petroleum#reservoir#rstats#histogram#petrophysics
Rock typing is the process of splitting the reservoir rock in an specific number of groups according to the petrophysical properties changes, in this example we use core data, porosity and permeability with Python
https://t.co/LmVXcpkr9i
#python#reservoirengineering#petroleum
En ocasiones es útil almacenar en un variable el objeto que genera la función para obtener sus atributos, en este caso del objeto “histogram” podemos obtener datos como los intervalos, cuantos elementos por intervalos, etc.
#RStats#programacion#visualization
Vogel offered a simplified solution to computing IPR curve for two-phase flow problem, due to deviates from linear behavior at pressure less than the bubble-point pressure.
R code
https://t.co/knkb83bsMn
#reservoir#oil#gas#reservoirengineering#petroleum#rstats
Oil material balance calculation for a model without a gas cap and aquifer: part 2
Computing and matching cummulative production and drive indeces
#reservoir#oil#gas#reservoirengineering#petroleum#rstats
https://t.co/kT77PhK3eR
Funciones de conversión en R, transforman una variable de un tipo a otro. Por ejemplo, para transformar una variable numérica, v = 4 a tipo carácter podemos usar as.character(v).
Para ver la lista de funciones de conversión ejecutamos methods(as)
#RStats#programacion
Tiab’s direct synthesis (TDS) technique
TDS technique was created by Tiab and provide a practical solutions using characteristic points
¿Would you like to know TDS technique with more models?
https://t.co/95SLxKuTQa
#reservoir#oil#gas#reservoirengineering#petroleum#rstats
Simulate well test response using analytical solutions
Using Stehfest Numerical Laplace Inversion algorithm to simulate well pressure response.
Post:
https://t.co/59ft95WJpp
#petroleum#reservoir