Displaying 20 results from an estimated 700 matches similar to: "function of an integral"
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 <- ecdf(cip)
f <- function(x) {(1 -
2010 Jul 19
2
integral in R
Hello All,
I have to create a variable 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
2012 Jul 23
2
[LLVMdev] static constant structs
I hope this is the correct forum in which to ask this question.
Currently I am writing code meant to compile with LLVM 3.0. I am trying
to figure out, using the C++ API, how to create a constant static
struct, or the equivalent. Since I am copying data from existing C
structs, I am currently I am using a ConstantArray global variable, and
then pointer casting it to the appropriate type when I
2012 Jul 23
0
[LLVMdev] static constant structs
Hi Michael,
> I hope this is the correct forum in which to ask this question.
>
> Currently I am writing code meant to compile with LLVM 3.0. I am trying
> to figure out, using the C++ API, how to create a constant static
> struct, or the equivalent. Since I am copying data from existing C
> structs, I am currently I am using a ConstantArray global variable, and
> then
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
Not much to it, but thought I'd offer. - Shao
From c668e24421a344231fc3fba31a26c88e92d03f43 Mon Sep 17 00:00:00 2001
From: Shao Miller <sha0.miller at gmail.com>
Date: Tue, 2 Oct 2012 22:02:04 -0400
Subject: [PATCH] pxedump.c32: Simple PXE cached packet dumping
Usage: pxedump.c32 --cached
Mostly useful with a serial connection, to capture the lengthy output
Signed-off-by: Shao
2005 Oct 08
2
No incoming calls from chan_capi 0.6
Hello,
I'm trying to use the version 0.6 of chan_capi-cm for outgoing calls it
works perfectly but for incoming calls it doesn't work.
I tried to set an extension to dial my from-pstn context and it works.
So I think there's a problem with my capi.conf or something...
Here's a debug when calling
-- CONNECT_IND
(PLCI=0x101,DID=9100,CID=46720XXXX,CIP=0x4,CONTROLLER=0x1)
2010 Mar 31
2
Asterisk hangup all outging calls after 32 seconds
(Sorry, but my english is not good)
Hi,
I have a problem with my new asterisk instalation. I search in google
but I couldn't find nothing.
Here's the thing.
Before, we have 2 asterisk servers, each one with a E1 card. one with a
Digium TE105 and the another with a A104 and we have a very simple
setup.
A Linux IBM X4300 Server is running CentOS 5.4 + Asterisk 1.6.2 (one
month ago I
2005 Mar 13
5
possible bug in chan_capi concerning context handling
Hello,
I am trying to configure asterisk 1.0.7pre to get incoming calls from an
ISDN line using an AVM fritz PCI 2.0 with Chan_capi 0.3.5. My problem is
that the context is not recognised in the /etc/asterisk/capi.conf
I have in /etc/asterisk/capi.conf 's section "[interfaces]" the
following directive
context=isdn
and the following directive in /etc/asterisk/extensions.conf in
2023 Jan 30
1
[PATCH 01/23] block: factor out a bvec_set_page helper
Add a helper to initialize a bvec based of a page pointer. This will help
removing various open code bvec initializations.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
block/bio-integrity.c | 7 +------
block/bio.c | 12 ++----------
include/linux/bvec.h | 15 +++++++++++++++
3 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/block/bio-integrity.c
2009 Aug 18
1
ggplot2: geom_smooth and legend
Hi all,
Is that possible to remove the grey colour in the legend key that goes
with the geom_smooth? In my case it doesn't ease the reading of the
legend.
http://www.4shared.com/file/125864977/e10644f8/desorb.html
Cordialement / Regards
-------------------------------------------
Benoit Boulinguiez
Ecole de Chimie de Rennes (ENSCR) Bureau 1.20
Equipe CIP UMR CNRS 6226 "Sciences
2009 May 27
3
Call in progress tones
Hello all,
I've played with background and play sounds apps and googled around
and asked the list before to no avail.
Does anyone know of a way to have tones played during the call
progress stage of the call?
We (especially on some international circuits) get up to 5 seconds of
silence before the phone starts ringing or is busy.
I don't want to force "R" on the Dial app as
2005 Jan 28
1
printing Problems in Samba 3.0.10
Hi all,
we are using Samba for a year in our departement. It replaced a
dedicated win2k-server for printer and file sharing. We are quite happy
with it, but we have still some problems. Does anyone of you know
solutions to this:
1. We are using HP Laserjet 4300 in our departement. Driver ( origial PS
drivers from HP website) installation was successfull and basic functionality works, but some
2010 Sep 10
3
ggplot bar geom: control the filling in the colour legend
Hi all,
Is it possible to change the filling of the squares used to represent
the colour legend in a bar plot with ggplot?
in this example, fillings are raven black, I'd like them white.
ggplot(diamonds, aes(clarity, colour = cut)) + geom_bar()
Regards
--
-------------
Benoit Boulinguiez
Ph.D student
Ecole de Chimie de Rennes (ENSCR) Bureau 1.20
Equipe CIP UMR CNRS 6226 "Sciences
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
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
2008 Sep 10
3
writing simple function through script
Hi all,
I try to write a simple function in a script. The script is as follows
yo<-function(Xdata)
{
n<-length(Xdata[,1])
Lgm<-nls(formula=LgmFormula,
data=Xdata,
start=list(a=1500,b=0.1),weights=Xdata$Qe)
return(Lgm)
}
After the execution of the script, when I call the function yo on data
called NC60.DATA I get an error.
#yo(NC60.DATA)
Erreur dans eval(expr, envir, enclos)
2009 Apr 28
1
text in graph with expression
Hi all,
I'm using 'expression' in the axes labels in graphs to get the greek letters
(ylab), as follows:
plot(
layer_1$U0
,layer_1$dP/(H1.Theo)
#,ylim=c(0,100)
,xlim=c(0,1.1)
#,main="Pressure Drop",
,xlab=expression(U[0]~(Nm/s))
,ylab=expression(Delta~P~(Pa/m))
,col=2
,pch=16
,cex=1.5)
I just need to know how to avoid the use of a space (~) between the greek
2008 Sep 18
1
axis text size in scatter plot
Hi,
Quite simple question I guess.
Where could we specify the size of the text (axis,legend) for a scatter plot
graphic made with plot()?
Regards/Cordialement
-------------
Benoit Boulinguiez
Ph.D
Ecole de Chimie de Rennes (ENSCR) Bureau 1.20
Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes"
Campus de Beaulieu, 263 Avenue du Général Leclerc
35700 Rennes, France
Tel 33 (0)2 23
2008 Sep 23
1
superscript text style in axis label in graph
Hi all,
I'd like to use superscript or subscript in the axis label of a graph. Is
that possible in R?
For instance in xlab="Ce (mmol/m3)", I'd need the "3" of cubic meter in
superscript.
Regards/Cordialement
-------------
Benoit Boulinguiez
Ph.D
Ecole de Chimie de Rennes (ENSCR) Bureau 1.20
Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes"
Campus
2008 Sep 30
1
par() default values
Hi all,
Is that possible to get back to the par() default values easily?
I played a bit with par()
Regards/Cordialement
-------------
Benoit Boulinguiez
Ph.D
Ecole de Chimie de Rennes (ENSCR) Bureau 1.20
Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes"
Campus de Beaulieu, 263 Avenue du Général Leclerc
35700 Rennes, France
Tel 33 (0)2 23 23 80 83
Fax 33 (0)2 23 23 81 20