similar to: Fractal dimension for R ?

Displaying 20 results from an estimated 110 matches similar to: "Fractal dimension for R ?"

2002 Sep 06
1
Warning: Server lies about size of server public key: actual size...
We started receiving this message in our production server. Warning: Server lies about size of server public key: actual size is 767 bits vs. announced 768. Warning: This may be due to an old implementation of ssh. When I looked in the list archives I see that there has been a conversation about this topic before back about a year ago. Currently we are going from Openssh version 3.4 to another
2005 Sep 09
1
Using IR port in Wine
Hi... i have a PDA and i sinchronize it in windows using my IR port. I would like to know if i can use a IR port in wine and how can i assign a COM port in wine. Regards Joaqu?n
2010 Mar 13
2
Un poco de ayuda con xtable
Hola, buenas tardes: Necesitaba un poco de socorro con xtable, si fuese posible. Mi problema es que quiero 'formatear' específicamente algunas celdas de una tabla generada con xtable y no soy capaz. Detallo el problema de ejemplo: vv<-rbind(c(1,1,0,1),c(0,0,1,1)) vv[2,3]<-<-paste("\\textbf{",vv[2,3],"}",sep="") xtable(vv) > xtable(vv) % latex
2009 Aug 24
1
Request Pending retransmitions
Hi, im trying to build a UAC and I'm coming up with some trouble whenever I receive a SIP 491 Request Pending Response. This happens because I try to place a call on hold using an Invite request rigth before Asterisk sends me a Re-Invite for the same call. I respond to the 491 response with an ACK however for some strange reason Asterisk doesn't accept the ACK and insists on retransmitting
2005 Apr 12
0
Without debug when a program finish
I have a program and when i finish it (with click on X or in File->Exit), then ocurr an exception and the debugger is on. I want when the program is finished the debugger don't start, and i can get the console prompt again. The program is functioning correctly, only when i finish the program i have problems, so i think that must have an environment variable or an option for avoiding the
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
Hello I installed qt-win-opensource-4.0.1-mingw in Wine. I copied all dll's into system32 directory, and mingw10.dll too (because qt need it). Then i compiled a simple "Hello World!" with Qt dlls using MinGW for linux. I have no problem with cross compiling (0 errors & 0 warnings). But when i run the app, wineserver & wine-preloader eat 90% of RAM and CPU and show only
2007 May 15
2
sobre tutorial
Estimado, te agradeceria me envies el tutorial en espaniol para R. Estoy dando mis primeros pasos con esta aplicacion. Desde ya muchas gracias Danilo Ceschin Ph.D IGBMC 1 rue Laurent Fries 67404 ILLKIRCH CEDEX - FRANCE tel 33 3 88 65 3457 email danilo at titus.u-strasbg.fr
2000 Feb 14
2
Error in the inverse of a diagonal matrix?
I?m new to R so maybe this issue has been asked before and I still could not read the complete set of past messages sent to the list. I found a weird behabiour that I will explain with a simple example. Lets consider the following block of commands: > x <- diag(c(1,4,10)) > x [,1] [,2] [,3] [1,] 1 0 0 [2,] 0 4 0 [3,] 0 0 10 > invx <- x^-1 > invx
1999 Oct 14
2
Help on MASS Library
Hi, I am starting tu use R on a linux environment (Red Hat 6.0), and when I tried to use library MASS, writting library(MASS) I got the following message: > library(MASS) Error: dynamic library `MASS' not found > Is there something I am doing wrong? Thanks in advance, Alberto --------------------------------------------------------------------- Alberto Munoz
2004 Apr 25
2
package fdim slopeopt error (PR#6819)
Full_Name: Fred J. Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (203.26.24.216) platform i386-pc-mingw32 the error can be duplicated as follows > rt <- data.frame(8:15, 7:14, 6:13, 5:12, 4:11, 3:10, 2:9, 1:8) > library(fdim) > FD <- (fdim(rt,q=2)) Error in slopeopt(AllPoints, Alpha) : Object "LineP" not found
2002 Jun 07
1
Rank of a matrix?
Hello everyone, this is a very simple question but I could not find the answer. :-( Is there any function in R for calculating the rank of a matrix? (In the sense of the dimension of the vectorial space that spans) Thank you in advance! Manuel --- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 May 24
3
order() results
Hi, Let?s consider aux1. I wanted to order its data considering its first column as the index > aux1[1:4,] V1 V2 V3 V4 V5 V6 1 0.08506724 150 1956 15.08 233.82 463.295 14 2 0.76205323 203 1922 15.35 218.74 463.295 14 3 0.86274890 195 1835 12.54 203.39 463.295 14 4 0.37940715 152 1567 24.73 190.85 463.295 14 > aux2 <-- aux1[order(aux1[1:4,1]) , ] > aux2
2005 Jul 12
1
Problems with BDE
Hello I am trying to run a program that use BDE, but i get the error: An error occurred while attempting to initializa the Borland Database Engine. I installed BDE 4.51 and 5.1 but is equal. What is wrong?? Some ideas?? Regards Joaquin
2005 Feb 28
1
Problems with MSI Installer
I installed Wine 20050211 and i ran wineprefixcreate for making .wine directory. Then i installed some fonts and then i tried to install instmsia.exe but nothing happened. I redownloaded the exe file from microsoft site and i get the same results. If i try to install some apps using MSI Installer i have a window: "Error 1719. The Windows Installer service could not be accessed". I
2006 May 25
2
When trying to run Windows games, it logs me off
I've installed several Windows 98 games on the Linux end of my computer using Wine, and I must say I'm impressed that they run on Linux as opposed to Win XP. The games install correctly, and the configuration files for them work as well. When I try to run the games though, they begin as expected and get as far as changing the screen resolution when it logs me off of my OS unexpectedly!
2004 Nov 04
3
running OrCAD with wine
I'm trying to run OrCAD, an electronic CAD for windows without result. Here is the command line and the "answer": $ wine /mnt/win_c/Program\ Files/Orcad/Capture/capture.exe err:module:load_builtin_dll loaded .so for L"W32SYS.DLL" but got L"w32skrnl.dll" instead - probably 16-bit dll fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception (thread 0009),
2009 Apr 14
1
fractal vs. Fractal packages
Dear R People: At one time, there were packages called fractal and Fractal, respectively, which had different functions. I can't seem to find Fractal any more. Does it still exist somewhere, please? Thanks in advance for any help! Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess
2017 Nov 17
0
'fractal' package
https://rdrr.io/rforge/fractal/ https://cran.r-project.org/web/packages/fractal/fractal.pdf Hi, I am trying to learn about nonlinear time series, and fractal time series analysis in particular. I am interested in becoming proficient with the 'fractal' package. I have two specific questions: 1. I have a basic understanding of ARMA and ARIMA models. Can someone recommend
2009 Apr 11
1
Fractal Explorer is messy
Hello, I want to use Fractal Explorer, which is freeware and available from http://www.eclectasy.com/Fractal-Explorer/ ,under Wine. It mostly works, however the main window doesn't redraw correctly, it shows the background. This image shows what happen: http://img10.imageshack.us/img10/3786/blahqnm.jpg Any sollutions? I'm using latest Wine on x86_64 Arch Linux. Thanks. -- Renan Birck
2012 Mar 22
0
problems with cygnus fractal extreme
i cannot seem to get this app to run properly in wine. Bruce, who is the programmer of it, told me he would be happy to make whatever changes are necessary to make it work with wine, so if it's something on his end, could somebody on the team reach out to him and help him get it going? his website is: http://cygnus-software.com/ I love fractals, and want to take full advantage of my i7