search for: bip

Displaying 20 results from an estimated 37 matches for "bip".

Did you mean: bin
2023 Jan 30
1
[PATCH 01/23] block: factor out a bvec_set_page helper
...tegrity.c b/block/bio-integrity.c index 3f5685c00e360b..a3776064c52a16 100644 --- a/block/bio-integrity.c +++ b/block/bio-integrity.c @@ -124,23 +124,18 @@ int bio_integrity_add_page(struct bio *bio, struct page *page, unsigned int len, unsigned int offset) { struct bio_integrity_payload *bip = bio_integrity(bio); - struct bio_vec *iv; if (bip->bip_vcnt >= bip->bip_max_vcnt) { printk(KERN_ERR "%s: bip_vec full\n", __func__); return 0; } - iv = bip->bip_vec + bip->bip_vcnt; - if (bip->bip_vcnt && bvec_gap_to_prev(&bdev_get_que...
2009 May 27
3
Call in progress tones
...ing, ring ring, rin, beep beep beep" when the phone is busy. What I want is something to play during the call setup or "making progress" stage of the call. just a series of beeps about 800ms apart until the phone call is actually set up... so then you would get something like "bip, bip, bip, bip, bip, ring ring, ring ring..." for ringing or "bip, bip, bip, bip, bip, beep, beep, beep..." for busy. Any ideas? Mikel
2009 Dec 10
2
Problem with coeftest using Newey West estimator
Hi, I want to calculate the t- and p-values for a linear model using the Newey West estimator. I tried this Code and it usually worked just fine: > oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_H) > coeftest(oberlm, NeweyWest(oberlm, lag=2)) t test of coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 0.1509950 0.0743832 2.0300 0.179486 BIP -5.5131683 1.2536813 -4.3976 0.048016 * Infl -0.0623530 0.00...
2003 Dec 09
2
Erratic DTMF on E1/PRI (continuation of Strage bip on ISDN/PRI)
...(yes doesn't seem to help) -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Paulo Mannheimer Sent: ter?a-feira, 9 de dezembro de 2003 16:33 To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Strage bip on ISDN/PRI Sorry for the short post - I haven't included additional info because it seemed irrelevant to the issue, mainly because we have already gone through extensive trial and error. We are using RH 7.2, testing with a cvs of 2 month ago and a fresh one downloaded yesterday. The noise d...
2010 Jul 28
1
error in f(x,...)
Dear all, I tried once to create one variable called bip such that: bip <- cip + (1/f(cip))*fi(f,cip) And this was working. But now, doing the same thing I did before, the software shows me the following message: Error in f(x, ...) : unused argument(s) (subdivision = 2000) I have the variable cip and the variable bip should be created such that: Fn...
2010 Jul 21
1
function of an integral
Hi All, I have a problem to create a variable that is a function of an integral of another function. The problem is the following: I have a variable called cip. I have to create another variable called bip that is a function of the former variable cip and also the cumulative distribution function of the variable cip. Consider the equation below: b_{i}\left(c_{i},F,I,p_{0}\right)=c_{i}+\frac{1}{\left[1-F\left(c_{i}\right)\right]^{I-1}}\int_{\overline{c}}^{1}\left[1-F\left(u\right)\right]^{I-1}du...
2003 Dec 09
1
Strage bip on ISDN/PRI
Hi All, We are just starting to deploy a new PRI IVR system, and the incoming calls sometimes get random short 'bips' while navigating our IVR menu. Any hint on what this can be? Best regards, PauloHM
2010 Jul 23
1
Survival analysis MLE gives NA or enormous standard errors
Hi, I am trying to fit the following model: sr.reg.s4.nore <- survreg(Surv(age_sym4,sym4), as.factor(lifedxm), data=bip.surv) Where age_sym4 is the age that a subject develops clinical thought problems; sym4 is whether they develop clinical thoughts problems (0 or 1); and lifedxm is mother's diagnosis: BIPOLAR, MAJOR DEPRESSION, or CONTROL. I am interested in whether or not survival differs by this covariate....
2004 Feb 12
1
Importing BSQ/BIP/BIL files into R
I was hoping I could get some help with an import question. I work with remote sensing imagery which commonly comes in binary form in various interleaving formats (byte interleaved by line, by pixel, etc..). These files are 2d spatial x B bands in size, and I want to be able to extract the band values from various pixels (so each line of data into R would be one pixel x B bands). What's the
2008 Apr 22
0
Bip viol. in E1 cards
Hi all.. I`m with a problem in some E1 cards. The value of Bipolar Viol is too big, and some times the link seems well, but isn`t work correctly, like as if the link is down. Normally, I use to stop asterisk, remove the modules from my card, use modprove to set up they again, and start asterisk, and it come to work, but in some times I have to reboot the...
2010 Aug 04
5
Question regarding significance of a covariate in a coxme survival model
...library coxme. I am trying to model time to onset (age_sym1) of thought problems (e.g. hearing voices) (sym1). As I have siblings in my dataset, I have decided to account for this by including a random effect for family (famid). My covariate of interest is Mother's diagnosis where a 0 is bipolar, 1 is control, and 2 is major depression. I am trying to fit the following model. thorp1 <- coxme(Surv(age_sym1, sym1) ~ lifedxm + (1 | famid), data = bip.surv) Which provides the following output: ------------------------------------------------- > thorp1 Cox mixed-effects model f...
2005 Nov 15
3
Darstellung mit Nachkommastellen
Hi! I got a rather stupid question (I think): Is there ANY option that makes R display numericals not like "1e-8" but as "0.00000001" by default ? And I need the outcome to be really numerical, so formatC(...) which produces a character or something like this won't be acceptable. Any help on this would be appreciated, thanx. Marc
2008 Sep 26
6
Return a list
Dear R Users, another problem for me is the output of a function. I have several output variables which I give back with the list command. test <- function {return(list(a,b,c,d,e,f,g,...))} After the usage of the function I want to assign the variables to the output variables. result <- test() a <- result$a b <- result$b c <- result$c d <- result$d ... is there a more
2010 Jul 19
2
integral in R
...able that is a function of another one (already created), its cumulative distribution function and the integral of this cumulative distribution, with limits: 0 and the value of the variable. To be clear, I have the variable called “cip”. And its cdf called “cdfcip” I need to create the variable: bip = cip + ((1 – cdfcip)^4)*integral((1-cdf(u))^4*du, 0, value of the variable cip) The problem: I don’t know how to do this integral. It is like a integral of ((1 – F(u))^4*du with limits 0 and a value c of individual i in case p of the variable cip. Does anybody knows how to do it? Am I clear with...
2002 Mar 08
1
Matrix multiplication problem
...F1 <- y %*% svd.fitted$u[,1:qr.rank] F2 <- F1 %*% diag(1/svd.fitted$d[1:qr.rank]^0.5) Z1 <- Yhat %*% svd.fitted$u[,1:qr.rank] Z2 <- Z1 %*% diag(1/svd.fitted$d[1:qr.rank]^0.5) r <- cor(F1, Z1) C <- B %*% svd.fitted$u[,1:qr.rank] bip.xvars <- cor(x, Z1) tmp <- list(U1 = U1, U2 = U2, F1 = F1, F2 = F2, Z1 = Z1, Z2 = Z2, eig = eig, r = r, C = C, bip.xvars = bip.xvars) class(tmp) <- "rda" return(tmp) } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Mar 17
1
automatic fax detection in asteriskathome
How is working the automatic fax detection? I'm making tests in asteriskathome and the ivr plays, the fax sends little bips but asterisk don't detects it as a fax. (for testing I routed one caller id to the ivr). -- Alejandro Vargas
2014 Nov 20
1
Asterisk problems
...ed to transfer to someone else in the organization. I then dial a number on my phone, and press Xfer. Sometimes it works well, I mean, the number I dialed get the call and can chat with correspondent. Sometimes, the number I dialed get the communication and while he chats with correspondent, gets a bip every 5 sec(incoming call notification). Just like if I transferred the call twice. I happens with some internal extensions, not all, but never for others. Does anyone have already seen this kind of behavior? Thanks Jerome
2010 Jul 27
0
AIC from coxme
Hi, I am running the following model: fit1.full <- coxme(Surv(age_sym1, sym1) ~ sex + lifedxm*sex + (1|famid), data=bip.surv) I would like to extract the AIC from that object to calculate the AICC. However, when I look at str(fit1.full) and summary(fit1.full) (pasted below) I don't see anything that would allow me to get pull the AIC out from that object. Is there a way to retrieve the AIC from a coxme object...
2020 Oct 14
0
R-help Digest, Vol 212, Issue 12
Dear Frauke, Thank you very much for taking the time to respond. You explanation was very helpful, and I now have that part figured out! Best Wishes, Dan Frauke Message: 3 Date: Mon, 12 Oct 2020 08:33:44 +0200 (CEST) From: =?UTF-8?Q?Frauke_G=C3=BCnther?= <guenther at leibniz-bips.de> To: "r-help at r-project.org" <r-help at r-project.org> Cc: William Michels <wjm1 at caa.columbia.edu>, "smm at posteo.org" <smm at posteo.org> Subject: Re: [R] Fwd: Help using the exclude option in the neuralnet package Message-ID: &l...
2012 Nov 15
3
Likely mem leak in 3.7
Starting with 3.7 rc1, my workstation seems to loose ram. Up until (and including) 3.6, used-(buffers+cached) was roughly the same as sum(rss) (taking shared into account). Now there is an approx 6G gap. When the box first starts, it is clearly less swappy than with <= 3.6; I can''t tell whether that is related. The reduced swappiness persists. It seems to get worse when I update