Displaying 8 results from an estimated 8 matches for "cpar".
Did you mean:
char
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
...p.c:7589 process_sdp: Processing session-level SDP a=sqn: 0... UNSUPPORTED.
[Feb 2 08:38:06] DEBUG[21032]: chan_sip.c:7589 process_sdp: Processing session-level SDP a=cdsc: 1 image udptl t38... UNSUPPORTED.
[Feb 2 08:38:06] DEBUG[21032]: chan_sip.c:7589 process_sdp: Processing session-level SDP a=cpar: a=T38FaxVersion:0... UNSUPPORTED.
[Feb 2 08:38:06] DEBUG[21032]: chan_sip.c:7589 process_sdp: Processing session-level SDP a=cpar: a=T38FaxUdpEC:t38UDPRedundancy... UNSUPPORTED.
[Feb 2 08:38:06] DEBUG[21032]: chan_sip.c:7753 process_sdp: Processing media-level (audio) SDP a=rtpmap:101 telephone-...
2011 Aug 15
0
Stopping criterion in option "control" of BBsolve( )
...ntrol = list(maxit = 10000, noimp=10000)) } )
Unsuccessful convergence.
user system elapsed
0.25 0.00 0.25
> tst
$par
[1] 0.5 0.6
$residual
[1] 2
$fn.reduction
[1] 0
$feval
[1] 186
$iter
[1] 100
$convergence
[1] 5
$message
[1] "Lack of improvement in objective function"
$cpar
method M NM
2 50 1
Example 2:
The equation tst.fn() returns a constant vector c(2,2), thus it will never
converge. I specified maxit = 1000 and noimp=10, however the BBsolve()
function stops at iteration 100, as I'm unclear where does the number 100
comes from....
2010 Dec 10
0
locfit weights not working as expected
...+ ei[,1])
X2i = exp(-.5*(Zi*log(T1i) -log(T1i) + Zi) + ei[,2])
X1i = log(X1i)
boot.weight = rmultinom(1,5000, prob=rep(1/5000, 5000))
boot.subset = rep(1:5000, boot.weight)
loc.model.1 = locfit(1*(X2i[boot.subset]< 10) ~ lp(X1i[boot.subset],
Zi[boot.subset], style = c ? ? ?("n","cpar"), h=0.4, deg = 1, nn=0), family
= "binomial", link = "logit")
loc.model.2 = locfit(1*(X2i< 10) ~ lp(X1i, Zi, style = c("n","cpar"),
h=0.4, deg = 1,nn=0), family = "binomial", link = "logit",
weights=boot.weight)
print(loc.model.1...
2003 Oct 22
0
MGCP error for Cisco 7750 FXO card
...- MGCP mgcp_new(MGCP/aaln/S0/SU0/0@MRP200-S1-1) created in state: Down
MGCP read:
200 7 OK
I: 5
v=0
o=- 5 0 IN IP4 10.0.2.6
s=Cisco SDP 0
c=IN IP4 10.0.2.6
t=0 0
m=audio 16948 RTP/AVP 0 100
a=rtpmap:100 X-NSE/8000
a=fmtp:100 200-202
a=X-sqn:0
a=X-cap: 1 audio RTP/AVP 100
a=X-cpar: a=rtpmap:100 X-NSE/8000
a=X-cpar: a=fmtp:100 200-202
a=X-cap: 2 image udptl t38
from 10.0.2.6:2427Verb: '200', Identifier: '7', Endpoint: 'OK', Version: '(null)'
2 headers, 13 lines
Capabilities: us - 4, them - 4, combined - 4
Non-codec capabilities: us...
2013 Jan 03
2
simulation
Dear R users,
suppose we have a random walk such as:
v_t+1 = v_t + e_t+1
where e_t is a normal IID noise pocess with mean = m and standard deviation = sd and v_t is the fundamental value of a stock.
Now suppose I want a trading strategy to be:
x_t+1 = c(v_t – p_t)
where c is a costant.
I know, from the paper where this equations come from (Farmer and Joshi, The price dynamics of common
2013 Mar 15
1
Asterisk uses 3 seconds to send ACK after OK
...5 13:16:05] DEBUG[27947] chan_sip.c: Body 9 [ 18]: a=fmtp:100 200-202
[Mar 15 13:16:05] DEBUG[27947] chan_sip.c: Body 10 [ 9]: a=X-sqn:0
[Mar 15 13:16:05] DEBUG[27947] chan_sip.c: Body 11 [ 28]: a=X-cap: 1 audio RTP/AVP 100
[Mar 15 13:16:05] DEBUG[27947] chan_sip.c: Body 12 [ 33]: a=X-cpar: a=rtpmap:100 X-NSE/8000
[Mar 15 13:16:05] DEBUG[27947] chan_sip.c: Body 13 [ 28]: a=X-cpar: a=fmtp:100 200-202
[Mar 15 13:16:05] DEBUG[27947] chan_sip.c: Body 14 [ 26]: a=X-cap: 2 image udptl t38
[Mar 15 13:16:05] VERBOSE[27947] chan_sip.c: [Mar 15 13:16:05] --- (12 headers 15 lines) ---
[Ma...
2012 Feb 13
0
[PATCH 05/14] arm: implement exception and hypercall entries.
...ruct arch_vcpu_info, lr));
+ DEFINE(OFFSET_TCPSR, offsetof(struct arch_vcpu_info, cpsr));
+ DEFINE(OFFSET_TSPSR, offsetof(struct arch_vcpu_info, spsr));
+ DEFINE(OFFSET_VCR, offsetof(struct arch_vcpu_info, cr));
+ DEFINE(OFFSET_VDACR, offsetof(struct arch_vcpu_info, dacr));
+ DEFINE(OFFSET_VCPAR, offsetof(struct arch_vcpu_info, cpar));
+ DEFINE(OFFSET_VPIDR, offsetof(struct arch_vcpu_info, pidr));
+ DEFINE(OFFSET_VFSR, offsetof(struct arch_vcpu_info, fsr));
+ DEFINE(OFFSET_VFAR, offsetof(struct arch_vcpu_info, far));
+ BLANK();
+ DEFINE(OFFSET_GUEST_CONTEXT, offsetof(struct arch_v...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...+ ei[,1])
X2i = exp(-.5*(Zi*log(T1i) -log(T1i) + Zi) + ei[,2])
X1i = log(X1i)
boot.weight = rmultinom(1,5000, prob=rep(1/5000, 5000))
boot.subset = rep(1:5000, boot.weight)
loc.model.1 = locfit(1*(X2i[boot.subset]< 10) ~ lp(X1i[boot.subset],
Zi[boot.subset], style = c ? ? ?("n","cpar"), h=0.4, deg = 1, nn=0), family
= "binomial", link = "logit")
loc.model.2 = locfit(1*(X2i< 10) ~ lp(X1i, Zi, style = c("n","cpar"),
h=0.4, deg = 1,nn=0), family = "binomial", link = "logit",
weights=boot.weight)
print(loc.model.1...