Displaying 20 results from an estimated 300 matches similar to: "Sequential multiple regression"
2010 Jul 28
23
HVM hypercalls
Hi
I need to use hypercalls from HVM domain (e.g. HYPERVISOR_add_to_physmap). However, it does not work when I am trying to invoke it from HVM Linux guest. Basically, I don''t see that anything happens on hypervisor''s side. I also grep''ed the guest code for ''vmmcall''/''vmcall'' and did not find anything. Is it possible to do it at all?
2003 Apr 06
1
Priority usage: absolute sequential vs. sequential
(Yes, today is the "John has an idea day")
So, in my now fairly extensive coding of extension priority lists,
I'm getting very bored of re-numbering my priority lists every time I
add something at the top of the list. If I have a 7 step priority
list, and I need to add something in at priority 2, then I have to
re-number five other priorities, and if my Dial statement is
2003 Jan 14
0
RE: ext3fs still uses sequential search of file names in director ies?
Andreas was kind enough to point out that not neccesarily all ext3fs have
htrees ready to go. I am running redhat8.0 out of the box. How can I check
if ext3fs with htrees is running? I can download the kernel source, but I
don't know what options were used when it was built by redhat.
Thanks much for all of your help.
-Parker
-----Original Message-----
From: Andreas Dilger
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Didn't hear back from anyone regarding if there is a way to determine if I
am running the ext3fs with htree. Is there a way I can do it without
checking the src code since I am running the precompired redhat kernel with
8.0? Perhaps an entry under /proc somewhere?
Pj
-----Original Message-----
From: Parker Johnson
Sent: Tuesday, January 14, 2003 3:34 PM
To: 'Andreas Dilger';
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Bummer. Does anyone have a url that describes the 2.4 patching process?
Any claims on stability?
Thanks,
Parker
-----Original Message-----
From: 'Andreas Dilger' [mailto:adilger@clusterfs.com]
Sent: Wednesday, January 15, 2003 4:35 PM
To: Parker Johnson
Cc: 'ext3-users@redhat.com'; Ops
Subject: Re: ext3fs still uses sequential search of file names in
director ies?
On Jan 15,
2006 Feb 12
2
Using Random Longer Non-Sequential IDs
Instead of using sequential integers for IDs for my objects I was
wondering if I could easily make it so that my IDs where longer auto-
generated random strings/integers.
So instead of:
http://www.mydomain.com/user/view/1
Would be:
http://www.mydomain.com/user/view/d81096b87a7c5565f
On top of that... is there big benefits for security reasons to use
non-sequential numbers? Is it worth
2006 Aug 27
1
refer to objects with sequential names
Dear Listers,
If I have several glm objects with names glm1, glm2.... and want to apply
new data to these objects. Instead of typing "predict(glm1, newdata)..." 100
times, is there way I could do so in a loop?
Thank you so much!
wensui
[[alternative HTML version deleted]]
2009 Jan 15
1
Sequential "page." commands in a js.rjs file?
After the (remote) delete action for my lesson_categories controller i
fall through to this js.rjs file:
page.visual_effect :fade, "lesson_category_#{@lesson_category.id}",
:duration => 1
page.remove "lesson_category_#{@lesson_category.id}"
The problem, though, is that the visual effect is initiated, then the
remove is initiated, before the visual effect is finished, so
2008 May 07
0
solution to differences in sequential and marginal ANOVA using a mixed model
Yesterday I posted the following question to the help list. Thanks to John
Fox (copied below) who pointed out the solution.
Original question:
I have come across a result that I cannot explain, and am hopingthat someone
else can provide an answer. A student fitted a mixed model usingthe lme
function: out<- lme(fixed=Y~A+B+A:B, random=~1|Site). Y is a continuous
variable while A and
2011 May 31
0
Finding the adjusted confidence intervals in a group sequential trials (akin to GroupSeq), but in a simulation setting
Hi there,
I want to find the adjusted confidence intervals in group sequential trials
in a simulation setting. GroupSeq provides me with what I am looking for in
an interactive setting, but I am not sure how to make it work in a
simulation setting so that it produces a series of adjusted confidence
intervals for a series of Z-statistics that I provide it without me having
to enter each
2012 Jun 05
0
How to compute boundaries for bivariate normal distribution in group sequential design
Hi all
Dear all,
I need to compute boundaries for 3 stages group sequential design with 2
variables using Simpson?s integration method.
There is a r program written by Michael A. Proschant et Al. (2006)
(Statistical Monitoring of Clinical Trials: A Unified Approach) ? see file
attached ? to calculate boundaries for 1 variable only.
Does anyone know how this program can be modified to
2017 Nov 27
0
How to extract coefficients from sequential (type 1) ANOVAs using lmer and lme
I wantto run sequential ANOVAs (i.e. type I sums of squares), and trying to getresults including ANOVA tables and associated coefficients for predictive variables(I am using the R 3.4.2 version). I think ANOVA tables look right, but believecoefficients are wrong. Specifically, it looks like that the coefficients arefrom ANOVA with ?marginal? (type III sums of squares). I have tried both lme
2011 Jan 24
2
[LLVMdev] extract thread form sequential program
Hi ,
how i can assign instruction of program to a thread?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/8c87ab35/attachment.html>
2011 Jan 24
0
[LLVMdev] extract thread form sequential program
Hi neda 8664,
> how i can assign instruction of program to a thread?
LLVM doesn't have special support for threads, you need to call library
functions the same as you would from C. I suggest you write some C code
that does what you want, then run it through http://llvm.org/demo/ to see
the corresponding LLVM IR.
Ciao, Duncan.
2011 Jan 28
2
[LLVMdev] extract thread form sequential program
I want automatically parallelize sequential program in thread level to run
on multi-core
processors with software pipelining and use llvm. is it a suitable tools in
this project ?
can you help me in this topic?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110128/b84ebf3d/attachment.html>
2011 Jan 28
0
[LLVMdev] extract thread form sequential program
LLVM has no facility for dealing with threads explicitly. If you're
implementing a research tool to automatically pipeline software, LLVM
could be of use because it is also a JIT with a good API.
On Fri, Jan 28, 2011 at 8:35 AM, neda 8664 <neda8664 at gmail.com> wrote:
> I want automatically parallelize sequential program in thread level to run
> on multi-core
> processors
2012 Feb 16
1
[LLVMdev] parallelization of sequential program in thread level to run on multi-core processors
hi
i have only one week to do this project.i know its impossible.can you help
me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120216/aae3954d/attachment.html>
2012 Nov 13
1
[LLVMdev] Inserting pthread_create call into sequential code
Hi,
I was working on multithreading a cross iteration loop. I want to insert a
pthread_create function call and use other pthread functions into my LLVM
IR.
Issue is how do i get these functions using
module->getOrInsertFunction("pthread_create"), since the function might not
be there in IR and then insert function calls to these functions.
So, crux is how do i call pthread
2016 Jul 01
1
[cfe-dev] [lldb-dev] Sequential ID Git hook
From: Renato Golin [mailto:renato.golin at linaro.org]
Sent: Thursday, June 30, 2016 4:15 PM
To: Robinson, Paul
Cc: Clang Dev; LLDB Dev; LLVM Dev; Reid Kleckner; llvm-foundation at lists.llvm.org
Subject: RE: [cfe-dev] [lldb-dev] [llvm-dev] Sequential ID Git hook
On 30 Jun 2016 10:20 p.m., "Robinson, Paul" <paul.robinson at sony.com> wrote:
> We've since stopped creating
2009 Dec 06
1
sequential dialing preferences
I am trying to use a simple tool in the Dial plan so that if the first
number does not connect the logic will go to the second and/or third.
Basically, I want the call to ring and connect to the first number
Then, if it is not answered I want another number to try to get connected
Then, if second number does not answer I want the third to be tried
i only list the scenario for the first two