search for: fir

Displaying 20 results from an estimated 272 matches for "fir".

Did you mean: dir
2003 Jul 22
1
Making a group membership matrix
Hi Helpers: I have a factor object that has 314k entries of 39 land cover types. (This object can be coerced to characters neatly should that be easier to work with.) > length(foo) [1] 314482 > foo[1:10] [1] Montane Chaparral Barren Red Fir Red Fir [5] Red Fir Red Fir Red Fir Red Fir [9] Red Fir Red Fir 39 Levels: Alpine-Dwarf Shrub Annual Grassland Aspen Barren ... White Fir > summary(foo) Alpine-Dwarf Shrub Annual Grassland Aspen...
2006 Apr 20
3
The contrary of command %in%
Dear r-list, I've got a data base: > HData[1:10,] NumTree Site Species Date Age DBH H IdentTree 1 1 Queige Spruce 2002 184 49 33.5 Queige 1 2 2 Queige Fir 2002 NA 5 4.6 Queige 2 3 3 Queige Fir 2002 25 8 6.6 Queige 3 4 4 Queige Spruce 2002 198 47 32.5 Queige 4 5 5 Queige Fir 2002 200 59 35.3 Queige 5 6 6 Queige Spruce 2002 80 16 9.4 Queige 6 7 7 Queige Fir 2002 NA 5 4.2 Queige 7 8...
2020 Feb 15
5
[flang-dev] About OpenMP dialect in MLIR
...ldly changed over time to incorporate feedback. But the latest is what is there in the RFC in discourse. RFC fails to discuss the following (I have also mentioned some of them in my reply to Johannes): > The proposed plan involves a) lowering F18 AST with OpenMP directly to a mix of OpenMP and FIR dialects. b) converting this finally to a mix of OpenMP and LLVM dialects. It is unclear in the RFC what other dialects are considered as supported for OpenMP dialect (std, affine, vector, loop, etc) and how it would be transformed, used and lowered from FIR to LLVM. It becomes important to list...
2020 Feb 17
3
[flang-dev] About OpenMP dialect in MLIR
...r is not being considered for all constructs. >> > > > I don't disagree, but there are a lot of speculation here: your quote > starts with "If we decide that the OpenMP construct (for e.g. collapse) can > be handled fully in MLIR", are you thinking that we need to first decide > this once and for all before making progress on building this path? > What disadvantages do you perceive to an approach where we would bring up > this dialect using the OpenMPIRBuilders for exporting to LLVM IR until we > gain enough experience? Do you think starting like thi...
2020 Feb 13
6
About OpenMP dialect in MLIR
..., I summarize the current state of various efforts in clang / f18 / MLIR / LLVM regarding this. Feel free to add to the list in case I have missed something. 1. [May 2019] An OpenMPIRBuilder in LLVM was proposed for flang and clang frontends. Note that this proposal was before considering MLIR for FIR. a. llvm-dev proposal : http://lists.flang-compiler.org/pipermail/flang-dev_lists.flang-compiler.org/2019-May/000197.html b. Patches in review: https://reviews.llvm.org/D70290. This also includes the clang codegen changes. 2. [July - September 2019] OpenMP dialect for MLIR was discussed / propo...
2004 Sep 04
0
Non-Markovian Behaviour of a Cusum?
Can someone help me understand simulations of a one-sided Cusum? Consider the following: Q[i] = max(0, Q[i-1]+z[i]), z[i] ~ N(offset, 1), with Q[0] = FIR (fast initial response). With offset < 0, mean{Q[i] for fixed i averaged over many simulations} approaches an asymptote as i -> Inf. In simulations with abs(offset) small and FIR close to the asymptote, Q[i] tends initially to drop dramatically before starting to climb again to t...
2020 Feb 18
2
[flang-dev] About OpenMP dialect in MLIR
...t;>>> >>> >>> >>> I don't disagree, but there are a lot of speculation here: your quote >>> starts with "If we decide that the OpenMP construct (for e.g. collapse) can >>> be handled fully in MLIR", are you thinking that we need to first decide >>> this once and for all before making progress on building this path? >>> What disadvantages do you perceive to an approach where we would bring >>> up this dialect using the OpenMPIRBuilders for exporting to LLVM IR until >>> we gain enough experience...
2007 May 22
0
xattrs with --link-dest inconsistancy
...socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, no ACLs, xattrs, iconv Titan:~ alan$ mkdir ~/Desktop/Folder1 Titan:~ alan$ mkdir ~/Desktop/Folder1/Folder1a Titan:~ alan$ echo 'File1' > /Users/alan/Desktop/Folder1/Folder1a/file1 Titan:~ alan$ xattr -s tree fir /Users/alan/Desktop/Folder1/Folder1a/ Titan:~ alan$ xattr -l /Users/alan/Desktop/Folder*/* /Users/alan/Desktop/Folder1/Folder1a tree fir Titan:~ alan$ rsync -avXHi /Users/alan/Desktop/Folder1/ /Users/alan/ Desktop/Folder2/ building file list ... done created directory /Users/alan/Des...
2009 Sep 23
4
Problem in graph plotting
...5,7,9,8,9,2) tp <- 1:10 plot(tp,dp, type= 'l') ##################### ? Could someone advice me on?the way to?plot the same pair of observations, but with depth in descending order from the origin. Instead of depth, I tried to simply use rev(depth), but the result was bizarre. ? Thank you Fir
2009 Sep 05
8
Color index in image function
...4) ######################################### From the script above, it yields a beautiful ?image of volcano with variety of colors but i have to list down the color index that could show the meaning of each color in my thesis. Could someone please help me to extract this color index? Thank you Fir
2019 Dec 19
2
F18-LLVM: Unanswered but important points
...ent/ongoing discussions about F18 being merged in LLVM. I was going through these threads, and I found few important points which were possibly left unanswered (or I might have missed few threads). URL: http://lists.llvm.org/pipermail/flang-dev/2019-December/000120.html Point: Is (3) AST -> FIR -> MLIR LLVM-IR -> LLVM-IR) in a shape where we can generate LLVM IR now? [*1] F18 generates parser tree after successful completion of parsing/semantics phase. In the above point ([*1]) AST is mentioned. Do we mean that AST and parse tree as same, as F18 does not generate anything known...
2012 Sep 07
2
Contrasts for 2x4 interaction in mixed effects model
Hello everyone, I am running a mixed effects model where I have two fixed factors, one with 2 levels and one with 4, and their interaction. Let's say these are my factors and their levels: FirstFactor: 1, 2 SecondFactor: A, B, C, D For the interaction, I am interested in the four two-way comparisons, not the two four-way comparisons. In other words, I want to test whether 1A is significantly different than 2A, whether 1B is significantly different than 1B, etc; I am not interested in th...
2006 Apr 20
1
Ogg Vorbis questions
...see it performs various kinds of correlation, but I don't see through it. At last I want to point out that at low bit-rates, like 24kBit/sec, Ogg Vorbis has trouble with "S" sounds. I thought it would be smarter to generate such sounds using a white noise generator coupled with a FIR filter, than using MDCT. Or maybe it is a problem in the encoder? What do you think? Also see: http://www.turbocat.net/~hselasky/math/image_sound/ A white noise generator is as simple as this: #define PRIME 0xffff1d /* a special prime number */ /* outputs 24-bit signed samples */ static int3...
2005 Jun 07
2
Downsampling
...ple sources on the same soundcard. Unfortunately, ASIO is limited to the internal sampling frequency of the sound card, which for my Audigy 2 is 48 khz, and only delivers stereo. As I understand it, just picking every 3rd sample and averaging left and right will introduce aliasing, so I added a FIR-filter to remove all components above 7.5 khz before downsampling. While I can't say I really notice any difference in audible audio quality, the samples seem to have slightly better SNR when inspected in various audio programs. However, I still downmix to mono by just averaging the left an...
2003 Jul 21
1
Setting name attributes to a vector - join?
I have a vector of land cover class data from a GIS: > landcov[1:10,2] #the first ten examples of a large (100k+) object 1 2 3 4 5 6 7 8 9 10 12 12 01 12 01 15 15 15 15 15 etc. I also have a lookup table for the class data that gives the cover type as a string: > cnd.names #the look up table, i.e., landcov[3,2] == 1 == "Montane Meadow" CndVal...
2009 Sep 22
3
How to combine matrices?
Dear All, Let a, b and c are?three matrices with same no. of column but different no. of row. a <- matrix(1, 1, 2) b <- matrix(2, 2, 2) c <- matrix(3, 3, 2) Could someone help me to combine these matrices together as a single matrix? Thank you Fir
2005 Jun 22
0
[LLVMdev] LLVM Assembly code
Hi, I have generated llvm assembly file using following commands: llvm-ld main.o fir.o llvm-dis a.out.bc I get a.out.ll as the llvm assembly file. When i go through this assembly file I come across the following code fir.entry: ; preds = %loopexit.1.i call void %print( sbyte* getelementptr ([2 x sbyte]* %.str_3, int 0, int 0), float* getelementptr ([97 x float]* %y, int 0, int 0...
2010 Apr 02
4
Derivative of a smooth function
...All, I've been?searching for?appropriate codes to compute the rate of change and the curvature?of ?nonparametric regression model whish was denoted by a smooth function?but?unfortunately?don't manage to?do?it. I presume that such characteristics from a smooth curve can be determined by the first and second derivative operators. The following are the example of fitting a nonparametric regression model via smoothing spline function from the Help file in R. ####################################################### attach(cars) plot(speed, dist, main = "data(cars)? &? smoothing spli...
2013 Aug 27
1
return the name of source.
Is there a fuction that will allow me to retrun the filename for a script from within that script. fir instance If I have a script "myscript.r": FileName<-unknown.fucntion() print(FileName) and run it source("myscript.r") will return "myscript.r" Thanks Nevil Amos [[alternative HTML version deleted]]
2002 Oct 15
3
synchronizing part of a file
Hi all, I would like to synchronize a part of the source file with a part of the destination file. In detail I would like to - synchronize a file on a remote host from line "n" onwards with the file content on the local host starting with line "n" in the file. - the firs "n" lines of the files on the local and remote host should not be changed. My questions are: 1) Is it possible to do this with rsync? 2) Has anyone done that before? 3) How can I do this/where can I get more information? Many thanks, Rolf This message is for the designate...