search for: lina

Displaying 20 results from an estimated 56 matches for "lina".

Did you mean: ina
2009 Sep 29
3
Probability of data values form DENSITY function
...FALSE)”   I need the same function only for the empirical DENSITY function (which does not correspond to any typical distribution). R plots the density function of any data:   “plot(density(x))”   I need to find out the probability for each data value from this plot-line.   Best regards, Lina [[alternative HTML version deleted]]
2024 Jun 11
0
[RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
On Sat, Jun 8, 2024 at 11:16?PM Asahi Lina <lina at asahilina.net> wrote: > > > > On 5/22/24 6:23 AM, Rob Herring wrote: > > On Mon, May 20, 2024 at 07:20:50PM +0200, Danilo Krummrich wrote: > >> From: Asahi Lina <lina at asahilina.net> > >> > >> Add abstractions for DRM drivers and d...
2009 Aug 13
2
Matrix addition function
...tion? I couldn’t find any information about it in the manual or in the internet. (A+B suits, when the number of matrixes is small, function sum() doesn’t suit for matrices addition, because it sums all variables in the matrices and produces as an answer single number, not a matrix).   Best regards, Lina [[alternative HTML version deleted]]
2007 May 31
2
RE hp r/t2200 and NUT
Hello Linas, > Just wanted to inform You (for the compatibility list), that HP R/T2200 works perfectly with the hidups driver. Thank You very much for NUT! :) > > # upsc hp at localhost > battery.charge: 100 > battery.chemistry: PbAC > battery.voltage: 22.7 > driver.name: hidups > d...
2004 Sep 21
5
S-PLUS and R
...Plus Envstat module. I need to use some of the data that already exist in the Envstat and put it into R to make graphs, find basic informations like mean, median, standard deviation, etc. I have been reading the help links, but I don't see anything in reference to this. Please help me! -Maher Lina
2007 May 30
2
matrix in data.frame
...hatever I have tried so far, I end up with a data.frame containing all the columns from the matrix plus the vector which is not what I am after. I have seen this kind of data.frame among R example datasets (oliveoil and yarn). I would greatly appreciate some help with this problem! Kind regards, Lina Hultin Rosenberg Karolinska Biomics Center Karolinska Institute Sweden
2024 Jun 09
0
[RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
Hi Lina, Welcome back! On Sun, Jun 09, 2024 at 02:15:57PM +0900, Asahi Lina wrote: > > > On 5/22/24 6:23 AM, Rob Herring wrote: > > On Mon, May 20, 2024 at 07:20:50PM +0200, Danilo Krummrich wrote: > >> From: Asahi Lina <lina at asahilina.net> > > This is missing an...
2011 Jun 23
2
Rms package - problems with fit.mult.impute
...T in the fit It was no problem to do the goodness of fit test when I ran the lrm on my complete data set without multiple imputation and fit.mult.impute. model.lrm<-lrm(med.hist.err~Age+No.drugs+Days +Sex+Living+Ward, x=TRUE, y=TRUE) gof<-residuals(model.lrm, type=c("gof")) Thanks Lina _________________ PhD student Linnaeus University Sweden [[alternative HTML version deleted]]
2006 Oct 13
1
Duplicate mails
...;s seeing duplicates of almost every message from November, 2005 until June, 2006 (the move happened in September, 2006.) It seems like these mails have been respooled somehow and been inserted into the maildir with the same date and time as the original: root#loc [</var/gopostal/maildirs/wow/lina/cur>] diff 1158863410.P19488Q34M511758.locusts.copyleft.no:2,STbf 1132869216.H332479P92237.mail9.copyleft.no,S=7755:2,STac root#loc [</var/gopostal/maildirs/wow/lina/cur>] ls -l 1158863410.P19488Q34M511758.locusts.copyleft.no:2,STbf -rw------- 1 mailnull mail 7755 Nov 24 2005...
2024 Jun 18
1
[PATCH v2 3/8] rust: drm: add driver abstractions
Implement the DRM driver abstractions. The `Driver` trait provides the interface to the actual driver to fill in the driver specific data, such as the `DriverInfo`, driver features and IOCTLs. Co-developed-by: Asahi Lina <lina at asahilina.net> Signed-off-by: Asahi Lina <lina at asahilina.net> Signed-off-by: Danilo Krummrich <dakr at redhat.com> --- rust/bindings/bindings_helper.h | 1 + rust/kernel/drm/drv.rs | 141 ++++++++++++++++++++++++++++++++ rust/kernel/drm/mod.rs |...
2024 Jun 18
1
[PATCH v2 1/8] rust: drm: ioctl: Add DRM ioctl abstraction
From: Asahi Lina <lina at asahilina.net> DRM drivers need to be able to declare which driver-specific ioctls they support. Add an abstraction implementing the required types and a helper macro to generate the ioctl definition inside the DRM driver. Note that this macro is not usable until further bits of th...
2024 Sep 02
2
[PATCH v2 3/8] rust: drm: add driver abstractions
...4 at 01:31:39AM +0200, Danilo Krummrich wrote: > Implement the DRM driver abstractions. > > The `Driver` trait provides the interface to the actual driver to fill > in the driver specific data, such as the `DriverInfo`, driver features > and IOCTLs. > > Co-developed-by: Asahi Lina <lina at asahilina.net> > Signed-off-by: Asahi Lina <lina at asahilina.net> > Signed-off-by: Danilo Krummrich <dakr at redhat.com> > --- > rust/bindings/bindings_helper.h | 1 + > rust/kernel/drm/drv.rs | 141 ++++++++++++++++++++++++++++++++ > rust/k...
2000 Feb 26
0
VB: Problem with 'link.html.help()'
...ve packages were found named NA with the description NA NA but all the rest of the 'libraries' are there in proper order with names and descriptions. Thanks to Brian Ripley Fredrik Lundgren -----Ursprungligt meddelande----- Fr?n: Prof Brian D Ripley <ripley at stats.ox.ac.uk> Till: Lina Lundgren <lina.lundgren at norrkoping.mail.telia.com> Kopia: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch> Datum: den 26 februari 2000 18:09 ?mne: Re: [R] Problem with 'link.html.help()' >On Sat, 26 Feb 2000, Lina Lundgren wrote: > >> Hello, >> &...
2009 Aug 12
2
Help for R (Advanced matrix addition (large or undefined number of matrices)
...it in the manual or in the internet. (A+B suits, when the number of matrixes is small, function sum() doesn't suit for matrices addition, because it sums all variables in the matrices and produces as an answer single number, not a matrix). I would be very thankful for your help. Best regards, Lina [[alternative HTML version deleted]]
2009 Sep 29
1
Probability of data values form empirical distribution
...TRUE, log.p = FALSE)”   I need the same function only for the empirical distribution (which does not correspond to any typical distribution). R plots the density function of any data:   “plot(density(x))”   I need to find out the probability for each data value from this plot-line.   Best regards, Lina [[alternative HTML version deleted]]
2009 Jun 20
2
procmail/dovecot error
...log file /var/log/dovecot.log: Permission denied ls -l /usr/libexec/dovecot/deliver -rwxr-xr-x. 1 root root 964760 avr 20 03:55 /usr/libexec/dovecot/deliver ls -l /var/log/dovecot.log -rw-------. 1 root root 34689 jun 20 15:26 /var/log/dovecot.log what do I need to check or change -- Claude G?linas agr. Phyto Ressources inc.
2009 Sep 29
1
Probability of data values form empirical distribution
...TRUE, log.p = FALSE)”   I need the same function only for the empirical distribution (which does not correspond to any typical distribution). R plots the density function of any data:   “plot(density(x))”   I need to find out the probability for each data value from this plot-line.   Best regards, Lina [[alternative HTML version deleted]]
2002 Feb 24
4
Lotus Notes 5.0.9a
Believe it or not, wine runs the Install Shield program perfectly when installing Lotus Notes. However, when creating mail, after I type one letter (doesn't matter what it is) every letter after it dissappears until you hit backspace, delete, or click the mouse in the window. This is annoying as some of us *like* to see what we're typing in an email :-) I'm Running RedHat 6.2 and the
2013 Oct 11
40
[Bug 70388] New: [NV34] failed to idle channel 0xcccc0000
https://bugs.freedesktop.org/show_bug.cgi?id=70388 Priority: medium Bug ID: 70388 Assignee: nouveau at lists.freedesktop.org Summary: [NV34] failed to idle channel 0xcccc0000 Severity: critical Classification: Unclassified OS: Linux (All) Reporter: rosti.bsd at gmail.com Hardware: x86 (IA32)
2011 Jan 19
6
rake aborted! can't convert Hash into String
.../Versions/1.8/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/option_merger.rb:20:in `__send__'' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/option_merger.rb:20:in `method_missing'' /Users/lina/ruby/trunk/config/routes.rb:58 /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/object/misc.rb:78:in `with_options'' /Users/lina/ruby/trunk/config/routes.rb:53 /System/Library/Frameworks/Ruby.framework/Versions...