search for: ead

Displaying 20 results from an estimated 89 matches for "ead".

Did you mean: read
2010 Aug 30
2
Band-wise Conditional Sum - Actual problem
...be mis-communication from my end corresponding to my requirement. As I had mentioned in my earlier mail, I am dealing with a very large database of borrowers and I had given a part of it in my earlier mail as given below. For a given rating say "A", I needed to have the bad-wise sums of ead's (where bands are constructed using the ead size itself.) and not the number of borrowers falling in a particular band. I am reproducing the data and solution as provided by Winsemius Sir (which generates the number of band-wise borrowers for a given rating. rating <- c("A", &q...
2010 Aug 27
1
Band-wise Sum
..."AA","BB","BBB","AA", "A", "AAA","BBB","BBB", "BB", "A", "BB", "A", "AA", "B","A", "AA", "BBB", "A", "BBB") ead <- c(169229.93,100, 5877794.25, 9530148.63, 75040962.06, 21000, 1028360,  6000000, 17715000,  14430325.24, 1180946.57, 150000, 167490, 81255.16, 54812.5, 3000, 1275702.94, 9100, 1763142.3, 3283048.61, 1200000, 11800, 3000,  96894.02,  453671.72,  7590, 106065.24, 940711.67,  2443000, 9500000, 39...
2011 Mar 25
1
Appending data to a data.frame and writing a csv
Dear R helpers exposure <- data.frame(id = c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20), ead = c(9483.686,50000,6843.4968,10509.37125,21297.8905,50000,706152.8354, 62670.5625, 687.801995,50641.4875,59227.125,43818.5778,52887.72534,601788.7937, 56813.14859,4012356.056,1419501.179,210853.4743,749961,6599.0862), pd = c(0.0191,0.0050,0.0298,0.0449,0.0442,0.0479,0.0007,0.0203,0.0431,0.0069, 0.0...
2014 Jan 06
2
Reversing the Equation to find value of variable
Dear R forum I have following variables - EAD = 10000 LGD = 0.45 PD = 0.47 M = 3 # Equation 1 R = 0.12*(1-exp(-50*PD))/(1-exp(-50)) + 0.24*(1-(1-exp(-50*PD))/(1-exp(-50))) b = (0.11852 - 0.05478 * log(PD))^2 K = (LGD * pnorm((1 - R)^(-0.5) * qnorm(PD) + (R / (1 - R))^0.5 * qnorm(0.999)) - PD * LGD) * (1 - 1.5 * b)^(-1) * (1 + (M - 2.5) * b...
2012 Jul 18
4
The best solver for non-smooth functions?
...quot;, repos= c("http://R-Forge.R-project.org", getOption("repos"))) install.packages("Rsolnp2", repos= c("http://R-Forge.R-project.org", getOption("repos"))) require(Rdonlp2) require(Rsolnp) require(Rsolnp2) N <- 3 n <- 100000 r <- 0.0025 ead <- rep(1/3,3) rc <- c("AAA", "AA", "A", "BBB", "BB", "B", "CCC", "D") lgd <- 0.99 rating <- c("BB", "BB", "BBB") firmnames <- c("firm 1", "firm 2", &qu...
2009 Dec 27
1
R and Finance - EAD, LGD, PD
Hi, I'm currently beginning to use R for financial analysis (mainly Basel II benchmarks) and I would like to know if any R-User can give me some initial directions on packages and tutorials which I can use to calculate capital requirements, default probabilities, and related stuff. Thanks in advance, Rick [[alternative HTML version deleted]]
2004 Jul 02
0
[Patch] We resolve the throughput drop problemwhe nr eading filesin OCFS2 volume in the patch "ocfs2-truncate-pages-1.patch"a gainstsvn 1226.
We are also thinking about locking for each read/write, but would its = overhead be too high? We have another idea that is extending the function of flock, lockf, = fcntl to distributed. So any application that need strict data consistent can do a lock = operation on the whole or part of the file. For ordinary application, maybe the current logi...
2002 Sep 17
1
Using rsync for two-waz-synchronisation
...my options: rsync -e "ssh -1" -a --delete --exclude "lost+found" /somepath somehost:/somepath If I create a file on host 1 and run rsync again the file is also on host 2. But: If I create a file on host 2 and run rsync on host 1 the file is deleted on host 2. If I use -u instead of --delete files that changed on host 2 are not overwritten but they are also not copied to host 1. I want to have the same files on both hosts by running rsync as cronjob on one host. with kind regards -- Andreas Seemüller EADS Deutschland GmbH European Aeronautic Defence and Space Company...
2005 Mar 11
1
EADS6550 and asterisk - echo on PSTN call
Hi list, would like to know if some of you have tested asterisk connected to an EADS 6550 analogique PBX (also know as Nexpan50). Our set up is a Dell Optiplex with 1 TDM400 4 FXO, 1 TDM400 4 FXS, (no other card, each of them have their own IRQ) all ports connected to the EADS. We have GS ATA286 as EP. Calling from ATA to ATA give a perfect sound. Calling to PSTN numbers or re...
2005 Oct 12
2
Monitor DTMF problems
Hello We have discovered a problem with DTMF on Asterisk. We have a setup with a T1 from PSTN going into an Asterisk box, and then out again on T1 and into a normal PBX (EADS) We use it to record all calls going to/from the PBX. The problem is that when we record the calls (with MONITOR command), DTMF tones gets obscured, and is not understood in the other end, if we dont Monitor, there are no problems. It sounds like the tones are cut into two, hmmmm hard to explai...
2005 Aug 02
1
Best way to connect asterisk to an traditional PBX
Hi list, we want to connect asterisk to an traditionnal PBX (EADS 6550/Matra). People from telco told that they can't connect two PBX's using E1/T1 or only with QSig signaling. I wanted to use EuroISDN. In this case, it was me told that VN6-VN7 would be used. The PBX has a spare ADQ card installed on which we would connect. Has someone a such workin...
2011 Apr 10
1
League of Legends Help please
...Attempts at getting going are as follows - followed both the guides on the LoL forums - installed wine fresh, newest version up to date - winetricks vcrun2005, adobeair, d3dx9, ie6, the following guides http://www.leagueoflegends.com/board....php?p=4224812 http://eu.leagueoflegends.com/board/...ead.php?t=2384 - adobe air native linux - ies4linux - tried playonlinux - tried crossover games There was some patch for my problem on the wine bug fix's but no guide on were to put it and all this editing stuff, and im a noob, so i have no idea were to put it strangely, all my friends using the...
2005 Sep 20
5
Neat way of using R for pivoting?
...can't do that yet). I'm sure it's the wrong way to go about this: ******* BEGIN SNIPPET ******* get_stats <- function(t) { cnfac <- factor(t$cnset); mu <- as.list(by(t$snr, cnfac, mean)); tvar <- as.list(by(t$snr, cnfac, var)); t <- list(mu=mu, var=tvar); } vn <- read.table('vn.csv', sep=','); vn_stats <- get_stats(vn); vsn <- read.table('vsn.csv', sep=','); vsn_stats <- get_stats(vsn); snrs <- as.numeric(names(vn_stats$mu)) matplot(snrs, cbind(vn_stats$mu, vsn_stats$mu)); windows(); matplot(snrs, cbind(vn_stats$va...
2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
Can you attach your source code or .ll file? Have you tried a debug build of llc which might give a more readable stack dump or even an assertion message. ~Craig On Fri, Jun 30, 2017 at 10:51 PM, hameeza ahmed via llvm-dev < llvm-dev at lists.llvm.org> wrote: > It happens only when i keep my vector width to >=64, why is that so? > > I have to keep it >=64. Please suggest some way? &...
2005 Dec 07
4
Importing data for excel file or csv file
...mport his employeelist (perhaps 100+ records), lot of work to do this manually. i would create a template like this Firstname Lastname Phone xxxx xxxxx xxxxx yyyy yyyyy yyyyy then they upload the excel file or save it as csv file (with spacing characters), i read the file and loop through it, and save the records in the database. does anyone has any experience with this??? thanks in advance.
2003 Aug 04
1
Duplex printer settings
...connects after surfing to the samba printer in Network places, right clicking on the printer, choosing connect, work great except for the lack of duplexing option when printing, although it shows up for clients in device settings as well. Any ideas would be GREATLY appreciated. -- Terri Eads UNIX Systems Administrator eads@ucar.edu Research Applications Program 303-497-8425 National Center for Atmospheric Research
2004 Dec 14
1
Bug on log.p argument with all stat function (PR#7420)
...ive probability of a 1.1 on a S= tudent T distribution with 5 degrees of freedom. 2.- The second line is the lower tail cumulative probability of a 1.1 on a = Student T distribution with 5 degrees of freedom on a log scale 3.- The third line is the same as the second, but calculated mannually inst= ead of using the log.p parameters Why line 2 and 3 do not return the same result? Reciba un cordial saludo, =0D Jos=E9 Luis Casado Mart=EDnez ------------------------------------------------------------------ European Computing Consultants C/ Hermanos Garc=EDa Noblejas, N=BA 39, 5=AA, N 1 28037 Madri...
2009 Aug 13
2
randomForest question--problem with ntree
...00 or ntree=200 and the results appear identical. Have changed mtry from mtry=5 to mtry=6 successfully. Have seen same problem on both a Windows machine and our linux system running 2.8 and 2.9. Sample code follws. Thanks in advance for help. Mary > m1<-as.formula(paste("as.factor(EAD)~", paste(names(clin_b)[c(5,7,10:36 )], collapse="+"))) > m1 as.factor(EAD) ~ R_AGE + R_BMI + ASCITES...1L. + EOTAXIN + GM.CSF + IFNa + IL.10 + IL.12.p40.p70 + IL.13 + IL.15 + IL.17 + IL.2 + IL.4 + IL.5 + IL.6 + IL.7 + IL.8 + IL1.RA + IL2.R + IP.10 + MCP.1 + MIG + M...
2007 Dec 23
1
yum error "AttributeError: LOCATION_BASE" after 4.5 -> 4.6 upgrade
Hello all, I am having a problem running yum after doing the 4.6 upgrade. I did a live update through yum and no problems were encountered. However, now when I try to run yum (with any commands/options) I get this error right after loading/reading the repo's - eading repository metadata in from local files Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 102, in main result, resultmsgs = do() File "/u...
2006 Aug 01
8
Problem importing lots of records
...erecord-1.14.3/lib/active_record/base.rb:1392:in `save_without_validation'' ... 24 levels... from /usr/lib/ruby/1.8/rexml/document.rb:173:in `parse_stream'' from /home/pedrocr/xmlcodec/lib/stream_parser.rb:74:in `parse'' from ./imports/import-ead:118 from ./imports/import-ead:115 The index is now in this state. There is no process running that could be holding a lock. Seems like some kind of race condition. I can provide the index (12MB) if it would help debug this. The only thing that I can see that might have changed behaviour...