Displaying 4 results from an estimated 4 matches for "borehole".
2013 Nov 24
1
create a new dataframe with intervals and computing a weighted average for each of its rows
...=c(43,43,43,43,44,44,44,44,44) FROM=c(50.9,46.7,44.2,43.1,52.3,51.9,49.3,46.2,42.38) TO=c(46.7,44.2,43.1,40.9,51.9,49.3,46.2,42.38,36.3) AR=c(45,46,0.0,38.45,50.05,22.9,0,25,9) DF<-data.frame(BHID,FROM,TO,VALUE) #add the length DF$LENGTH=DF$FROM-DF$TO
where:
+ BHID: is the borehole identification+ FROM: is the start for every interval+ TO: is the end for every interval+ AR: is the value of our variable+ LENGTH: is the distance between FROM and TO
what I want, is create a data frame which is "normalized", it means that every interval has the same length and the colu...
2009 Mar 03
1
spatial markov chain methods
...Chain methods?
My second question is more general but hopefully not OT: Currently we
are using the software TPROGS, which let people simulate property
distributions in space by some Markov Chain approaches. We face some
problems due to the lack of information between distances of samples
along borehole path and among boreholes. Is there any way to "trick" it
like for instants in variogram modeling were one might use nested
variograms...?
Thank you, Torsten
2010 Nov 07
0
multiple regression analysis
Hi all,
This is more a help on ideas that on actuall R code. Those of you which are geologist or work with boreholes woudl understand that i would like to achieve.
I'll tr to explain as good as I can...so here it goes..
I have around 1000 geomechanical (geological) borehole logs in a database. The logs contain staial info, lithology and some laboratory data. My initial goal is
compare the borehole...
2008 Jun 11
2
MLE Estimation of Gamma Distribution Parameters for data with 'zeros'
Greetings, all
I am having difficulty getting the fitdistr() function to return without
an error on my data. Specifically, what I'm trying to do is get a
parameter estimation for fracture intensity data in a well / borehole.
Lower bound is 0 (no fractures in the selected data interval), and upper
bound is ~ 10 - 50, depending on what scale you are conducting the
analysis on.
I read in the data from a text file, convert it to numerics, and then
calculate initial estimates of the shape and scale parameters for the
gamm...