search for: anisotropi

Displaying 19 results from an estimated 19 matches for "anisotropi".

Did you mean: anisotropy
2010 Aug 19
0
2d kriging with anisotropy on an irregular network (RandomFields Package)
...=xkrig,y=ykrig,grid=TRUE, model=list( list(m="exp", v=Variance,s=Range,a=anisoMatrix) ), given=points2,data=data) ###### #END# ###### As an error message, R writes : Error: (in PrepareModel) do not mix isotropic definitions with anisotropic ones I don't know why. - The problem comes from adding the anisotropy parameter (a=anisoMatrix, in the function Kriging). When putting the anisotropy coefficient to one (ie isotropy), it doesn't work as well. - I have tested the script for several theoritical model of structure (sph,...),...
2012 Feb 10
0
range and anisotropy with RandomFields
...pic exponential model with a nugget of 1 as: modelA=list("+", list("$", var=2, scale=2, list("exp")), list("$", var=1, list("nugget")) ) Ultimately I would like to work with anisotropic models (and data), and this is where I get confused. I can specify a model with (geographic) anisotropy by defining an anisotropy matrix, m and incorporating that into the definition: m = matrix( c(1,0,0,0.1), nrow=2) modelA=list("+", list("$", var=...
2008 Jul 31
1
anisotropy in vgm model. HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080731/d5bf0e31/attachment.pl>
2000 Oct 20
1
Covariace or variogram surface
Hi I'm interested in doing a anisotropy analysis of some spatial data and I want to do a contour plot of a covariance or variogram surface to visualize the directions of maximal and minimal anisotropy. I know how to do a contour plot :-) but how can I obtain the variogram surface having a geoeas format dataset (X, Y, Z) ? Thanks EJ
2007 Nov 09
0
question about fitted values from geoR - results 'too good'
Hi cross posting from sig geo , because I really need help! I'm using geoR for some spatial linear models and I'm getting surprisingly optimistic values from the spatial models relative to the non-spatial, even when the models appear to be performing about equally (by AIC comparison) For example This model relating encounter rates of lizards to a soil substrate parameter gives >
2003 Jan 17
3
kriging in R
Hi, all, Have anyone used kringing included in R? How is it? Does it handle anisotropy data well? How does it compare with Kriging in Arc/Info? or other geostatistics software customized to do kriging or other geostatistics functions? I tried Easykriging, a geostatistics tool developed for Matlab. It has very nice GUI, but it does not provide library which i can call in my programs. so it is
2008 Aug 05
4
LIDAR Problem in R (THANKS for HELP)
Hi All, I am a PhD student in forestry science and I am working with LiDAR data set (huge data set). I am a brand-new in R and geostatistic (SORRY, my background it?s in forestry) but I wish improve my skill for improve myself. I wish to develop a methodology to processing a large data-set of points (typical in LiDAR) but there is a problem with memory. I had created a subsample data-base but
2008 Dec 04
1
xspline, graphical parameters and MAXNUMPTS
Hello, I am having two difficulties with xspline: 1) Passing lty=2 (via ...) appears to have no effect 2) Apparently depending on the current plot axes, I may or may not get the failure: add_point - reached MAXNUMPTS (25200) This happens both on Linux/R 2.8.0 (details below) and Windows Vista/R 2.8.0 patched (2008-10-21 r46766) Simplest case: plot(c(0,1),c(0,1))
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dti is a new contributed package for R, that implements functions for smoothing Diffusion-weighted MR data with structural adaptive smoothing methods. Version 0.5-2 contains functions for smoothing DW data in the context of the Diffusion Tensor Model and for visualization of Diffusion Tensor Data and anisotropy maps derived thereof. The tensor
2003 Apr 17
0
kriging in R
Hi If you read the description of "varcov.spatial" you'll see that it is used to *predict* a covariance matrix, based on the parameters of the covariance function. So you don't need the oebserved data, you need parameters for the covariance function. Regards EJ On Thu, 2003-04-17 at 05:43, Yan Yu wrote: > THanks for the suggestion. > I have a Q when trying to use it..
2007 Dec 04
1
2/3d interpolation from a regular grid to another regular grid
Hello R users, I have numerical data sampled on two grids, each one shifted by 0.5 from the other. For example: grid1 = expand.grid(x=0:3, y=0.5:2.5) grid2 = expand.grid(x=0.5:2.5, y=0:3) gridFinal = expand.grid(x=0.5:2.5, y=0.5:2.5) plot(gridFinal, xlim=c(0,3), ylim=c(0,3), col="black", pch=19) points(grid1, xlim=c(0,3), ylim=c(0,3), col="red", pch=19) points(grid2,
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dti is a new contributed package for R, that implements functions for smoothing Diffusion-weighted MR data with structural adaptive smoothing methods. Version 0.5-2 contains functions for smoothing DW data in the context of the Diffusion Tensor Model and for visualization of Diffusion Tensor Data and anisotropy maps derived thereof. The tensor
2009 Jan 23
2
R for Computational Neuroscience?
Hi all, I've noticed that many computational neuroscience research groups use MATLAB. While it's possible that MATLAB may have some features unavailable in R, I suspect that this may instead simply be a case of costly tradition, where researchers were taught MATLAB as students and pay for it as researchers because it's all they know. I'd like to attempt to break the cycle by
2008 Oct 28
2
slightly OT: (un)supervised clustering?
Hi, my question is not exactly about R... What I am looking for are hints and directions on suitable methods (available in R or elsewhere) to solve a grouping (or pattern recognition) problem of environmental features in an environmental gradient as described below. Given environmental sampling data set (Depth, Presence of sand, Presence of boulders, Presence of clay). 1 1 1 0 1 1 0 0 1 1
2006 Jul 31
1
questions regarding spline functions
Greetings, A couple general questions regarding the use of splines to interpolate depth profile data. Here is an example of a set of depths, with associated attributes for a given soil profile, along with a function for calculating midpoints from a set of soil horizon boundaries: #calculate midpoints: mid <- function(x) { for( i in 1:length(x)) { if( i > 1) { a[i] = (x[i] -
2012 May 20
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * bisectr (0.0.2) Maintainer: Winston Chang Author(s): Winston Chang <winston at stdout.org> License: GPL-2 http://crantastic.org/packages/bisectr Tools to find bad commits with git bisect * CUMP (1.0) Maintainer: Xuan Liu Author(s): Xuan Liu <liuxuan at bu.edu> and Qiong Yang <qyang at bu.edu>
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This
2008 Apr 22
3
R 2.7.0 is released
I've rolled up R-2.7.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it (later today) from http://cran.r-project.org/src/base/R-2/R-2.7.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. In case of impatience, try
2008 Apr 22
3
R 2.7.0 is released
I've rolled up R-2.7.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it (later today) from http://cran.r-project.org/src/base/R-2/R-2.7.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. In case of impatience, try