search for: valuat

Displaying 20 results from an estimated 75 matches for "valuat".

Did you mean: valuet
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] #The *[simx] variables are vectors containing 100,000 simulations of each variable. MCPVMPB = MCVAMPB[simx] #Wi...
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
...d catalog run in 0.03 seconds [root@PROXY-02 tmp]# puppetd --server PROXY-03.carnation.in --test -- noop --evaltrace notice: Ignoring --listen on onetime run info: Caching catalog for proxy-02.carnation.in info: Applying configuration version ''1327092221'' info: /Schedule[weekly]: valuated in 0.00 seconds info: /Schedule[monthly]: valuated in 0.00 seconds info: /Schedule[hourly]: valuated in 0.00 seconds info: /Schedule[puppet]: valuated in 0.00 seconds info: /Filebucket[puppet]: valuated in 0.00 seconds info: /Schedule[daily]: valuated in 0.00 seconds info: /Schedule[never]: valua...
2010 Nov 22
0
[ANNOUNCE] xf86-input-evdev 2.5.99.901
First RC for evdev 2.6. We've only had a few changes since 2.5 but there is a significant rewrite coming up to use the masked valuator bits so I'd like to get out what we have now. Note that in all likelyhood, support for older servers (including server 1.9) will be dropped in the next version. Hence the 2.6 branch will be maintained for a while. This release has some improved tablet handling, notably for tablets that send...
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 th...
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 are the user attributes are stored in ldap. My config is below. Any ideas what is causing these errors? Thanks Murray # doveconf -n # 2....
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 o...
2008 Jun 10
0
[ANNOUNCE] xorg-server 1.4.1
...bling Composite Kristian H?gsberg (1): Don't break grab and focus state for a window when redirecting it. Maarten Maathuis (2): Resize composite overlay window when the root window changes. Fix rotation for multi-monitor situation. Magnus Vigerl?f (5): dix: Always add valuator information if present Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEvents Bug # 10324: dix: Add scaling of X and Y on the reported pointer-events dix: Skip call to clipAxis for relative core-events dix: Move motion history update until after screen crossing...
2010 Nov 14
0
[ANNOUNCE] xorg-server 1.9.2.901 (1.9.3 RC1)
...geRegionAppend with DamageDamageRegion to fix reportAfter. Jeremy Huddleston (4): DOC: Only build dtrace documentation with --enable-docs dix: Fix make distcheck XQuartz: Fix make distcheck Version bumped to 1.9.2.901 (1.9.3 RC1) Joe Shaw (1): fix a sign problem with valuator data. Julien Cristau (1): os: include dix-config.h, not xorg-config.h Kristian H?gsberg (1): Set DamageSetReportAfterOp to true for the damage extension Micha? G?rny (2): kdrive: Fix tslib check fallback to set TSLIB_LIBS. #30599 kdrive: Fix linking with tslib, with -Wl...
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 --~--~---------~--~----~------------~-------~--~----~ You received this messag...
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) xfre...
2006 Aug 30
1
Installation of SrcStatConnectorSrv on Windows
...It may equally decide to allocate to its own proprietary book or with an associate of HSBC Group. This represents a potential conflict of interest. HSBC Bank plc has internal arrangements designed to ensure that the firm would give unbiased and full advice to the corporate finance client about the valuation and pricing of the offering as well as internal systems, controls and procedures to identify and manage conflicts of interest. HSBC Bank plc Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom Registered in England - Number 14259 Authorised and regulated by the Financial Services...
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 mlogit ( http://cran.r-proj...
2015 Jun 05
0
[ANNOUNCE] xf86-input-libinput 0.11.0
...axes in addition to relative x/y. Those devices previously got scaled weirdly by the server (because the server would think there's an absolute axis range to scale to). We now prefer the relative axes, restoring normal pointer movement. Finally, this release makes use of the new unaccelerated valuator masks in the server (if available). This allows the driver to send accelerated and unaccelerated data to the server which restores the correct values in XI2 raw events but more importantly it stops the deadzone on slow motions in SDL games like openarena. Peter Hutterer (4): Only init abs...
2009 Dec 12
1
code for [[.data.frame
...Caml-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) So I'd like to know what is the code of [[.data.frame. I know how to show the code of functions in R (just typing the name of the function), but I'm having trouble with [[.data.frame, as it has a special syntacting handling. Could someone kindly show me how to dis...
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 = 0.08, sigma = 0.3) Parameters: Value: TypeFlag c S 60 X 65 Time 0.25 r 0.08 b 0.08 sigma 0.3 Option Price: 2.133372 Descript...
2008 Feb 19
1
recursive function help
...utside of the function, and the integrand is finite as far as I can see. [Yes, this is a recursive function for multivariate cumulative normal. It seems to match (so far for k=2 without recursion) the existing R functions from packages mvtnorm and mnormt. It is from D. Cassimon, et al. Closed-form valuation of American call options on stocks paying multiple dividends. Finance Research Letters 4 (2007) 33-48.] Thank you to anyone who can shed some light on this. David L. Reiner, PhD Rho Trading Securities, LLC
2008 Jul 16
1
Problems with snowfall
...It may equally decide to allocate to its own proprietary book or with an associate of HSBC Group. This represents a potential conflict of interest. HSBC Bank plc has internal arrangements designed to ensure that the firm would give unbiased and full advice to the corporate finance client about the valuation and pricing of the offering as well as internal systems, controls and procedures to identify and manage conflicts of interest. HSBC Bank plc Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom Registered in England - Number 14259 Authorised and regulated by the Financial Services...