search for: chf

Displaying 20 results from an estimated 58 matches for "chf".

Did you mean: ch
1998 Nov 16
5
Solaris make for 0.63 failing
...ude/Platform.h R is now configured for sparc-sun-solaris2.6 Source directory: . Installation directory: /usr/local C compiler: gcc -g -O2 FORTRAN compiler: g77 -O2 [15] /home/res4/gilp/R : make make: Fatal error: Don't know how to make target `src/*/*.[chfy]' [16] /home/res4/gilp/R : make install make: Fatal error: Don't know how to make target `src/*/*.[chfy]' ... [31] /home/res4/gilp/R-versions/R-0.63 : make -d MAKEFLAGS value: Building all because it is out of date relative to Makefile Building stamp-R because it is out of date...
2011 Jan 07
1
Currency return calculations
...1/2010", "12/20/2010"), USD  = c(112.05, 112.9, 110.85, 109.63, 108.08, 111.23, 112.49, 108.87, 109.33, 111.88), GBP  = c(171.52, 168.27,169.03, 169.64, 169.29, 169.47, 170.9, 168.69, 170.9, 169.96), EURO = c(42.71, 42.68, 41.86, 44.71, 44.14, 44.58, 41.07, 42.23, 44.55, 41.12), CHF  = c(41.5, 41.47, 42.84, 43.44, 43.69, 42.3, 42.05, 41.23, 42.76, 43.79), AUD  = c(109.55, 102.52, 114.91, 122.48, 122.12, 123.96, 100.36, 110.19, 121.58, 103.46))   I have a portfolio consisting of some of these currencies.   At this moment, suppose my portfolio has following currency transa...
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
...sessions and discussions. o Bulletin Boards with latest programme schedules and job offers. Conference Fees ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Early Bird Registrations (Before August 9): Regular Association* Student/Unemployed 1 Day CHF 50/EUR 33 CHF 40/EUR 26 CHF 30/EUR 20 3 Days CHF 90/EUR 59 CHF 70/EUR 46 CHF 50/EUR 33 Regular Registrations (After August 9): Regular Association* Student/Unemployed 1 Day CHF 80/EUR 53 CHF 60/EUR 39 CHF 50/EUR 33 3 Days CHF 150/EUR 99 CH...
2019 Sep 04
0
hardware donation offer
...e IRC log below for a few details. If you are interested, reply to "christoph at alte-pflasterei.de", I'll send an Open Document Spreadsheet then with the complete card list containing all details I know. -8<---- IRC chat log --------------------------------- (2019-09-04 16:50:54) chf: Hi, is any of the developers interested in hardware donations? I've got at least 15 (mostly older) unused Nvidia cards, and I'm willing to send those for free, as long as postage isn't too expensive. (2019-09-04 16:51:22) RSpliet: chf: what do you consider "older"? (2019-09-0...
2008 Apr 30
2
fft: characteristic function to distribution
The characteristic function is the inverse Fourier transform of the distribution function. The characteristic function of a normaly distributed random variable is exp(-t^2/2). x=seq(-2,2,length=100) fft(pnorm(x),inverse=T)/length(x) exp(-x^2/2) Why aren't the inverse fft and the mentioned function the same? Thanks for help, Thomas
2011 Jan 07
0
Odp: Currency return calculations
...tr PIKAL <petr.pikal@precheza.cz> Subject: Odp: Currency return calculations To: "Amelia Vettori" <amelia_vettori@yahoo.co.nz> Cc: r-help@r-project.org Received: Friday, 7 January, 2011, 12:59 PM Hi What is wrong with my suggestion then. > rate1       USD    GBP  EURO   CHF    AUD 1  112.05 171.52 42.71 41.50 109.55 2  112.90 168.27 42.68 41.47 102.52 3  110.85 169.03 41.86 42.84 114.91 4  109.63 169.64 44.71 43.44 122.48 5  108.08 169.29 44.14 43.69 122.12 6  111.23 169.47 44.58 42.30 123.96 7  112.49 170.90 41.07 42.05 100.36 8  108.87 168.69 42.23 41.23 110.19 9  1...
2011 Jan 07
1
Calculating Returns : (Extremely sorry for earlier incomplete mail)
...010", "12/20/2010") USD  <- c(112.05, 112.9, 110.85, 109.63, 108.08, 111.23, 112.49, 108.87, 109.33, 111.88) GBP  <- c(171.52, 168.27,169.03, 169.64, 169.29, 169.47, 170.9, 168.69, 170.9, 169.96) EURO <- c(42.71, 42.68, 41.86, 44.71, 44.14, 44.58, 41.07, 42.23, 44.55, 41.12) CHF  <- c(41.5, 41.47, 42.84, 43.44, 43.69, 42.3, 42.05, 41.23, 42.76, 43.79) AUD  <- c(109.55, 102.52, 114.91, 122.48, 122.12, 123.96, 100.36, 110.19, 121.58, 103.46) These are the exchange rates and I am trying calculating the returns. I am giving only a small portion of actual data as I can...
2007 May 31
0
Merging two data objects question
...etween them is that the times ( and possibly the days ) and the data is different and what I want to do is merge them so that only the data in Subset2 that is the same day and times as Subset 1 remains in the merged dataset. Obviously the column names of Subset2 would have to changed to AUDB, CADB, CHFB etc when they were merged ? I have no idea how to do this and originally these 2 lists come from a zoo object so , if it's easier to merge the zoo objects and then do the creation of the lists, that's okay also but I don't know how to do that either. So, if someone wants me to send the...
2007 May 23
1
I made some progress on my previous "systemfit" question but still not quite there
Surprisingly, I played around with some test code and below actually creates equations that look correct. tempmat<-matrix(10,nrow=6,ncol=6) restrictmat<-diag(6) colnames(tempmat)<-c("AUD.l1","CHF.l1","CAD.l1","GBP.l1","EUR.l1","JPY.l 1") rownames(tempmat)<-c("AUD","CHF","CAD","GBP","EUR","JPY") eqn<-list() for ( i in 1:6 ) { datares <- tempmat[, which(restrictmat[i, ] == 1),d...
2011 Jan 14
0
Fwd: helps in data analysis
...nd soils data. Due to the corlinearity among predictors, I conducted principal component analysis and obtained first 4 principal components accounting over 85 % total variation. Using coefficient of 4 principal components, new 4 predictors were obtained as follows (i.e., PC1 ~ PC4); > head(df.chf09) chafer year longitude latitude paddock2 PC1 PC2 PC3 PC4 12152 0 2009 -87.85045 33.90220 11 1.1790748 -2.895178 -1.522787 -2.33674507 12153 0 2009 -87.85045 33.90214 11 0.7852655 -3.758568 -1.691573 -2.16018891 12154 0 2009 -87.85046 33.90206...
2012 Apr 27
1
multivariate xts merge question
..., so I am happy with adding n new columns from the returned data frame (vector). Unfortunately, I have been unable to accomplish this. apply(x,1,function(y,ns) procState(y,ns), colnames(x)) gives me a list, where a non-intrinsic attribute contains the timestamp. $`2012-03-16 16:04:00` aud cad chf eur gbp jpy nzd usd 1 -3 -5 7 5 1 -1 3 -7 $`2012-03-16 16:05:00` aud cad chf eur gbp jpy nzd usd 1 -3 -5 7 5 -1 1 3 -7 How do I merge this with the original xts? I tried merge(x,unlist(y)) to flatten it, but instead of getting n new columns I get the timestamps repeated...
2011 May 08
1
Hosmer-Lemeshow 'goodness of fit'
...rt Schutt, MD, MCS Resident - Department of Internal Medicine University of Virginia, Charlottesville, Virginia ------------------ ######################################################## # Compute the Hosmer-Lemeshow 'goodness-of-fit' test cd.full_model = glm(formula = Collaterals ~ CHF + Age + CABG + relevel (as.factor (num.obst.vessels),"one") + Current.smoker + DM + HTN + ace.inhibitor + MI, family = binomial(link = "logit")) hosmerlem = function(y, yhat, g=10) { cutyhat = cut(yhat, breaks = quantile(yhat, probs=seq(0, 1, 1/g)), include....
2004 Mar 15
1
R v1.9.0 alpha w/ Rtools: gzip problem
...ic/R.basic_0.36.tar: No such file or directory HOWEVER, if you do >cd /cygdrive/C/users/braju.com.R/R.basic/ >gzip R.basic_0.36.tar it works. This is also the strategy in the R v1.8.1 build script. In the R v1.9.0 alpha script all gzip calls are on absolute pathnames; R_system("$tar chf $filepath $pkgname"); R_system("gzip -9f $filepath"); cf. system("$tar chf $filepath $pkgname"); chdir($startdir); rmtree($tmpdir); system("gzip -9f $filename"); Modifying the build v1.9.0 alpha to do the latter things works again. More hints: Trying diff...
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2007 Jun 28
1
Changing graphics height when using grid and lattice
...1), "null")))) the individual graphs do not end up as the same height - which is a feature I would prefer to have. A complete example is as follows: ### Start of example library(lattice) library(Hmisc) library(grid) # Incidence data testData <- data.frame( strata = rep(c("CHF : Yes", "CHF : No"), each = 20), ae = rep(paste("Adverse Event", 1:10), each = 2), trt = rep(c("Active", "Placebo"), 20), pct = runif(40, 1, 30) ) # RR data testData2 <- data.frame( strata = rep(c("CHF : Yes", "CHF : No"), eac...
2004 Apr 27
1
'R CMD build' fails when there are spaces in the path (PR#6830)
Full_Name: Byron Ellis Version: R 1.9.0 (and 2.0.0) OS: Linux (Redhat Fedora Core) Submission from: (NULL) (140.247.241.197) It appears that `R CMD build` cannot handle spaces in the path when building packages for distribution. For instance: [ellis@net-78815 ~/Bayesian Networks]$ R CMD build bnsl * checking for file 'bnsl/DESCRIPTION' ... OK * preparing 'bnsl': * cleaning src *
2006 Jan 19
5
123 * 3 => 123123123! But why?
Hi all I extended the Globalize Plugin the following way: -------- module Globalize class Currency def conversion_rate code = Locale.active.currency_code rates = { :USD => 1, :CHF => 0.75, :EUR => 1.1, :GBP => 3.1 } value = rates[code.to_sym] raise "No conversion rate found for currency ''#{code}'' (#{Locale.active.language.english_name})!" if value.nil? value end def...
2013 Apr 03
4
Better way of writing R code
...ot;14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013", "14/6/2013", "28/06/2013"), currency = c("USD", "USD", "GBP", "SEK"), other_currency = c("EURO", "CAD", "CHF", "USD"), transaction = c("Buy", "Buy", "Sell", "Buy"), units_currency = c(100000, 25000, 150000, 40000), units_other_currency = c(78000, 25350, 99200, 6150)) rate_df = data.frame(date = c("28/3/2013","27/3/2013","26...
2011 Jan 06
1
Calcuting returns
...21/2010", "12/20/2010")USD <- c(112.05, 112.9, 110.85, 109.63, 108.08, 111.23, 112.49, 108.87, 109.33, 111.88)GBP <- c(171.52, 168.27,169.03, 169.64, 169.29, 169.47, 170.9, 168.69, 170.9, 169.96)EURO <- c(42.71, 42.68, 41.86, 44.71, 44.14, 44.58, 41.07, 42.23, 44.55, 41.12)CHF <- c(41.5, 41.47, 42.84, 43.44, 43.69, 42.3, 42.05, 41.23, 42.76, 43.79)AUD <- c(109.55, 102.52, 114.91, 122.48, 122.12, 123.96, 100.36, 110.19, 121.58, 103.46)These are the exchange rates and I am trying calculating the returns. I am giving only a small portion of actual data as I can'...
2007 Oct 02
0
patch: allow R CMD build exclude patterns to match symlinks
...(\&unlink_junk_files, $pkgdir); + chdir(dirname($pkgdir)); + my $filename = "${intname}_" . $description->{"Version"} . ".tar"; + my $filepath = &file_path($startdir, $filename); + R_system(join(" ", + ("$tar chf", + &shell_quote_file_path($filepath), + "$pkgname"))); + my $tmpdir = R_tempfile("Rbuild"); + rmtree($tmpdir) if(-d $tmpdir); + mkdir("$tmpdir", 0755) + or die "Error: cannot create directory '$tmpdir&...