similar to: ROC Analysis

Displaying 20 results from an estimated 900 matches similar to: "ROC Analysis"

2005 Jun 02
1
glm with variance = mu+theta*mu^2?
How might you fit a generalized linear model (glm) with variance = mu+theta*mu^2 (where mu = mean of the exponential family random variable and theta is a parameter to be estimated)? This appears in Table 2.7 of Fahrmeir and Tutz (2001) Multivariate Statisticial Modeling Based on Generalized Linear Models, 2nd ed. (Springer, p. 60), where they compare "log-linear model fits to
2006 Apr 13
3
editor for Ubuntu
Hello, I am new on Ubuntu. I would like to use R, but I tried Kate and Scite. The first one keeps trying to use KDE applications,while the other does not understand the language. I have searched for another editor for hours, in vain. Which editor should work with Ubuntu? I am looking forward to your answer, thanks, Camille
2011 Mar 01
2
expression help
Hello, I am trying to write math-type on a plot. Due to space limitations on the plot, I want 2 short expressions written on top of each other. It is certainly possible to write them in two separate calls, but that involves fine-tuning locations and a lot of trial and error (and I'm trying to write a general purpose function). Here's where I've gotten to:
2006 Dec 19
1
Is logic right?
OK. My basic asterisk install seems to be working. I can get caller ID. My dialplan says: [incoming] ; incoming calls from the FXO port are directed to this context from zapata.conf exten => s/9185415897,1,Set(CALLERID(name)=Michael Sullivan) exten => s/9185415897,1,HANGUP(1) exten => s,1,Set(CALLERID(name)=Someone Else) This is for testing. It's supposed to check the caller ID
2004 Sep 27
1
multinom object :way of plotting??
Dear all, I'm fitting a multinom function to my dataset (multinom(outcome~age+K+D)) and I need to present my results on a poster. Does someone know a nice way of doing that? I think I saw in an archive that you cannot plot a multinom.object, is it true? Thank you by advance for your help, Cheers Camille
2009 Jun 05
2
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello, I am trying to compile a project I am writing with Xcode that will use LLVM libraries to generate code executed with the JIT. I would be curious to learn how you deal with LLVM header files, libraries, makefiles and Cocoa application projects. My candid understanding is that LLVM projects need to be built with LLVM makefiles (hence the previous message I sent about LLVM Projects). I am
2005 Jul 12
12
Any suggestions for an IP phone?
Hi all, We are in the process of selection IP Phones to work with our *new* Asterisk PBX. We want to buy 4 for something less than 1000$ but with a nice set of features to work with our mail box, lines, good sound quality, full duplex (and maybe speaker phone). Any suggestions for something with good voice quality and not much troubles to setup with Asterisk? Voici quality is the most
2006 Dec 12
3
Need help getting started with asterisk
I am new to asterisk. I need help getting started, if it's even worth getting started. I say if it's worth getting started because I'm not sure if my hardware will even work with asterisk. I have a US ROBOTICS 56K V.90 PCI SOFT MODEM. I have standard twisted pair telephone wire. I can't afford to alter my hardware. I know I won't be able to do any sophistocated VoIP stuff.
2005 Sep 30
4
Revieving some fax problems
Hi, We are recieving some faxes, but I would say that about 50% of them do not work. We don't know why... is it something with the faxes speed, volume, etc? Should we use a real fax machine? Using a TDM13B with a rxgain of about 5.0... Thank you for any help. -- Alexandre Leclerc
2006 Aug 30
8
converting decimal - hexadecimal
Hi, do you know, a method to convert an decimal value (integer) to the corresponding hexadecimal value ? thinks for help. Romain -- Lorrilli?re Romain UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution B?t. 362 Universit? Paris-Sud 91405 Orsay cedex France tel : 01 69 15 56 85 fax : 01 69 15 56 96 mobile : 06 81 70 90 70 email : romain.lorrilliere at ese.u-psud.fr
2011 Jul 29
10
Media Ponderada
Hola a todos. Ya he escrito sobre esto pero vuelvo a no ser capaz de resolver una cosa Tengo este archivo año   mes      fecha  puerto           barco   origen       arte            2007 enero 2007-01-04 Ribeira  juan        Norte     PAREJA      2007 enero 2007-01-04 Ribeira    luis        -Norte     BETA    2007 enero 2007-01-04 Ribeira  pedro     Norte     PAREJA      2007 enero
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi, I need to generate some figure using the Arial font as a requirement for PLoS. Following their guidelines, I have converted the windows font files arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I try to generate a postcript file, the postcript device does not recognize the .afm files. The code I use to test the new font is the following:
2010 Feb 20
1
Advanced use of to_xml and to_json
Hello, I''m working on a Rails app which has a REST API. I manage two formats JSON and XML. Very often to simplify the use if the API, I''m making includes. But when you add params to to_json and to_xml like :only, :except, it''s not only applied on the root object but on all the objects included. Do you know libs or methods to answer to these different problems: * Tell
2012 Jan 29
1
Help joincount.test
Hello, I'm trying to analyse the spatial organization of different fields planted with different varieties (each field has only one variety), but I have problems trying to understand the results of the test I did. To do this, I created different neighbourhood matrix. For example, for the first matrix, fields are considered as neighbours if they are distant from 0 to 1000 meters from each
2018 Feb 15
2
how to upgrade schema version?
Hello , I did it from schema version 31 to 47. You'll have to get the ldf files used by adprep. The files have to be split between updates and adds. There must be also some syntax changes. I can send you the resulting files if you want. You'll also need to manually add some informations in order to be able to join a real windows 2008 R2 controller. Those informations are :
2005 Jul 28
2
How to adjust codec voice detection? Changin RxGain does not help me...
Hi, Problem: When talking to someone (from pstn) and this person is not talking loud, the voice is cut by Asterisk. I tried increase RxGain but it changed nothing (was talking louder but voice still cut.) I use XLite as soft phone. I think this is probably a codec setting... but how do I check that on server side? I just don't know what to do. All works fine (asteriskathome) but I always
2009 Jun 01
2
[LLVMdev] Questions about LLVM
Dear list, I am learning LLVM and would like to add JIT support to the F-Script language. F-Script is a Smalltalk like scripting language that lives in the Objective-C runtime. It is written by Philippe Mougin. The goal is for me to become more familiar with LLVM, and learn about the conclusions we can draw in terms performance improvements (or degradation !), possible optimizations, etc. So
2009 Jun 05
0
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello, I'm not an LLVM expert, but I think you can build a Cocoa/LLVM project by using the LLVM's libraries and headers the same way you did with any other third party library. In fact, that's what the clang Xcode project does. It does not use any makefile. In short: - Add the llvm/include folder in you header search path (in the project's build settings). To add
2009 Jun 05
2
[LLVMdev] Creating a LLVM Project from the Sample project
Hello, I have followed the steps described in http://llvm.org/docs/Projects.html. It seems there is a problem with the AutoRegen.sh script. In order to get the whole sample project working in a directory outside of llvm directory structure, I had to replace lines 22 and 23 by : llvm_src_root=../llvm llvm_obj_root=../llvm I am not a configuration specialist, so I can't tell if this is a
2009 Jun 11
2
[LLVMdev] Access a specific address in the JIT compiler
Hi, I am using the JIT compiler to execute code that must interface with the running process. I would like to access some specific addresses. The solution I found is to create a global variable for each address I want to reference, and pass it as a mapping to the ExecutionEngine with addGlobalMapping. Is that how I should do this? Is there no way to just reference the addresses with constants?