Displaying 20 results from an estimated 43 matches for "minumum".
Did you mean:
minimum
2006 Jan 18
2
Minumum memory requirements to run R.
Quite a while back we set the goal of running R in 16Mb RAM, as people (I
think Kjetil) had teaching labs that small.
Since then R has grown, and we has recently started to optimize R for
speed rather than size. I recently tested R-devel on my ancient Win98
notebook with 64Mb RAM -- it ran but startup was rather slow on what I
think is a 233MHz processor and very slow disc.
R still runs in
2002 May 16
1
Tps
Hi,
I have a 4 column file (long/lat/elev/variable) and I tried to fit the
values of my variable to the XYZ space using Tps and I keep getting the
following message:
Warning messages:
1: GCV search gives a minumum at the endpoints of the grid search in:
Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv,
2: GCV search gives a minumum at the endpoints of the grid search in:
Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV.one, Krig.fgcv.one,
3: Failed to find the upcrossing in: find.upcross(Krig.fs...
2009 Mar 31
2
"digits" in round()
...[1] 1.235e+09
print(1234567890,digits=5)
# [1] 1234567890
Granted that
digits: a non-null value for 'digits' specifies the minimum
number of significant digits to be printed in values.
how does R decide to switch from the "1.235e+09" (rounded to
4 digits, i.e. the minumum, in "e" notation) to "1234567890" (the
complete raw notation, 10 digits) when 'digits' goes from 4 to 5?
Thanks,
Ted.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at manchester.ac.uk>
Fax-to-email: +44 (0...
2007 May 30
3
Upgrading ocfs2 when applying kernel patches.
...production rollout.
Unfortunately I have ocfs members in each of these groups that need to
share filesystems.
The network compatibility issues between ocfs2 tools 1.2.4 and 1.2.5 are
causing the members to not be able to operate with ocfs.
Hence this breaks my systems or causes me to upgraded at a minumum OCFS on
all my servers at the same Time once a new kernel starts to be rolled out.
Can these incompatible version changes be kept to a minimum and / or can
the previous tools version be compiled for the last kernel version.( ie
1.2.4 stopped at kernel 2.6.9.42) so to use 2.6.9-55 I needed to move t...
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi,
I have a Debian based NAT router. How can I manage upstream egress
bandwidth based on the LAN ipadress in the network below? My goal is
that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of
90Mbit up/down, both max 100Mbit up/down?
targethost
172.16.255.254
|
|
172.16.0.1
natrouter
172.31.255.254
|
|
+ -------...
2006 Jun 08
1
How can I recreate STREAMINFO metadata?
I have some FLACs that have STREAMINFO that looks like this:
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
minumum blocksize: 4608 samples
maximum blocksize: 4608 samples
minimum framesize: 0 bytes
maximum framesize: 0 bytes
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 0
MD5 signature: 00000000000000000000000000000000
(This came about because the GStreamer pipeline I use...
2003 Jan 06
1
On nlm
...inimize a (real) function in a loop (say i in
(1:1000)) and store its ``$estimate'', via
l2estim<-nlm(f.minimo,c(-.01,0.1))$estimate
into a vector for further analisys.
Since the function's behaviour is quite peculiar (in the sense that in
the simulation study it may not have a minumum), sometimes I get the the
warning
Error in nlm(minimo, c(-0.01, 0.1), check.analyticals = FALSE) :
non-finite value supplied by nlm
In addition: There were 50 or more warnings (use warnings() to see the first 50)
and the cicle stops. How can I avoid this and tell R that if so then l2estim<-...
2008 Aug 18
1
seq: specify *minimum* end value, more elegant solution
Hello,
Using seq, I would like to specify a minumum end value, rather than a maximum end value. For example, rather than
> seq(from=0, to=10, by=4)
[1] 0 4 8
I would like to obtain
[1] 0 4 8 12
I can do that with
> by.value = 4
> seq(from=0,by=by.value,to=ceiling(10 / by.value)*by.value)
[1] 0 4 8 12
That seems like a somewhat clu...
2002 Jan 04
2
"Quality" vs. "bitrate"
...quot; from the menu so they'll be thinking
"hey, this can do *archive quality* at only 128kbits!!!"
<p>So, no "target bitrate" setting anywhere in the program,
just "quality" and "maximum bitrate" settings.
I can't see any real use for a "minumum bitrate" setting.
Can anybody think of a reason this wouldn't work out for
everybody involved?
<p><p>
--
<\___/>
/ O O \
\_____/ FTB.
<p><p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xip...
2011 Oct 05
1
Fwd: Re: zvol space consumption vs ashift, metadata packing
...on an ashift=12 pool)
I saw metadata use up most of my drive - becoming equal to
data size.
Just for the sake of completeness, I brought up a similar problem
and a non-intrusive (compatibility-wise) solution in this bug:
https://www.illumos.org/issues/1044
Main idea was to let ZFS users specify a minumum data block
size and alignment, while formal ashift=9 remains in place and
metadata blocks remain 512b. This fix would be a code-only
change without on-disk-format changes. There could be some
further cleverness when working with (updating) metadata,
so that hardware 4k blocks would need to be rewri...
2013 Aug 09
1
Removing password complexity requirements under Samba4
...asswordsettings set --max-pwd-age=0
Restarted Samba, did a gpupdate /force on the workstation, and it worked.
No need to set up a GPO (although that would sometimes be preferable).
We tried the samba-tool method initially, as well as a GPO, and were
baffled when neither worked. I think we had our minumum password age at the
default value (1 day) and were trying to reset the password the same day we
created the accounts.
In any case, we're able to change passwords with reckless abandon in our
test environment at the moment.
Mark
2005 Jul 22
8
Latency of Linux Bridge
...I am working a lot with VoIP in my company, so I thought to use linux bridge functionality together with tc to emulate delay, jitter, packet loss, duplication, reordering etc. for testing purposes in our lab against our VoIP products.
I just recognized, that a basic bridge just with it''s minumum configuration of 2 network interfaces creates latency of approx. 5ms on very low traffic.
This seems to be independent on CPU speed. I tried on 2 GHz PC while having just 64kBit traffic with packet size of about 300bytes.
I am using Knoppix 3.82 which is actually a debian Live-CD Linux, Kernel 2.6....
2004 Sep 10
1
problems with flac?
...can't confirm if the original
ripped wav was corrupted or not since it has been
converted to flac! But the CD's play fine and
subsequent ripping works fine.
Any explanations as to why the data looks this way?
brent...
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
minumum blocksize: 4608 samples
maximum blocksize: 4608 samples
minimum framesize: 2066 bytes
maximum framesize: 13776 bytes
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 25162872
MD5 signature: 86a3934bfd09db5c9475a6db777ef5b1
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
len...
2007 Jun 07
0
How to get the number of modes using kde2d
...I get a
matrix of densities for all the X(one dimension) cross Y(another
dimension).
I sort X and Y first before I pass the values to kde2d(x, y, c(hx, hy)),
the persp shape changes
Does anyone know how to get the modes out of the two dimensional data
programmatically.
Also if I want to get the minumum of X, Y with modes =2, is the solution
unique?
Thanks
pat
2005 Jan 17
3
Asterisk C source code documentation
Hi all,
I was wondering if there is any documentation of the Asterisk C source code. I have downloaded the code, but I haven't seen any references to documentation neither in the Asterisk home page nor in Asterisk wiki.
Does anyone know if this documentation is freely available? We are specially interested on the application API that would allow us to implement new applications for Asterisk.
2001 Mar 15
1
Samba and NT file issues
Sorry for being repetitive, but I have a question. Can Samba be used for 9x
widowze machines accessing files, (access 2000, excel, word...) and have
them open, add/modify, save files? The files would reside on Samba box and
the user map their way to the files. Any thoughts? I appreciate all of you
for sharing you knowledge.
Respectfully.
---------------------------------------
Tony Ricker
2007 Feb 17
0
Minimum requirements for pam.d/samba file for AD member
...ups and users from the domain. getent group/passwd also returns the
groups and users.
After researching various article and howtos, I've noticed that there
are many different things that people have put in the /etc/pam.d/samba
file. Before I get into this much more, I was wondering what the minumum
requirements or best practices are for the contents of this file. At
this time, I don't plan on using AD authentication for anything other
than file share access.
Basically, I'd like to have local group(s) on the Samba server and be
able to add domain groups from Windows 2K3 AD to this...
2012 May 02
0
bcrm package update
...essment Method Phase I
trial designs. This version has the following new developments from
version 0.1:
* Stopping rules have been added, allowing stopping to be based on a
maximum sample size, the maximum number to be treated at the final MTD
estimate, the precision of the MTD estimate, and a minumum sample size.
* Implementation of escalation based on posterior toxicity intervals
using loss functions.
* Posterior summaries after each recruited cohort can now be plotted
using the "each" argument of plot.bcrm.
* When simulating, operating characteristics are also now presented by
tr...
2012 May 02
0
bcrm package update
...essment Method Phase I
trial designs. This version has the following new developments from
version 0.1:
* Stopping rules have been added, allowing stopping to be based on a
maximum sample size, the maximum number to be treated at the final MTD
estimate, the precision of the MTD estimate, and a minumum sample size.
* Implementation of escalation based on posterior toxicity intervals
using loss functions.
* Posterior summaries after each recruited cohort can now be plotted
using the "each" argument of plot.bcrm.
* When simulating, operating characteristics are also now presented by
tr...
2011 Dec 22
1
attach 'name' argument ignored with a file?
Dear experRts,
I have the feeling that the 'name' argument to the attach function is
ignored when 'what' is a file name. Here is an example:
save(letters, file="letters.RData")
letters.env <- attach("letters.RData", name="letters")
search()
letters.env
The name on the search path is "file:letters.RData". I would expect it
to be