Displaying 20 results from an estimated 9000 matches similar to: "seq: specify *minimum* end value, more elegant solution"
2009 Feb 03
1
overlaying plots from a list of data frames
Hello R list,
I have a list of data frames, in the form (dump output for an example
list follows message):
$site1
year data
1 2000 0.03685042
2 2001 0.02583885
6 2005 0.02480015
7 2006 0.03458745
$site2
year data
1 2002 4.071134e-03
2 2003 -4.513524e-08
3 2004 8.336272e-08
4 2005 2.270803e-08
5 2006 1.263597e-02
6 2007 NaN
I would like to plot each
2008 Mar 13
3
zoo object: replace NAs from another zoo object
Hello,
I have two zoo objects, new and old, indexed by chron objects. Their structure is like this:
(05/25/06 00:00:00) NA NA NA
(05/25/06 00:02:00) 948.20 24.198 0
(05/25/06 00:04:00) 948.26 20.640 0
(05/25/06 00:06:00) 948.37 19.653 0
(05/25/06 00:08:00) 948.48 19.135 0
(05/25/06 00:10:00) 948.54 22.510 0
(05/25/06 00:12:00) 948.55 27.175 0
(05/25/06 00:14:00) 948.46
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:
2009 Mar 31
2
"digits" in round()
Hi Folks,
Compare
print(1234567890,digits=4)
# [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
2007 May 30
3
Upgrading ocfs2 when applying kernel patches.
I am in the middle of rolling RHEL 4 update 5 ( 2.6.9-55) through my
servers. We use a development, QA, and 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
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
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
2003 Jan 06
1
On nlm
Dear all, I have to minimize 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),
2002 Jan 04
2
"Quality" vs. "bitrate"
I just had another thought on this topic.
What if we have a setting to select the maximum possible
bitrate instead of a target bitrate setting.
This satisfies the streaming people, but means that for
an ordinary user to set a bitrate he'll have to set the
quality to 9.999999 *and* the maximum bitrate to whatever
he wants.
ie. If he sets quality to "near CD" and max_bitrate to
2011 Oct 05
1
Fwd: Re: zvol space consumption vs ashift, metadata packing
Hello, Daniel,
Apparently your data is represented by rather small files (thus
many small data blocks), so proportion of metadata is relatively
high, and your<4k blocks are now using at least 4k disk space.
For data with small blocks (a 4k volume 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
2013 Aug 09
1
Removing password complexity requirements under Samba4
We had problems removing password complexity, and I noticed a lot of
confusion on the list about exactly this topic. So I thought I would post
our success.
We're talking about a Samba4 PDC/AD here. Once we got Samba installed and
provisioned, we used samba-tool from the command-line on the Samba box to
change the domain password settings:
sudo samba-tool domain passwordsettings set
2009 Feb 12
3
Strange dialplan matching issue
Greetings list,
Wondering if anyone has come across this strange dialplan pattern matching issue before:
I have a context defined as follows (the plus simply implies it follows on from an existing context in another #include - which, yes, has been included first):
[privatedundi](+)
exten => _hilton-2XX,1,Goto(hilton,${EXTEN:7},1)
When dialling hilton-202 from another box via IAX2, I get:
2007 Feb 17
0
Minimum requirements for pam.d/samba file for AD member
We've been using samba on a small scale in my group using tdbsam but I
got the go ahead to setup a Samba member server as part of our AD domain
for our Desktop Support group for desktop image archiving and software
staging.
Running Fedora Core 6 with the latest Samba rpms from samba.org I have
successfully joined the AD domain in our test environment. kinit works
for all domain users
2006 May 24
6
newbie question: missing template
Hi
I''m new to this forum and new to Rails so excuse me if this is a daft
question.
I''m following the ONLamp.com tuturial and all has been well untill
changing the template for the recipes. I have followed the instructions
and added this code to the controller:
class RecipeController < ApplicationController
scaffold :recipe
def list
@recipes = Recipe.find_all
end
2011 Mar 03
2
lattice custom axis function -- right side margins
Dear R help list,
I have a plot with two different vertical scales that I want to display
on either side of the plot. It's quite similar to the
Fahrenheit-Centigrade example in the examples section of the
documentation for axis.default.
The right-side axis is clipped off, though, and I haven't been able to
figure out anything with viewport() and clipping or trellis.par.set to
fix
2005 Jul 22
8
Latency of Linux Bridge
Hi there!
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
2004 Sep 10
1
problems with flac?
So I recently encoded my entire CD collection (over
7000 songs) to flac and I have found that 18 of them
have a strange problem. The files are corrupted in
some way.. They will stop playing abruptly in the
middle of the song. I've attached a listing of the
metadata and you'll see what I mean.
You can see that the seek points toward the end have a
bunch of zeros and I'm not sure
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby
has a built in Observable module and I''m pretty bored, so I apologize in
advance....
require ''observer''
# one who is observed
class Celebrity
include Observable
attr_accessor :name
attr_reader :is
def is=(val)
@is = val
changed
notify_observers(self)
end
end
# one who
2013 Mar 26
2
Controlling an APC 9210 with nut
I have an APC 9210 PDU in my rack. It's connected to the network and
is configurable by web access.
I'd like to control it in combination with my ups. Unfortunately I
cannot get NUT to recognise this PDU. Here's my ups.conf section:
[apc]
driver = snmp-ups
port = 192.168.10.21
mibs = auto
community = public
snmp_version = v1
running upsdrvctl gives this:
$ sudo
2005 Jul 07
1
Queues and busy agents problem
Hi
I have a problem with the queues on Asterisk. The setup is Asterisk@Home
v1.0 with Asterisk 1.0.7.
I have 1 queue (4500) set up, with leastrecent strategy. There are no
agents configured in this queue.
Agents log in by dialing 4500* on their phones. All incoming calls are sent
to the queue. Calls wait 120 seconds in the queue, and are then sent to
voicemail extension 310.
My problem is