Displaying 20 results from an estimated 215 matches for "bowness".
2008 Apr 22
1
subset and boxplots
R users,
This should be simple, but I cannot figure it out. I import test.csv, then
create a subset for "brook_dis". When I plot (week, R) I get a nice
boxplot, but along the x axis, there are weeks a, b, c along with h and nh.
Thank you ahead of time. keith
rm(list=ls())
cond.exp1<-read.csv("condition/test.csv",header=TRUE)
sub<-subset(cond.exp1,
2017 Sep 26
0
bowed linear approximations
Hi Rich,
If I understand your comment about "uniformly distributed along the log=x
axis" then I think John's (second) set of commands needs a change to the
definition of xx, as follows:
xx <- exp(seq(from=log(min(x)),to=log(max(x)),length=50))
m <- lm(y ~ log(x))
yy <- predict(m, data.frame(x=xx))
points(xx, yy, col="red")
HTH,
Eric
On Mon, Sep 25, 2017 at
2017 Sep 25
5
bowed linear approximations
Dear Rich,
Assuming that I understand what you want to do, try adding the following to your script (which, by the way, is more complicated that it needs to be):
xx <- 10:50
m <- lm(y ~ x)
yy <- predict(m, data.frame(x=xx))
lines(spline(xx, yy), col="blue")
m <- lm(y ~ log(x))
yy <- predict(m, data.frame(x=xx))
points(xx, yy, col="magenta")
The first set of
2017 Sep 25
0
bowed linear approximations
Hello,
Please run the following code snippet and note the resulting plot:
x <- c(10, 50)
y <- c(0.9444483, 0.7680123)
plot(x,y,type="b",log="x")
for(i in 1:50){
xx <- exp(runif(1,log(min(x)),log(max(x)) ))
yy <- approx(x,y,xout=xx, method = "linear")
points(xx,yy$y)
}
notice the "log=x" plot parameter and the resulting "bow" in the
2017 Sep 26
0
bowed linear approximations
Dear Rich,
I think that it's generally a bad idea to give statistical (as opposed to simply technical) advice by email without knowing the context of the research. I think that you'd do well to seek help from a statistician, and not just do what I suggest below.
Interpolating the data only makes sense if there's no random component to the response (mag in your data). Otherwise, it
2019 Sep 17
3
Improving partial lookup results
Hi,
I'm exploring using Xapian to to replace a database-backed people lookup.
It's working well but I'd like to know if there's anything more I can do to
increase accuracy.
It handles partial phrases well, so long as the first part is complete
(e.g. "Peter Bow" expands well). If instead I type "P Bow" it fails to
work, as the expansion is done at the end. Is
2011 Apr 14
0
[Bug 172] Add multiple AuthorizedKeyFiles options
https://bugzilla.mindrot.org/show_bug.cgi?id=172
Robin Bowes <robin.bowes at yo61.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robin.bowes at yo61.com
--- Comment #11 from Robin Bowes <robin.bowes at yo61.com> 2011-04-14 20:18:34 EST
2019 Sep 18
0
Improving partial lookup results
On Tue, Sep 17, 2019 at 01:27:08PM +0100, Peter Bowyer wrote:
> It handles partial phrases well, so long as the first part is complete
> (e.g. "Peter Bow" expands well). If instead I type "P Bow" it fails to
> work, as the expansion is done at the end.
The QueryParser::FLAG_PARTIAL feature aims to support a "search as you
type" feature, so it only expands a
2003 Aug 25
2
Data calls through *
I have a Pitney Bowes (USPS Postage) machine that connects
via a USB modem to fill it.
It connects but soon disconnects. It works fine through a standard
analog phone line not connected to asterisk. I also
have the 'd' option on the Dial command.
exten => _1NXXNXXXXXX,1,Dial,Zap/47/BYEXTENSION||d
Any ideas?
John
2013 Jul 30
3
SMB throughput inquiry, Jeremy, and James' bow tie
I went to the site to subscribe again and ended up watching some of
Jeremy's Google interviews. I particularly enjoyed the interview with
James and the bow tie lesson at the end. :)
So anyway, I recently upgraded my home network to end-to-end GbE. My
clients are Windows XP SP3 w/hot fixes, and my Samba server is 3.5.6
atop vanilla kernel.org Linux 3.2.6 and Debian 6.0.6.
With FDX fast
2007 Aug 03
2
Problem with making dll under Windows
Dear all,
I have problems to compile a DLL for Windows XP with R version 2.5.1 (2007-06-27).
See output below:
C:\AZ_DATEN\C, C++\BE_speedup>R CMD SHLIB dmypow.c
Goto undefined subroutine &DynaLoader::bootstrap_inherit at C:\Programme\R\R-2.5
.1\share\perl/XSLoader.pm line 80.
Compilation failed in require at c:/Programme/Perl/lib/IO/Handle.pm line 262.
BEGIN failed--compilation aborted
2008 Apr 17
4
[Bug 15564] New: New account request
http://bugs.freedesktop.org/show_bug.cgi?id=15564
Summary: New account request
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: jbowes at
2002 Nov 08
3
Route Vlans
Hello,
Is it possible with a linux Bow to route différents VLANs, like a router
cisco can does ?
Thank for your answers
Laurent Foucher
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2014 Nov 27
2
icecast2.xml or darkice.cfg?
...figuring the little raspberry pi, hate to
start all over. eesh..
Thanks any way
Alan
-----Original Message-----
From: "Thomas B. R?cker"
Sent: Thursday, November 27, 2014 10:12 PM
To: icecast at xiph.org
Subject: Re: [Icecast] icecast2.xml or darkice.cfg?
On 11/27/2014 09:49 PM, Alan Bowness wrote:
> Hi there,
>
> I?m a bit stuck, not sure if I should be configuring the icecast.xml,
> or if I?m doing something wrong in the darkice.cfg.
>
> Works perfect streaming from its self, but as soon as I add a
> shoutcast stream, it breaks ? commenting out the icecast sectio...
2007 Sep 18
1
The use for an XML based metadata format
On Tuesday 18. September 2007 14:32:45 Ian Malone wrote:
> On 11/09/2007, Ian Malone <ibmalone@gmail.com> wrote:
> > On 11/09/2007, Daniel Aleksandersen <aleksandersen+xiphlists@runbox.com>
wrote:
> > > On Tuesday 11. September 2007 01:34:35 Ian Malone wrote:
> > > > I'd be interested which ones. DC is a bit nebulous, but that gives
> > >
2007 Sep 11
2
The use for an XML based metadata format
On 11/09/2007, Daniel Aleksandersen <aleksandersen+xiphlists@runbox.com> wrote:
> On Tuesday 11. September 2007 01:34:35 Ian Malone wrote:
> > Daniel Aleksandersen wrote:
> > > By the way, I have bee discussing Dublin Core ('DC') with the
> > > developers of the Atom 1.0 specification. It seams the reason they
> > > created atom:rights instead of
2019 Sep 02
2
Repo for Debian-Buster
Hi,
is there already a release date for Debian Buster packages?
kind regards
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190902/ac0d599a/attachment.html>
2023 Feb 23
1
WERR_INTERNAL_ERROR on samba-tool domain join
On Thu, 2023-02-23 at 21:50 +0000, Rowland Penny via samba wrote:
> I would normally bow to your expertise, but that error appears to be
> coming from the clean up after the join failed. It deletes three
> DN's
> and then throws an error.
>
>
> Or am I missing something
While the print()ed messages after "Join failed" are cleanup, the
exception is stored
2003 Sep 07
1
Sound error during launch
Hello.
Although I can hear the demo etc. now, I notice during asterisk launch I get
:-
[chan_oss.so] => (OSS Console Channel Driver)
== Console is full duplex
== Registered channel type 'Console' (OSS Console Channel Driver)
== Parsing '/etc/asterisk/oss.conf': Found
WARNING[98311]: File chan_oss.c, Line 232 (sound_thread): Read error on sound
device: Resource
2002 Jul 19
0
FW: rsync - Version ( rsync-2.1.0-SCO3.2v4.2BIN.tar.gz )
Can you please help me with the problem i am having below.
Thank you
Salim
-----Original Message-----
From: Salim Soormally [mailto:salimwng@bow.intnet.mu]
Sent: Friday, July 19, 2002 3:18 PM
To: 'mbp@samba.org'
Subject: rsync - Version ( rsync-2.1.0-SCO3.2v4.2BIN.tar.gz )
Hi,
My name is Salim Soormally. I have downloaded rsync from your web site (
rsync-2.1.0-SCO3.2v4.2BIN.tar.gz ).