Displaying 20 results from an estimated 56 matches for "linas".
Did you mean:
sinas
2009 Sep 29
3
Probability of data values form DENSITY function
Hello,
Could someone help me please and to tell how to get the probability from empirical DENSITY (not parametric) for each data value (R function).
For example, for normal distribution there is such a function like:
“dnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”
I need the same function only for the empirical DENSITY function (which does not correspond to any typical
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 devices. These go together in one
> >> commit
2009 Aug 13
2
Matrix addition function
Hello,
What function can I use for matrices addition? 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
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
> dr...
2004 Sep 21
5
S-PLUS and R
Hello,
How do I import data from Excel onto R? I am using S-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
Dear list!
I have run into a problem that seems very simple but I can't find any
solution to it (have searched the internet, help-files and "An introduction
to R" etc without any luck). The problem is the following: I would like to
create a data.frame with two components (columns), the first component being
a matrix and the second component a vector. Whatever I have tried so far, I
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 entry for DRIVER_GEM_GPUVA. And some others perhaps.
> > I suppose some are legacy
2011 Jun 23
2
Rms package - problems with fit.mult.impute
Hi!
Does anyone know how to do the test for goodness of fit of a logistic model (in rms package) after running fit.mult.impute?
I am using the rms and Hmisc packages to do a multiple imputation followed by a logistic regression model using lrm.
Everything works fine until I try to run the test for goodness of fit: residuals(type=c("gof"))
One needs to specify y=T and x=T in the fit. But
2006 Oct 13
1
Duplicate mails
Hi,
one of our customers reported a problem after we moved her maildir to
another disk. (Jail in FreeBSD 6, moved to another disk with rsync.)
For some reason she'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
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>
---
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 the abstraction
are in place (but it will not fail to compile on its own, if not
2024 Sep 02
2
[PATCH v2 3/8] rust: drm: add driver abstractions
On Wed, Jun 19, 2024 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
2000 Feb 26
0
VB: Problem with 'link.html.help()'
To Brian Ripley,
Thanks!
Yes indeed, It functions if you hit return at the prompt 1:
but this had to be done for five times!
Later five 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
2009 Aug 12
2
Help for R (Advanced matrix addition (large or undefined number of matrices)
Dear Sirs,
I would like to ask you, what function can I use for matrices addition?
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).
I would be very thankful for
2009 Sep 29
1
Probability of data values form empirical distribution
Hello,
Could someone help me please and to tell how to get the probability from empirical distribution (not parametric) for each data value (R function).
For example, for normal distribution there is such a function like:
“pnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”
I need the same function only for the empirical distribution (which does not correspond to any typical
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
Hello,
Could someone help me please and to tell how to get the probability from empirical distribution (not parametric) for each data value (R function).
For example, for normal distribution there is such a function like:
“pnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”
I need the same function only for the empirical distribution (which does not correspond to any typical
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
Hello,
I encouter a problem when i try to do "rake db:migrate":
rake aborted!
can''t convert Hash into String
Here is the trace result:
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
can''t convert Hash into String
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/fileutils.rb:1408:in