search for: markku

Displaying 20 results from an estimated 27 matches for "markku".

2009 Sep 04
5
< 0 x 0 matrix >
Hi, Does anybody know, what is going on here? > diag(sqrt(1)) [,1] [1,] 1 > diag(sqrt(0.3333)) <0 x 0 matrix> > sqrt(1) [1] 1 > sqrt(0.3333) [1] 0.5773214 BR, Markku Karhunen researcher University of Helsinki
2012 Oct 12
3
Loss of dimensions in subsetting arrays
...dim(B) 5 2 # so now dim(B)[3] doesn't work C=B[2,] dim(C) NULL # so now nrow(C) doesn't work Typically, you can get rid of this by writing as.matrix, as.array(...) but that generates extra lines of code. This is really annoying. Does anybody know how to turn this behaviour off? best, Markku Karhunen Uni. Helsinki
2007 Apr 16
2
Matrix manipulation
Hi, This is a very basic question, but apparently I am too stupid for it. I have a large matrix A, and I need to avoid for loops. How could I apply a function f(a,r,c) on each element of A, using the subscript (row and column) of a as the other arguments? Thanks in advance, Markku Karhunen National Public Health Institute, Finland
2005 Aug 17
2
About R variable references
...and the documentation I was able to find but found no answers. My system is FC3 with R version >= 2. There are two snippets of code that hopefully make clear what I am trying to achieve. The code is provided for illustration purposes only and I did not try to compile it. Best regards, Markku Mielityinen # C CODE ##################################################################### SEXP myrho = R_GlobalEnv; SEXP myvariable = R_NilValue; SEXP myfunction = R_NilValue; SEXP myinit(SEXP var, SEXP func) { myvariable = var; myfunction = func; return R_NilValue; } SEXP myexec(/* proba...
2008 Jan 22
1
ODE's in R
...that R is, in this kind of task, less reliable than e.g. MatLab? We use just a simple discretisation written in a for loop and a variable (i.e. user-fed) time step. Maybe, I'm too neurotic about this, but I guess I just want some comfort after seeing a few particularly nasty orbits. Best, Markku Karhunen National Public Health Institute, Finland
2005 Mar 24
1
Robust multivariate regression with rlm
...),ncol=2,byrow=TRUE)+1 > model<-rlm(My~Mx) > model Call: rlm(formula = My ~ Mx) Converged in 0 iterations Coefficients: [,1] [,2] (Intercept) 1 -1 Mx1 1 1 Mx2 -1 1 Degrees of freedom: 6 total; 0 residual Scale estimate: 0 Best regards, Markku Mielityinen
2016 Aug 10
1
Regarding using CentOS on Commercial Appliance
Thanks for the reply. I had already visited the links mentioned by you. The link? https://www.centos.org/legal/trademarks/ talks about non-usage of trademarks in commercial software which is taken care. The link https://www.centos.org/legal/ talks very less about legal terms and condition. Is there some other link which mentions about the License model used by CentOS. Infact, no where it is
2017 Apr 04
2
M.2 PCI-E card
On 04/03/2017 06:17 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> I need a low profile PCI-E card that allows for up to 2 M.2 SSD >> drives that is known to work with the stock kernel in CentOS 7. >> >> Can anyone recommend one? > > I can't recommend a specific one, but any adapter card should work. >
2017 Apr 04
0
M.2 PCI-E card
...at the booklet (Intel SSD 5 but there may be more > than one variant?) Intel 5 series SSDs use SATA interface, so the discussion about NVMe support doesn't apply in this case. You can use an adapter like this to mount it in a 2.5" drive slot: http://preview.tinyurl.com/lm4952g -- Markku Kolkka markku.kolkka at iki.fi --- Avast Antivirus on tarkistanut t?m?n s?hk?postin virusten varalta. https://www.avast.com/antivirus
2018 Nov 16
1
RHEL 8 Public Beta Released
On 11/15/18 8:12 PM, Simon Matter wrote: >> >> >> Its upstreams decision to not support lists anymore. >> >> The Customer Portal is part of the substitution > Thanks, that's exactly what I was afraid to hear. > > Simon > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2019 Apr 14
0
Outliner
H kirjoitti 14.4.2019 klo 13.42: > I would love to find an old-fashioned outliner, like the ones that used to exist prior to the modern GUIs. Emacs outline mode? https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html -- Markku Kolkka markku.kolkka at iki.fi
2006 May 14
3
send_file and locking files after download?
Hello, I''m working on a download service which grants users a one-time-download access to files. The idea is to write an entry to a database table after a successful download that "locks" the download link for the user. After doing some quick tests with send_file I noticed that send_file does not block until the user has downloaded the full file, but proceeds with the
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
...# ll /dev/nsmb* crw------- 1 root wheel 144, 0 Oct 14 15:23 /dev/nsmb0 libra# I don't think the problem is server related because it works on another Windows workstation on the same LAN. Any ideas on what this might be? Need more info? Just ask, I'll give all info I can... Regards: Markku / Maxi
2012 Jan 17
1
A little confused with video drivers
Hello, I have an HP Pavilion g series laptop with an ATI vision A6 video chipset. I tried elrepos ati driver but found that the laptop would freeze intermittently and frequently. So I unloaded that driver and am running with nomodeset argument just to get a desktop. I went to the ATI site but am not sure what to try. Would anyone know which driver I could use that would work? Thanks in
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue: I ran ./configure and got this: checking for Mix_OpenAudio in -lSDL_mixer... no *** SDL_mixer not found. Configuring without audio support. config.log says: configure:3145: checking for sdl-config configure:3180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&5
2003 May 25
1
SMS Service over SIP/IAX/h323/MCGP
...lements/presentations, e.g. over IAX or SIP. The MGCP (or Megaco/H.248) implementation would not need SMS specific implementation, I think, because the * would terminate the SMS procedures and use the MGCP display/key/softkey primitives to implement a user interface on an MGCP compliant phone. --Markku -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Gary Sent: Saturday, May 24, 2003 7:21 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] advantages of a sip phone over Wildcard TDM400P solution...
2005 Apr 02
2
Building new graphic device drivers with g++
...xt= TRUE; dev->canClip = TRUE; dev->canHAdj = 2; dev->canChangeGamma = FALSE; dev->displayListOn = TRUE; dev->newDevStruct = 1; return TRUE; } } ======================================================================== ====================== Best regards, Markku Mielityinen
2019 Apr 14
7
Outliner
I would love to find an old-fashioned outliner, like the ones that used to exist prior to the modern GUIs. It would make writing structured documents, or organizing thoughts in general, so much more convenient, productive and faster. Ideally it should allow saving files in txt, OO and markdown formats... Does anything like this exist that can run in a terminal window under Centos??
2013 Mar 19
3
2 questions re UPS management
Hi, trying to figure out how the system manages UPS connections. On both Centos 5.9 and 6.4, merely plugging in a USB UPS device causes an icon to appear in the top panel, and (at least on 5.9, haven't yet tested this in 6.4) when the UPS suffers a power failure the system notices and after a bit does a clean shutdown. All this without installing ANYTHING extra. one of the UPSes I'm
2019 Apr 14
1
Outliner
On 04/14/2019 01:47 PM, Markku Kolkka wrote: > H kirjoitti 14.4.2019 klo 13.42: >> I would love to find an old-fashioned outliner, like the ones that used to exist prior to the modern GUIs. > Emacs outline mode? > https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html > I don't use ema...