Displaying 4 results from an estimated 4 matches for "cak".
Did you mean:
ack
2008 Oct 21
2
For loop - how to assign "i" when it is not an element of an index?
Hello,
I'm trying to build a for loop, where I estimate a series of models with
different sets of (time series) data.
However my for loop doesn't recognize the "i"
##################### code################
window.1=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1971") &
positions(anomalies.CAK)<=timeDate("6/30/1991") )]
....
window.14=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1984") &
positions(anomalies.CAK)<=timeDate("6/30/2004") ),]
for (i...
2005 Aug 03
0
Asterisk on FreeBSD-5.4 RELEASE : H323 audio problem
...08
context=kpvoip-h323
;disallow=all
allow=all
allow=gsm
allow=ulaw
alow=alaw
allow=g723.1
gatekeeper=202.152.160.5
AlloGKRouted=yes
dtmfmode=inband
[demo]
type=h323
e164=3000
context=demo
[Ridho S]
type=friend
host=202.152.160.109
;context=default
context=kpvoip-h323
[cak koko]
type=friend
host=202.152.160.106
;context=default
context=kpvoip-h323
[bambang]
type=friend
host=202.152.160.107
context=kpvoip-h323
=============
extensions.conf
=============
[kpvoip-sip]
exten => 1000,1,Dial(SIP/koko)
exten => 2000,1,Dial(SIP/ridho)
;exten =&...
2006 Aug 10
4
FW: HELP -- Problem with access list on samba 3.0.23b but not on 3.0.20c PDC
-----Original Message-----
From: M. D. Parker [mailto:mike.parker@ga.com]
Sent: Thursday, August 10, 2006 9:02 AM
To: 'samba@lists.samba.org'
Subject: HELP -- Problem with access list on samba 3.0.23b but not on
3.0.20c PDC
I am using samba with NO windbind and a configuration file that has worked
for years stopped working at 3.0.23b. The affect was that my [netlogon]
area was not being
2001 Sep 28
1
Using a zero-finding routine in R
Hello all!
I'd like to use a routine in R to find the zero of a function (like
Newton-Raphson, Broyden, etc.)
In the manual, I found a reference to Newton-Raphson method in the
"qr" function, but I simply wonder how I could use it to implement such a
method.
Carlos
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read