Displaying 4 results from an estimated 4 matches for "intvl".
Did you mean:
intel
2011 May 17
1
adding up elements within a list
Dear R users
I have a list, as follows:
> intvl.period.myrs
$Devonian
[1] 4.8 4.2 9.5 5.7
$Ordovician
[1] 7.2 5.1 10.2 1.9
$Silurian
[1] 4.7 3.0 7.8 2.0 3.3 1.6 2.6 2.7
I want to write a loop that will sum up the values in each part, and give me a
vector containing the (in this case 3) summed values
this is what I have so far:
for (i...
2004 Feb 19
1
piece wise application of functions
....2mb" "spl.5mb"
>
> names(missgp2)
[1] "spl.1mb" "spl.2mb" "spl.5mb"
>
(
In case it matters the functions accept and return one argument:
block.size <- spl.1mb(ic)
)
Then, I have 2 data frames with identical structure:
> snps.missgp
intvl.mb ic
1 1e+06 0.597
2 2e+06 0.504
3 5e+06 0.327
4 1e+07 0.204
>
> strs.missgp
intvl.mb ic
1 1e+06 0.67200
2 2e+06 0.62325
3 5e+06 0.51000
4 1e+07 0.38775
>
I would like to apply the functions on these data frames
piece-wise and create a data frame per...
2005 Jan 24
3
Sipura Behind NAT howto
I am trying to get a SPA-3000 to work behind NAT - for the sake of the
exercice.
The SPA is on the local network at the address 192.168.0.125 behind a
NATted linux router.
The machine I am trying to work with is a friend's (let's call it
lolo.dyndns.org) and I've installed Asterisk 1.0.3 on it.
I can see the SPA register but when I try to make an outbound call I get
the message:
2005 May 23
0
spa-1001 not getting a dial tone on my pbx
...s putting the info in below is the way he has it set up
Sipura SPA Configuration
Sipura Technology Inc
Info
System
SIP
Provisioning
Regional
Line 1
User 1
User Login
basic |
advanced
Table with 4 columns and 75 rows
Line Enable:
yes
Streaming Audio Server (SAS)
SAS Enable:
no
SAS DLG Refresh Intvl:
30
SAS Inbound RTP Sink:
NAT Settings
NAT Mapping Enable:
yes
NAT Keep Alive Enable:
yes
NAT Keep Alive Msg:
$NOTIFY
NAT Keep Alive Dest:
$PROXY
Network Settings
SIP TOS/DiffServ Value:
0x68
Network Jitter Level:
high
RTP TOS/DiffServ Value:
0xb8
SIP Settings
SIP Port:
5060
SIP 100REL Enable...