search for: sensibly

Displaying 20 results from an estimated 3880 matches for "sensibly".

Did you mean: sensible
2001 Jul 18
1
Sensibility analysis
Hi everyone, i'm actually working on a nonlinear mixed-effects model, and beginning the study of its sensibility. It takes 35 input and gives a n*35 matrix of output as it's a growth model (n is the number of days of the growth period). Well, I have to analyse the variation of the output in relation to the variation of the parameters of this models (first univariate then multivariate
2015 Jun 26
2
"Sensible" location for Sieve scripts
I'm configuring some Sieve scripts for virtual users. I'd like to keep the Sieve scripts somewhere "sensible". Currently, all the mail goes into /var/mail/vhosts/<domain>/<mailbox> So I thought a good place for the sieve script might be in there as well, for example: /var/mail/vhosts/example.com/username/sieve Is there any reason *not* to store the sieve scripts
2008 May 16
0
How to determine sensible values for 'fnscale' and 'parscale' in optim
Dear R-help, I'm using the 'optim' functions to minimise functions, and have read the documentation, but I'm still not sure how to determine sensible values to use for the 'fnscale' and 'parscale' options. If I have understood everything correctly, 'fnscale' should be used to scale the objective function, so that for example if the default is
2015 Aug 04
1
[PATCH] Simplify and generalize implementation of align(). Should be very efficient on sensible platforms, and correct everywhere.
--- src/opus_private.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/opus_private.h b/src/opus_private.h index 63338fe..5bbd7dc 100644 --- a/src/opus_private.h +++ b/src/opus_private.h @@ -33,6 +33,8 @@ #include "opus.h" #include "celt.h" +#include <stddef.h> /* offsetof */ + struct OpusRepacketizer { unsigned char
2014 Aug 13
4
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
Yes! That would be really great! > On Aug 13, 2014, at 3:09 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > >> On 12 Aug 2014, at 19:34, Chris Matthews <chris.matthews at apple.com> wrote: >> >> The most notable change will be a switch from Buildbot to Jenkins. > > We're currently running LLVM test builds in Jenkins and I have patched
2015 Jun 26
0
"Sensible" location for Sieve scripts
On 6/26/2015 5:48 AM, Andrew Beverley wrote: > I'm configuring some Sieve scripts for virtual users. I'd like to keep > the Sieve scripts somewhere "sensible". > > Currently, all the mail goes into /var/mail/vhosts/<domain>/<mailbox> > > So I thought a good place for the sieve script might be in there as > well, for example: > >
2015 Jun 26
2
"Sensible" location for Sieve scripts
On Fri, 2015-06-26 at 09:40 -0600, Shawn Heisey wrote: > On 6/26/2015 5:48 AM, Andrew Beverley wrote: > > I'm configuring some Sieve scripts for virtual users. I'd like to keep > > the Sieve scripts somewhere "sensible". > > > > Currently, all the mail goes into /var/mail/vhosts/<domain>/<mailbox> > > > > So I thought a good
2013 Nov 09
1
What's a sensible log level?
trentbuck at gmail.com (Trent W. Buck) writes: > I had a samba 4.0.9 AD DC (no other DCs), and I'm trying to join Windows > hosts to it. Most either automatically migrated, or worked fine when I > changed them to "workgroup" and back again, as Administrator. > > Three of them aren't, the client side says > > The following error occurred attempting to
2004 Dec 09
2
Silent IAX calls getting cut off
Hi. I'm new here so I hope this is a sensible question/sensible place for it. I have a PSTN to IAX phone number with voipuser.org that I'm using to test an IVR service. The only trouble is that after approximately 40 seconds of silence (e.g. after background playback of a menu prompt) the call gets cut off. Is this a common problem? I've already set the ResponseTimeout to a big
2007 Apr 17
2
format() applied to an NA character string (PR#9616)
I get strange results when I try to format() an NA character string. > x <- 'sometext' > x[1] <- NA > format(NA, width=32) # displays sensibly, right-justified > format(x,width=32) # displays sensibly, left-justified > format(x,width=33) # displays "" > format(x,width=36) # R exits abnormally with code 5 > version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mi...
2007 Sep 16
12
rspec_todo -- spec''ing backwards
While the spirit of BDD is to spec first and code second, many of us have legacy code. Worse, some of us have legacy code without very good coverage. Recognizing that *I* have such code, I created a script that grinds through your .rb files and creates placeholder specs for each public method. While it is more sensible to spec behavior of code function than of individual methods, this
2015 Jun 26
0
"Sensible" location for Sieve scripts
On June 26, 2015 7:10:29 PM Andrew Beverley <andy at andybev.com> wrote: > > in the "plugin" section: > > sieve=/home/vmail/sieve/%d/%u/.dovecot.sieve > > sieve_dir=/home/vmail/sieve/%d/%u/sieve change last sieve to .sieve so it does not colledge with other dirs atleast to remember if maildir does not start with a dot, i do this to prevent sive scripts
2002 Nov 07
0
OT : sensible analysis of censored rank data
This is more of a conceptual/methodological question than "how to do it in R", so anyone who cares to reply might want to do it off list. I have censored rank order data .. electors have been asked to rank the 4 most important issues out of a list of 20. For each individual we therefore have a vector of 20 measurements 1..5, where 1..4 are ranks and 5 = not ranked/less important than
2011 May 10
1
Converting ordinal dates and time into sensible formats
Hello all, I am having a little trouble working with "strptime" and I was hoping someone might be able to give me a hand. I have an instrument that outputs an ordinal date and time in two columns something like this: day.hour min.sec 1 12525 2050 2 12518 2029 3 12524 2023 4 12524 2028 5 12507 2035 Now the problem I am having is converting these numbers
2011 Jun 02
1
mixed model question and using lmer
i am analyzing some data and have a question i hope someone can answer. i want to use this sort of model: lmer( y ~ x + (1 | ID ), family=binomial, weight=w) so i want to explore the relationship between y and x, with a random effect for each patient. my question is this. is this a sensible model to use when the number of observations for each patient ID is often one? I have 305 observations
2012 Jul 02
1
SPATSTAT: Minimum points for a Ripley K to be sensible?
Hello, What are the minimum number of points in a point pattern before a clustering analysis using a Ripley K function loses any meaning? I haven't been able to find much comment in the literature about this --- instead case examples typically use 100-200 points as a minimum. Regards, Sebastian Pucilowski
2010 Sep 14
7
Transferring system to new drive
Is there a document with instructions for this? I've had smartd warnings that a hard disk in my server is sick, so I am installing a new drive (in addition to the old). I was thinking of copying the old root partition with sudo cp -a -P /* /mnt/hd (after mounting the prospective new root partition). Then I'd have to modify the new /etc/fstab . Is that a sensible approach? -- Timothy
2011 Feb 08
5
Configuring a cluster
Dear Centos users, I am not sure if this the correct place to post but it seems sensible. I have an 8 node cluster which I want to install/configure Centos. As I am not a sys-admin, can anyone advise me on what I should do? Any suggestions appreciated. Thank you.
2009 Nov 20
1
Spatstat, markcorr, max. radius limited??
Hello, could please somebody help me. I want to apply the mark correlation function but for radii up to 75 meters (in 75 individual 1m steps). Unfortunately, "There is a sensible default for the values of the argument r at which the mark correlation function kf (r) should be evaluated", so that I do not get results for r > 25m. Can I change something in the function to get the
2009 Jan 19
3
download/retain text file structure with RCurl/getURL()
Dear list, I'm trying to download a text file directly from the internet using the RCurl package and the command getURL. Duncan Lang graciously helped me solve the first step in this problem using the following command: ################# txtfile <- getURL('ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt', ftp.use.epsv = FALSE) #################