Displaying 20 results from an estimated 972 matches for "faith".
2018 Dec 04
4
RFC: Supported Optimizations attribute
...doesn't give us a good name for the class
> of optimizations that require being listed in supported_optimizations.
> In earlier discussions I called them "brittle", but I can understand why
> nobody wants to call their optimization that, so let's call them
> "good-faith optimizations" instead since they rely on the good faith of
> all the participating code.
>
> Every optimization has to know how to maintain the structural rules of
> LLVM IR; that's what makes them structural rules. We don't want the set of
> structural rules to substan...
2006 Dec 25
1
Hmisc - some latex problems
If I use latex with describe:
(faithful is the Old faithful data)
latex(describe(faithful),file="describe.tex")
then the first few lines of describe.tex are
\begin{spacing}{0.7}
\begin{center} \bf faithful \\ 2 Variables~~~~~ 272 ~Observations
\end{center}
I have two problems. First, I don't know what package
the en...
2005 Oct 21
1
finite mixture model (2-component gaussian): plotting component gaussian components?
...o use the "cdens" function, but again the documentation is somewhat cryptic.
Here is a little test script to illustrate. (Note: my real dataset will not have peaks this well separated, but I needed to find a small example.)
##################
# (1) get some data
##################
data(faithful)
##################
# (2) get model
##################
library(mclust)
MyMixtureModel<-summary(EMclust(faithful$eruptions),faithful$eruptions)
##################
# (3) plot mixture model
##################
attach(MyMixtureModel)
mclust1Dplot(data=faithful$eruptions,z=z,mu=mu,sigmasq=sigmasq...
2001 Nov 29
1
patch from faith@alephnull to add rate indicator to --progress
Any votes for/against?
----- Forwarded message from Rik Faith <faith@alephnull.com> -----
Date: Wed, 28 Nov 2001 12:55:29 -0500
From: Rik Faith <faith@alephnull.com>
To: mbp@samba.org
Subject: rsync patch
X-Mailer: VM 6.96; XEmacs 21.1; Linux 2.4.16 (light)
Here is a patch that adds rate information (e.g., kB/s) to the
--progress display. I jus...
2008 Mar 07
2
[Bug 14882] New: Flash-game "Faith fighter" causes system hang
http://bugs.freedesktop.org/show_bug.cgi?id=14882
Summary: Flash-game "Faith fighter" causes system hang
Product: swfdec
Version: unspecified
Platform: Other
URL: http://www.molleindustria.org/faith-fighter
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compon...
2002 May 19
3
How to shade part of a density plot
I'm trying to shade part of a density plot. The code I'm trying (using
the Old Faithful data as an example) is something like this:
# The Old Faithful geyser data
data(faithful)
d <- density(faithful$eruptions, bw = "sj")
plot(d)
polygon(d[d$x>4], col = "wheat")
I expected that the part of the curve to the right of 4 on the x axis
should be shaded, but n...
2018 Dec 04
4
RFC: Supported Optimizations attribute
...of optimizations that require being listed in
> supported_optimizations.
> In earlier discussions I called them "brittle", but I can
> understand why
> nobody wants to call their optimization that, so let's call them
> "good-faith optimizations" instead since they rely on the good
> faith of
> all the participating code.
>
> Every optimization has to know how to maintain the structural
> rules of
> LLVM IR; that's what makes them structural rules. We don'...
2018 Dec 05
4
[cfe-dev] RFC: Supported Optimizations attribute
...to launder/strip being present for some constructs
to preserve
information about invartianess of an object (like in the example from RFC).
> On 12/4/18 11:24 AM, John McCall via llvm-dev wrote:
>
> Note that IPO is generally permitted to partially inline or outline code,
> and so good-faith optimizations that e.g. require two instructions to be
> moved
> in tandem or not at all must use tokens to establish that unbreakable
> relationship.
>
> I think the way your framing this is dangerous. We absolutely can not
> allow any annotation of this form to *weaken* the sem...
2018 Dec 04
3
RFC: Supported Optimizations attribute
I think we should have some bounds on how "badly" a
supported_optimizations tag on a function can affect its semantics.
For instance, can a "supported_optimizations" invariant be that "the
CFG is always structured"? Or (exaggerating to illustrate the point)
"the function has an equal number of loads and stores"?
-- Sanjoy
On Mon, Dec 3, 2018 at 8:52 PM
2002 Oct 16
4
does smbmount use keepalive and/or smb.conf?
...ument isn't clear. This needs to work in both a LAN
and WAN.
Are we missing something fundamental in trying to make
this stable? Is this even achievable, or is this
inherent to this type of connectivity?
Regards,
Richard Duran
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
2008 Aug 10
15
corrupt zfs stream? checksum mismatch
Hi Folks,
I''m in the very unsettling position of fearing that I''ve lost all of my data via a zfs send/receive operation, despite ZFS''s legendary integrity.
The error that I''m getting on restore is:
receiving full stream of faith/home at 09-08-08 into Z/faith/home at 09-08-08
cannot receive: invalid stream (checksum mismatch)
Background:
I was running snv_91, and decided to upgrade to snv_95 converting to the much awaited zfs-root in the process.
On snv_91, I was using zfs for /opt, /export/home, and a couple of other fil...
2018 Dec 05
2
RFC: Supported Optimizations attribute
...ions being
> explicitly
> marked. There's no way to extend the TBAA idea to make that work.
>
> On 12/4/18 11:24 AM, John McCall via llvm-dev wrote:
>
> Note that IPO is generally permitted to partially inline or
> outline code,
> and so good-faith optimizations that e.g. require two
> instructions to be moved
> in tandem or not at all must use tokens to establish that
> unbreakable
> relationship.
>
> I think the way your framing this is dangerous. We absolutely can
> not allow an...
2005 Oct 22
0
package mclust: cdens, EMclust?
...ens" function, but again the documentation is
somewhat cryptic.
--------------------
SAMPLE CODE
--------------------
Here is a little test script to illustrate. (Note: my
real dataset will not have peaks this well separated,
but I needed to find a small example.)
##################
data(faithful)
library(mclust)
MyMixtureModel<-summary(EMclust(faithful$eruptions),faithful$eruptions)
attach(MyMixtureModel)
mclust1Dplot(data=faithful$eruptions,z=z,mu=mu,sigmasq=sigmasq,pro=pro,ask=FALSE,type=c("density"))
do.call("mclust1Dplot",c(list(data=faithful$eruption...
2018 Dec 04
2
[cfe-dev] RFC: Supported Optimizations attribute
...doesn't give us a good name for the class
> of optimizations that require being listed in supported_optimizations.
> In earlier discussions I called them "brittle", but I can understand why
> nobody wants to call their optimization that, so let's call them
> "good-faith optimizations" instead since they rely on the good faith of
> all the participating code.
>
> Every optimization has to know how to maintain the structural rules of
> LLVM IR; that's what makes them structural rules. We don't want the set of
> structural rules to substan...
2023 Jul 31
1
[PATCH drm-misc-next v8 11/12] drm/nouveau: implement new VM_BIND uAPI
On Tue, Jul 25, 2023 at 5:48?PM Danilo Krummrich <dakr at redhat.com> wrote:
> On 7/25/23 18:43, Danilo Krummrich wrote:
> > On 7/25/23 18:16, Faith Ekstrand wrote:
> >> Thanks for the detailed write-up! That would definitely explain it. If
> >> I remember, I'll try to do a single-threaded run or two. If your
> >> theory is correct, there should be no real perf difference when
> >> running single-threaded...
1999 Oct 08
1
floor(NaN) problem fixed in massdist.c (PR#291)
...sion: 0.65.0+R-release.diff (Oct 6, 1999)
OS: Linux/Alpha
Submission from: (NULL) (129.79.224.171)
This will fix the "problem 2 (crash in fft)" in Bug ID #277
On Linux/Alpha, make check failed because R could not handle the following
example in base-Ex.R
##___ Examples ___:
# The Old Faithful geyser data
data(faithful)
:
:
## Missing values:
x <- xx <- faithful$eruptions
x[i.out <- sample(length(x), 10)] <- NA
doR <- density(x, bw=0.15, na.rm = TRUE)
doN <- density(x, bw=0.15, na.rm = FALSE)
### it fails at this statement ###
lines(doR, col="blue")
line...
2003 Nov 19
1
size of graphics device
Dear all,
In many cases, I need a plotting region much bigger than the screen (e.g. for maps or for graphs with many labels).
A. MS-Windows
if I try
windows(width=25, height=25, rescale="fixed")
it seems to be OK (a screen with scrollbars, exactly what I need)
but if I try then
plot(faithful$eruptions, faithful$waiting)
I receive
Error in plot.new() : Outer margins too large (fig.region too small)
B. Linux
I try
X11(width=25, height=25)
(and the same)
No Error message, but no scrollbars !!
Is there a solution ?
with many thanks in advance
Alain Guerreau directeur de rech...
2004 May 11
1
AW: Probleme with Kmeans...
Sorry, to solve your question I had tried:
data(faithful)
kmeans(faithful[c(1:20),1],10)
Error: empty cluster: try a better set of initial centers
But when I run this a second time it will be ok.
It seems, that kmeans has problems to initialize good starting points, because of the random choose of these starting initial points.
With kmeans(data,k,c...
2010 Jul 16
1
Weighted densityplot?
I'm trying to plot a series of densities using/comparing differing weights. I see the reference to weights and subscripts, but I don't understand how to implement that. My data are of the form:
I, J, Actual, Distance, Subset, Weight1, Weight2, ...
I'm trying to see the effect of the distance distribution (Actual by Distance) compared to the various weighted distributions
2002 Oct 16
1
test stream
Does anyone have a small video test stream
I can use to see if my code works?
Thanks
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-request@xiph.org'
containing only the word 'unsubs...