search for: valuators

Displaying 20 results from an estimated 76 matches for "valuators".

Did you mean: valuator
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone, I'm working on a script trying to use foreach %dopar% but without success, so I manage to run the code with foreach %do% and looks like this: The code is part of a MCMC model for projects valuation, returning the most important results (VPN, TIR, EVA, etc.) of the simulation. foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% { MCPVMPA = MCVAMPA[simx]
2012 Jan 17
29
pass values to puppet-lvm
i would like to use the module puppet-lvm and would like to pass values to it. I have it setup properly as a module but I can''t for the lfe of me get it to take any values that I put in my baseconfig.pp in my home folder. like shouldn''t something like this work?? puppet-lvm {''setvolume'': vg => ''myvg'', pv =>
2012 Jan 20
9
client not getting updates no error message
whenever i run a test from client it finishes sucessfully but client is not getting any configuration changes from server [root@PROXY-02 tmp]# puppetd --noop --test notice: Ignoring --listen on onetime run info: Caching catalog for proxy-02.carnation.in info: Applying configuration version ''1327091881'' notice: Finished catalog run in 0.02 seconds [root@PROXY-03 modules]# puppet
2010 Nov 22
0
[ANNOUNCE] xf86-input-evdev 2.5.99.901
...is for XI2, there are some design questions that need to be clarified first). The button mapping code was changed to support styli. Note that this rearranges the mappings for buttons past the first 3, so far we haven't seen any side-effects. Benjamin Tissoires (1): Add the names of the valuators for the multitouch properties Nikolai Kondrashov (5): Fix comments about BTN_TOOL_PEN. Improve dumb tablet detection Add BTN_TOUCH/STYLUS/STYLUS2 support. Clean up button code to number mapping Extend button mapping to full ranges Peter Hutterer (20): Remove us...
2010 Nov 11
0
[ANNOUNCE] xinput 1.5.3
...nput. Really, what did you expect? This release brings a minor fix when checking for the device mode. Out-of-proximity device could report the wrong mode. The UI has two minor improvements. First, it doesn't interpret random strings as "relative" anymore when switching modes. Second, valuators are printed on separate lines now with the valuator number prefixed. This is helpful for devices that don't always report continuous valuator ranges. Chase Douglas (1): xinput: Split XI2 valuators and print index of events Peter Hutterer (3): list: only check the last bit in the d...
2007 Jul 05
3
unexpected result in function valuation
Dear all, I have a very small script to plot a function. Here it is: ########################################## sinca <- function(N,th) { return(sin((N+0.5)*th)/sin(0.5*th)) } plot_sinca <- function(N) { x <- seq(-5*pi,5*pi,by=pi/100) y <- rep(0,length=length(x)) for (i in 1:length(x))y[i] <- sinca(N,x[i]) plot(x,y,type="l",ylim=c(0,2*N+4)) return(c(x,y)) }
2014 Oct 24
1
Error renaming folders with spaces
Hi All, I am getting frequent errors of the form below. In most cases the path has spaces in it. Oct 24 07:27:08 mailstore03 dovecot: imap(sam at userdomain.com.au): Error: rename(/home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations - ABC, /home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations - ABC/Subfolder) failed: Invalid argument The user home directories are on NFSv3 and
2010 Dec 13
0
[ANNOUNCE] xorg-server 1.9.3
...rVT. Adam Tkac (1): Return Success from generate_modkeymap() when max_keys_per_mod is zero Andrea Canciani (1): render: Fix byteswapping of gradient stops Bill Nottingham (1): xfree86: store the screen's gamma information on init. Chase Douglas (1): test: input - set valuators mask for event to core conversion Cyril Brulebois (2): test: Fix missing xkbsrv.h include. Fix screen number checks. Eric Anholt (1): Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter. Ferry Huberts (1): dix: do not use bit-wise operators on t...
2008 Jun 10
0
[ANNOUNCE] xorg-server 1.4.1
...R 1.2 driver interface conversion of two colour cursors to ARGB EXA: Skip empty glyphs. (cherry picked from commit ce50bfd3369686cfecee5a138bd84ef1107a249d) Peter Hutterer (5): include: never overwrite realInputProc with enqueueInputProc. Bug #13511 dix: set the correct number of valuators in valuator events. xkb: don't update LEDs if they don't exist. (Bug #13961) xfree86: fix AlwaysCore handling. (Bug #14256) xkb: when copying the keymap, make sure the structs default to 0/NULL. Pierre Willenbrock (1): EXA: Fix off-by-one in polyline drawing. Sasch...
2010 Nov 14
0
[ANNOUNCE] xorg-server 1.9.2.901 (1.9.3 RC1)
...cha? G?rny (2): kdrive: Fix tslib check fallback to set TSLIB_LIBS. #30599 kdrive: Fix linking with tslib, with -Wl, --as-needed. #30600 Paulius Zaleckas (1): KDrive: Fix error handlig in tslib driver Peter Hutterer (4): dix: don't create core motion events for non-x/y valuators. xfree86: set mask for valuators 0/1 when emulating core events (#30267) Xi: reshuffle conditions for labeling a device as IsXExtensionKeyboard (#29046) xkb: init mapWidth and symsPerKey arrays to 0. Samuel Thibault (1): hurd: Fix use of deprecated iopl device Siddhesh Poy...
2006 Nov 13
1
Removing column default with a migration
Hi guys, I''m having problems removing the default from a boolean field. I''m using the following statement: change_column :valuations, :too_many_adults, :integer, :null => true but it''s adding DEFAULT ''0'' to the SQL statement. I''m having no luck using change_column_default either. Is this possible? Gareth
2009 Jun 25
1
pdbedit - password age
Hello, I try to force users to change password once a given period using his command: #pdbedit -P "maximum password age" -C 300 It works only for "new" users (users created after first first launch of this command), "old" users are not affected, passwords doesn't expire. How to do his for "old" users? I would be pleased for your help.
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...drea Canciani (1): render: Fix byteswapping of gradient stops Bill Nottingham (1): xfree86: store the screen's gamma information on init. Chase Douglas (6): Fix udev population of Bluetooth input device product IDs Add CountBits() to the server. test: input - set valuators mask for event to core conversion Add support for per-axis valuator modes (Relative/Absolute) Fix GPE Y axis scaling Fix transformAbsolute Chris Wilson (3): modes: Beware the driver switching root pixmaps xfree86: Kill pixmapPrivate with a vengeance (v2) xfree86...
2006 Aug 30
1
Installation of SrcStatConnectorSrv on Windows
I am trying to install SrcStatConnectorSrv(2) and rcom from local zip files. I have successfully downloaded both files (from CRAN for rcom CRAN Other for SrcStatConnectorSrv) and installed rcom. However, I get the following error message when I try to install SrcStatConnectorSrv (the version dated 21-Aug-2006: > utils:::menuInstallLocal() Error in gzfile(file, "r") : unable to open
2011 Jan 31
2
Latent Class Logit Models in discrete choice experiments
Dear R users, I would like to perform Latent Class Logit Models for the analysis of choice experiments in environmental valuation. This kind of analysis is usually performed with NLogit Software (http://www.limdep.com). I attach the results I usually obtain using NLogit and NLogit model specifications. For Random parameter models and Logit Models I usually perform my analysis with the package
2015 Jun 05
0
[ANNOUNCE] xf86-input-libinput 0.11.0
This release fixes a missing property for scroll methods if none of the scroll methods were enabled by default (but still available on the device). Another fix for 'mixed' devices, i.e. devices with relative and absolute axes at the same time. This is quite common in MS mice that init all ABS_X axes in addition to relative x/y. Those devices previously got scaled weirdly by the server
2009 Dec 12
1
code for [[.data.frame
Hello. I'm currently trying to wrap up data frames into OCaml via OCaml-R, and I'm having trouble with data frame subsetting: > # x#column 1;; > Erreur dans (function(x, i, exact) if (is.matrix(i)) as.matrix(x)[[i]] else .subset2(x, : > l'?l?ment 1 est vide ; > la partie de la liste d'arguments de 'is.matrix' en cours d'?valuation ?tait : > (i)
2010 Nov 06
1
Extracting elements of a particular slot from S4 object
Hi there, can anyone tell me how to extract to values of a particular slot for some S4 object? Let take following example: > library(fOptions) > val <-GBSOption(TypeFlag = "c", S = 60, X = 65, Time = 1/4, r = 0.08, b = 0.08, sigma = 0.30) > val Title: Black Scholes Option Valuation Call: GBSOption(TypeFlag = "c", S = 60, X = 65, Time = 1/4, r = 0.08, b =
2008 Feb 19
1
recursive function help
I'm trying to implement a recursive function using integrate, and I suspect I need a Vectorize somewhere, but I can't suss it out. Any help would be appreciated. I've tried traceback() and various debugging ideas to no avail (most likely due to my inexperience with these tools.) Here's what I have. Nk <- function(m, C) { if (length(m) > 1) { rho <- C[1, -1]
2008 Jul 16
1
Problems with snowfall
Guys, Is anyone using snowfall? It seems that the last version is broken. sfinit contains test code: data("config", package = "snowfall") configM <- as.matrix(t(config)) config <- as.list(configM) names(config) <- dimnames(configM)[[2]] .sfOption$SERVER <<- as.character(config[["SERVER"]]) .sfOption$PORT <<-