Displaying 20 results from an estimated 87 matches for "pgm".
Did you mean:
pgd
1998 May 21
1
R-beta: Problem instaling e1071
I was trying to install e1071 and the compilation failed. Can some of
you R gurus help me with this...
thanks
pedro
----
Installing package `e1071' ...
libs
gcc -g -fpic -I/usr/local/R/include -c pgm.c -o pgm.o
pgm.c:19: pgm.h: No such file or directory
make: *** [pgm.o] Error 1
cp: src-c/*.so: No such file or directory
R
DONE
-----
Pedro Vale Lima
Dep. Chemical Eng.
Coimbra University
_________________________________________________________
DO YOU YAHOO!?
Get your free @ya...
2008 Apr 19
1
Inverse transform after applying function in frequency domain?
...rate a random time-series
signal, use spec-pgram(), apply a function in the frequency domain, and then
inverse transform back to the time-domain. This idea does not seem as
straight forward in practice as I anticipated.
e.g.
x<-ts(rnorm(1000, 0,1), frequency=256)
plot(x) ## looks like noise.
pgm<-spec.pgram(x, taper=0) ## a flat spectra, white noise
fx<-pgm$freq^(-1)+pgm$spec ## apply a function
plot(log(fx)~log(pgm$freq)) ## scaling properties
x2<-fft(fx, inverse=T)
plot(Re(x2)) ## not quite what I intended
. Which, although I get some fantastic looking plots, isn't quite...
2009 Jun 20
2
Execute a pgm on windows lan server . How to map it
Hello wine team / users.
I have a question I haven't been able to find an answer to yet.
I'd like to execute a windows .exe pgm on one my lan windows server.
How can I map as a letter the windows server directory in wine ?
I am on my linux pc I can see windows server and mount it too ( samba )
I try to map it in wine / config / drive where there is C: ../drive_c and so on
but I can't find it , maybe for my fault , t...
2009 Feb 05
0
[LLVMdev] C++ ray tracer performance: gcc 4.3.2 vs llvm-gcc 4.2.1
...in the intersect function that recursively traverses a
hierarchical scene.
This is on an (eight core) 2.1GHz Opteron 2352, compile time and then run time
for each compiler in 32- and 64-bit mode:
x86:
$ time g++ -O3 -msse3 -ffast-math ray.cpp -o ray
real 0m0.770s
$ time ./ray 9 512 >image.pgm
real 0m3.772s
$ time llvm-g++ -O3 -msse3 -ffast-math ray.cpp -o ray
real 0m0.746s
$ time ./ray 9 512 >image.pgm
real 0m3.278s
x64:
$ time g++ -O3 -ffast-math ray.cpp -o ray
real 0m0.774s
$ time ./ray 9 512 >image.pgm
real 0m3.068s
$ llvm-g++ -O3 -ffast-math ray.cpp -o ray...
2017 Oct 04
2
Fix for PR24155 on PPC
It would appear that the fix for https://bugs.llvm.org/show_bug.cgi?id=24155
really only applies to X86. Which I suppose is fine since that's where the
bug was reported.
However, we've recently upgraded the OS's on some of our PPC64 systems and
are hitting the same problems. I certainly wouldn't mind providing a
similar fix for PPC, but I don't know what the values in
2003 Dec 09
1
Importing TIFF files into a R matrix
Hi
I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful.
Does anynone know of a way to do this?
Best regards,
Peter Hagedorn
...
2012 Oct 26
1
asking about R Code
Hi, my name is Ellen. I want to ask you about R Code.
I got a code for extracting a pixel value, but I can't compile it..
It is said "Error in is.data.frame(x) : object 'lena' not found"
Here is the original full code:
library(pixmap)
lena <- read.pnm("oldlennablur.pgm")
write.table(lena@grey,"mylenna", quote=FALSE, row.names = FALSE, col.names= FALSE)
plot(pixmapGrey(as.matrix(read.table("mylenn"))))
do you know why i got the error? i have change the "oldlennablur.pgm" with the one i have and also with the specified path on my...
2004 Jun 10
1
X-12-ARIMA
...an OK way to
keep track of what I've done.
However, I'd be a grateful user of a less klugey approach.
Below is a clearer explanation of my klugey approach and functions which I've
used successfully. Feel free to use them.
# create data file for the series to be read by x12 fortran pgm
# blp is a object of class ts written to file blp.dat in the x12 datevalue
# format
writex12in(blp,"blp")
# create the specification file using your favourite editor say blp.spc to be
# read by x12 fortran pgm
# a vanilla specification file might have the following
# series{
# title=...
2008 Nov 26
0
Locking Console: A simple little script
...e below script, written specifically
for a CentOS5.x Dom0, handles and simplifies this process.
On my machines, I''ve named this xencond, but it could obviously be named
anything you like. I put it in /etc/rc.d/init.d/ as with all red-hat
ish scripts. I can''t take credit for the PGM (variable used in case the
script is renamed for some reason in the future) or the reg expression
manipulation (done by a programmer here to remove the leading spaces on
a PID). There is also no need for the echo line for nuke_id. This was
put in for debugging purposes, and lazily I just haven...
2013 Mar 22
2
read.pnm question in R-beta
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens:
x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1])
Warning message:
In rep(cellres, length=2): x is NULL so the result will be NULL
In R-2.15.3, it's all right.
Thanks,
Erin
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto...
2001 Feb 12
2
OziExplorer works on LINUX using WINE
...s
current position if a GPS is connected to the serial port.
I used the default compile and install from the WINE
sources. I changed the default permissions on ttyS0 to r/w
for user.
I started Ozi with: wine --managed oziexp3853c.exe
task WIN95 time WINE time
start pgm 10 sec 80 sec
load chart 6 sec 50 sec
13235_1 NFN
The program will also download waypoints from the GPS, but
this feature did not work under WINE (and did work OK with
WIN95).
2013 Jan 24
2
rsync parameters errors
...ls commands are only in the script to document the state of things
right before rsync runs.
The first version of COMMAND (commented out here) was intended to
protect the arguments if there were embedded blanks. It also fails when
I use it, but with slightly different error messages.
/home/bigbird/pgm/backup_periodic/ is where the script is stored and is
the current directory when it runs. This script is nested within a
couple of others, the first of which calls the the second using sudo, so
everything runs as root.
I'm running my script with
shopt -s -o xtrace # debug
shopt -s -o verbose...
2012 Apr 19
2
method value passing in rails
...CTION VALUE @name*
end
end
What am trying to do, i have to get the @name value in method branch. i
could show the value in function home, but i didn''t get that in function
branch..i have tried this with global variable, class variable...but no
response....? can i use the other pgm language property like the method
overriding. or inheritance..?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/PWEx9dbymacJ.
To post to...
2003 Oct 21
2
report generator a la epiinfo
Hi
I'd like to use R in epidemiology and disease surveillance.
In EpiInfo you can have a script (.pgm) which calls a predefined report
(.rpt), where a table is calculated and values picked from that table
and placed where the author of the report wants them, with text around
those values. (Please see example below.)
I've looked at manuals, faq, mail-search and google. The closest is an
"R...
2003 Feb 28
2
File opening error after 1020 files opened
Hi,
I am trying to use "read.pnm" from the package "pixmap" to read more
than 10 thousand image files in "mydir".
> file.list <- dir( "mydir", full=T)
> for( i in 1:length(file.list) ) {
print(i)
x <- read.pnm(file.list[i])
}
In the beginning it was fine. But after reading 1020 images or so, the
read.pnm function
seems to crash on
2001 Aug 29
2
Missing functions in package e1071(Win*)
...lEnv" "package:e1071" "package:ctest" "Autoloads"
[5] "package:base"
> objects(pos=2)
and comparing to the ones listed in library/e1071/help/AnIndex,
I've found that the missing ones are:
channel.pnm
Mvnorm
plot.clobj
pnm
read.pnm
write.pgm
As it is often the case, the missing ones are the ones I need...
I've checked that this is not a downloading problem,
the CRAN file:
http://cran.r-project.org/bin/windows/contrib/e1071.zip
is identical to the one I have on my disk.
Maybe a problem at compiling for win* and/or packing the e...
2003 Aug 22
1
SYSLINUX 2.06-pre3
I have released a SYSLINUX 2.06-pre3. This includes modifications to
ppmtolss16 so that it should now be completely compliant with all modes
of the PNM specification, raw/plain, PBM/PGM/PPM, with comment lines or
without.
ftp://ftp.zytor.com/pub/linux/utils/boot/syslinux/Testing/
Please test it out ASAP if at all possible. Since the fixes for -pre1
and -pre2 were pretty essential, I'd like to release 2.06 ASAP.
-hpa
2001 Oct 03
1
Prozess doesnt start
Hi!
when I start my program, after entering the user an password I get the
error:
DCom-Imit: Error in CoInitialize
Error: 0
Pgm-Step: 3
Error: Der BMDGUI-Server (BMDGUISV.EXE) kann nicht gestartet werden!
(in english: The BMDGUI-Server (BMDGUISV.EXE) cannot be startet)
On the console I get this messages (before the debugger starts):
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a26230:
spincount=1000 not support...
2008 Mar 18
1
static compile of rsync
...o static compile of
rsync. I looked at the ./configure --help with no luck.
I'm on solaris 2.8 using gcc 4.1.1. when I run thru the
process (./configure; make; make install) and run
ldd rsync, I get a list of 10 or so libxxx.so.n. I'm
compiling rsync-3.0.0.
I need to distribute the rsync pgm to 25 hosts scattered
around the globe. do not want any dependencies.
can any one help?
david
----
David Lopez
org: fsl->tso->dsn tech->tools&meth->t&m interfce->csam
phone: 480-413-6251
email: r9374c@freescale.com
2012 Sep 25
0
how to specify the multinomial distribution in R
....file))
3: bugs.data(data, dir = getwd(), digits)
2: bugs(data, inits, model.file = "BayesGeostat.txt", parameters = c("p",
"a", "u", "tau.u", "tau.s", "phi", "t1.p"), n.chains = 3,
n.iter = 1000, OpenBUGS.pgm = "C:/Program Files
(x86)/OpenBUGS/OpenBUGS322/OpenBUGS.exe")
1: debug(bugs(data, inits, model.file = "BayesGeostat.txt", parameters =
c("p",
"a", "u", "tau.u", "tau.s", "phi", "t1.p"), n.chains = 3,...