Displaying 20 results from an estimated 200 matches similar to: "warning message in hand-made function"
2007 Jun 01
1
Cisco 7961G
All,
I am having a lot of trouble with the Cisco 7961G phones. I have
managed to get them up and running with Asterisk to the point where I
can get incoming calls and make outgoing calls. The problem is when I
make outgoing calls or extension to extension calls, the calls die after
20 seconds. I have google'd around and came up with little that is of
help. The firmware version I am
2019 Apr 05
1
subscripting a terms object
Someone sent me a bug report for survival2.44.1-1 that involves a model with both cluster
and offset.? It turns out to be a 3 part issue with [.terms and my own untangle.specials
routine.?? I've spent an evening sorting out the details.
? 1. The delete.response() function doesn't remove the response from the dataClasses
attribute, which leads to a later failure in [.terms for
2016 Jul 15
2
Porting Automation
I'm just trying to get an
overview of a greater picture, I'm
currently not working on any compiler
porting or CPU development, but could
someone please tell, if there exists in LLVM or
some other compiler a feature, where
different CPU-vendors offer some standardized
XML/JSON/YAML file that describes the CPU's
parameters, registers, commands in some formal
manner and compilers that
2019 May 24
3
syslinux efi64 test c32 module
Hello,
does someone have test syslinux EFI64 bootloader in qemu ?
we have a own c32 module. And some build of this module will hang booting.
Now I will (debug / test) this in qemu.
Is that possible?
if so, what do I need except qemu-syste-x86-64.
And how do I have to start the qemu?
Thanks & regards
Johann
2008 Jun 14
1
qt with ncp>37.62
help(qt) states that:
"ncp non-centrality parameter delta; currently except for rt(), only for
abs(ncp) <= 37.62"
so I would expect that calling qt with non-centrality parameter exceeding
37.62 should fail, instead e.g. calling
> mapply(function(x) qt(p = 0.9, df = 55, ncp = x),35:45)
gives:
[1] 40.21448 41.35293 42.49164 43.68862 44.82945 45.97048 47.11170 48.25310
[9]
2018 Dec 14
4
LLVM Backend for a platform with no (normal) stack
Thanks, no malloc or free equivalents either (no heap).
So, there are no others (to your knowledge) who have built an LLVM backend for a platform with no “normal” stack? I found a presentation about some FPGA work (using LLVM) but it doesn’t seem to apply to my platform. Perhaps someone else on the mailing list will have come across this rarity?
Thank you again for your time and
2007 Jul 24
1
function optimization: reducing the computing time
Dear useRs,
I have written a function that implements a Bayesian method to
compare a patient's score on two tasks with that of a small control
group, as described in Crawford, J. and Garthwaite, P. (2007).
Comparison of a single case to a control or normative sample in
neuropsychology: Development of a bayesian approach. Cognitive
Neuropsychology, 24(4):343?372.
The function (see
2005 Jan 05
3
strange behaviour of negative binomial
Dear list,
I ran into a strange behaviour of the pnbinom function - or maybe I
just made a stupid mistake.
First thing is that pnbinom seems to be very slow. The other - more
interesting one - is that I get two different curves when I plot the
estimated density and the density given by pnbinom. Shouldn't it be the
same?
This is only the case, I think, if I use the parameter size = 1. I
2001 May 18
1
Non-Central t
In the help file for the non-central t, the following appears:
ncp: non-centrality parameter delta; currently `ncp <= 37.62'.
I assume that this means the ncp cannot exceed 37.62. Is this
still the case and is there any plans to increase this restriction?
Thanks!
Jeff
Jeff Morris
Design Support
Clinical Chemistry R&D
Ortho-Clinical Diagnostics
email: jmorris6 at ocdus.jnj.com
2010 Oct 13
2
Rmysql - dbWritetable
Dear Rusers,
I am trying to feed my database with data from a file.
But since my file (2010101000.txt) there`s no headers I am facing problem
because the
result data.frame is not separated my columns.
How could I set variables names for each columns in *dbWriteTable*? I have
tried the command below but I don`t know how to fill the *field.type*option.
dbWriteTable(con, "b20101010",
2005 Dec 11
1
Quantile function for the generalized beta distribution of the 2nd kind
I have succeded in defining the cdf of the generalized
beta of the second kind, eg.
pgbeta2 <- function(quint,b,a,p1,p2) {
integrate(function(x)
{exp(log(a)+(a*p1-1)*log(x)-(a*p1)*log(b)-log(beta(p1,p2))-(p1+p2)*log(1+(x/b)^a))},0,quint)$value
}
but I'm facing problems with the quantile function. I
tried something like
qgbeta2 <- function(proba,b,a,p1,p2) {
optimize(function(z)
2015 Apr 16
2
[LLVMdev] Exception filter IR model
Hi,
I have a question about the IR model for SEH filters (as I want to use the same model for CLR filters). In particular, when an outer filter is invoked before entering an inner finally, which piece of IR reflects the filter's side-effects? To take a concrete example, consider this C code:
void foo() {
int x;
__try {
x = 0;
__try {
x = 2;
may_throw();
}
2014 Jun 24
0
[PATCH 1/2] Drop dosutil/mdiskchk.com
On Tue, Jun 24, 2014 at 6:22 AM, Lubomir Rintel <lkundrak at v3.sk> wrote:
> A prebuilt binary. Needs non-free Watcom compiler to build.
This is true however the impression I got from HPA is that the
resulting binary is not under the same restrictions. He made note of
its rarity
in 46a81bae and the resulting need to include a binary with last edits
on 2010-06-21 in 7556a891.
--
-Gene
2019 May 24
0
syslinux efi64 test c32 module
Hi,
> does someone have test syslinux EFI64 bootloader in qemu ?
IIRC, yes. With a Knoppix 8 ISO as -hda. (It's a rarity by using
SYSLINUX for EFI in an ISO.)
> what do I need except qemu-syste-x86-64.
OVMF: Open Virtual Machine Firmware
I find traces in my mailbox that i did on Debian:
qemu-system-x86_64 -enable-kvm -m 512 \
-hda
2005 Apr 25
6
Proba( Ut+2=1 / ((Ut+1==1) && (Ut==1))) ?
Dear all,
First I apologize if my question is quite simple,
but i'm very newbie with R.
I have vectors of the form v = c(1,1,-1,-1,-1,1,1,1,1,-1,1)
(longer than this one of course).
The elements are only +1 or -1.
I would like to calculate :
- the frequencies of -1 occurences after 2 consecutives -1
- the frequencies of +1 occurences after 2 consecutives +1
It looks probably something like
2009 Aug 21
2
Dual Booting Question
Hi List
I'm new to centos i'm also on the forum but my question is how do i do a dual boot say windows/centos
i no i have to partition the harddrive can i do this in centos..\
could someone help us out
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Oct 11
2
Problems with plot function
Hello all R users,
My simulation function works correctly, but I have problems with plot
function. You will find the following code using it.
Thank you for your help
##################################################"
simulation <- function(k, n){
conc <- seq(0,10,by=0.5)
#choixg <- seq(1, length(conc))
choixg <- rep(0,length(conc))
for (i in 1:length(conc)){
choixg[i]
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations.
Here's my launching script:
Code:
on run
--edit this to be the correct location and file to run (typically only edit after the "drive_c")
set toRun to
2011 Jan 10
0
overfilled signature lines in documentation shell for methods
The documentation shells created by the utility functions for classes and methods
contain section "Methods". Due to a slight difference in the layout and the underlying Rd code,
function signatures are wrapped on the following line (if necessary) in the "methods" section in a class description (xxx-class.Rd)
but not in xxx.-methods.Rd. As a result long signatures may
2005 Oct 12
0
loop for plot function
Hello all R users,
I would like to add another loop to my following R code ( it works for the
moment correctly) , which will be able to me to vary n (see the code) from
1 to 4 or 5.
And I also would like apply the plot function in this case, eg all four or
five figures in the same graphic (n= 1, 2, ..., 4 ou 5)
I have tested one, but unsuccessfully.
I need you to solve this problems
Thank you