search for: payoff

Displaying 20 results from an estimated 94 matches for "payoff".

2008 Mar 30
1
Plot for jump point
Hi, My code is as the following, ratio<-seq(0,1,by=0.01) payoff<-NULL for (i in 1:length(ratio) ) { payoff1<-100*(ratio[i]>=0.7)+max(100*(1+(ratio[i]-1)*2),0)*(ratio[i]<0.7) payoff<-c(payoff,payoff1) } plot(ratio,payoff, xlab='ST/S0', ylab='Payoff',type='l') I have the discontinuous point at ratio=0.7. I do not want to ha...
2004 Jun 29
0
gambling problem
...ll solve the above problem. the code is attached below. the code is very fast but i would like to improve the speed by not utilizing loops. is that possible? * another question? in the function called GAMBLING, i use the following : a<-COUNTER(reelpic,nreels,countcombs,payoffcombs,payoff,bet) countcombs<-a$countcombs payoff<-a$payoff payoffvec[i]<-payoff in order to count up the number of times each of the times we get each of the payoff symbol combinations (ie H, HH, HHH, D, DD, DDD, ... J,JJ,JJJ, Ca, CaCa, CaCaCa)....
2013 Mar 24
1
Error with paired t-test
This error keeps appearing when i perform a paired t-test in R Error in t.test.default(payoff, paired = T) : 'y' is missing for paired test This is the method i have used > read.table("MeanPayoff.txt",header=T) Open Closed1 47.50000 42.37502 49.25000 50.00003 50.00000 49.80004 33.50000 20.00005 34.75000 33.88006 35.50000 20.50007 33.35000 12.87508 50.0...
2010 Jul 12
1
Using +<group> in "valid users" is not working
...igured it to use domain authentication (security = domain). We slapped guest authentication on most shares, with an explicit "valid users = ...." on a small number of sensitive shares. Due to the number of users we were looking at, we set up two UNIX groups "payroll" and "payoff" and then set "valid users = +payoff +payroll" or some combination of the two. The problem I am having is that when a user that is a member of these UNIX groups connects they are rejected. I also tried using @payoff or @payroll, with the same results. Authentication works if the u...
2011 Dec 01
1
there's no payoff in confusing the users
....) it's the methodology of a simpleton, i am the first to admit, but it works, and it works well, and it works sufficiently fast. best of all, for me, is that it's extremely easy to understand. even better, for everyone: it's easy for users to understand. after all, there's no payoff in confusing the users. is there? -bowerbird p.s. "alright" is a word i like to use... it's akin to "already"... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/2011120...
2005 Sep 09
1
regression with restrictions - optimization problem
...hope, though, that some of you might find the problem quite interesting to look at. I have been trying to estimate parameters for lotteries, the so called utility of chance, i.e. the "felt" probability compared to a rational given probability. A real brief example: Given is a lottery payoff matrix of the type x1 x2 ... x10 median 1000 5000 ... 5000 3750 0 1000 ... 5000 2250 etc. The actual data frame consists of 11 columns and 28 rows. Each entry x1 ... x10 gives the amount of money resp. the utility of that amount you receive playing the lottery. The proba...
2019 Feb 15
2
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
...a? >>> >> My budget is around USD$50 per year. >> > > The cheapest RAID-friendly drives we?re buying these days are about US > $37/TB in low quantities. > > A big data warehouser will be getting a substantial price break on their > drives, but even halving the payoff time, you?re still asking the cloud > storage provider to accept a payoff time in the 18 year range. And > that?s ignoring the cost of rack space, computers to run the drives, > networking, bandwidth, staff, redundancy, drive turnover... > > There?s nothing magical about The Cloud t...
2019 Feb 15
6
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
On Fri, Feb 15, 2019 at 4:10 PM Walter H. <Walter.H at mathemainzel.info> wrote: > > On 15.02.2019 06:29, Turritopsis Dohrnii Teo En Ming wrote: > > Hi, > > > > Could you recommend affordable and reliable cloud storage for 50 TB of data? > whats your budget? > > and 50 TB = 50 000 GB is a big amount which isn't this cheap ... Hi Walter H, My budget is
2019 Feb 15
0
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
...and reliable cloud storage for 50 TB of data? >> > My budget is around USD$50 per year. The cheapest RAID-friendly drives we?re buying these days are about US $37/TB in low quantities. A big data warehouser will be getting a substantial price break on their drives, but even halving the payoff time, you?re still asking the cloud storage provider to accept a payoff time in the 18 year range. And that?s ignoring the cost of rack space, computers to run the drives, networking, bandwidth, staff, redundancy, drive turnover... There?s nothing magical about The Cloud that makes everything che...
2005 Sep 20
2
Speex and Builder
Will you be so kind to tell me, please, how can I use Speex in C++ Builder. --- ? ?????? ???????? ???, ?? ????? 10, ????? ??????????? ??????? ?????????! ????????????, ??????? ? ????? ?????? ?? ????????? e?????????? ??????????????! ?????? ???? ?????!! ??. ?.?????, 10 (??.????? ???????????), ???. 203-84-94.
2006 Feb 03
1
Rolling with Ruby on *Instant* Rails - "New" Tutorial
...served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my frustration, the payoff was huge. Ruby on [Instant]Rails ROCKS!!! In an effort to help "fuel the fire" I decided, with his blessing, to update Curt''s article to make it 100% keystroke-for-keystroke, window-for-window accurate for someone using this same tutorial for InstantRails Release 1.0 installed on...
2011 Apr 07
0
RPart Simple Diagram issues
...10%/1000 100|_____90%/0 So I tried to do this by creating a table (again remember I am new) >test <- matrix(c(000000.1,000000.9,1000,0,.1*1000, .9*0), ncol=2, byrow=TRUE) >colnames(test) <- c("Case A", "Case B") >rownames(test) <- c("Chance", "Payoff", "Total") > test <- as.table(test) But when I run.. >fit <- rpart(Total ~ Chance * Payoff, method="class", data=test) I see Error in eval(expr, envir, enclos) : object 'Chance' not found I try... fit <- rpart(Kyphosis ~ Age + Number + Start,...
2011 Jun 08
2
Decision Trees /Decision Analysis with R?
...s question is a bit out of the blue. I am a big R fan and user and in my new job I do some decision modeling (mostly health economics). For that decision trees are often used (I guess the most classic example is the investment decision A, B, and C with different probabilities, what is the expected payoff). We use a specialized software called TreeAge that some might know. The basic setup of such simulations is actually very simple and I guess useful in many fields. So I was wondering whether there is already a package out there in R that is doing such a thing? Thanks for any hints! Best, Stefan P...
2007 Apr 20
1
Error: cannot change value of locked binding for
...llo R experts What does this error means and how to resolve this issue (cannot change value of locked binding for ). Please suggest > mc = MonteCarloOption(dt = 1/360, pathLength = 30, mcSteps = 5000, mcLoops = + 50, init = TRUE, innovations.gen = sobolInnovations, path.gen = wienerPath, + payoff.calc = arithmeticAsianPayoff, antithetic = TRUE, standardization = + FALSE, trace = TRUE, scrambling = 2, seed = 4711) Error in MonteCarloOption(dt = 1/360, pathLength = 30, mcSteps = 5000, : cannot change value of locked binding for 'dt' > Thanks in advance Sayonara Wi...
2008 Feb 12
2
OggPCM: support for little-endianness only?
...disk to file without any processing. In libsndfile I handle this by doing a straight read or write when the endian-nesses match and endswapping where I have to. For a data format as simple as PCM the minor effort required for a couple of different code paths is well worth it for the performance payoff. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "We can build a better product than Linux" -- Microsoft Corp.'s Windows operating-system chief, Jim Allchin. One has to wo...
2018 Sep 25
3
RFC Storing BB order in llvm::Instruction for faster local dominance
On Tue, Sep 25, 2018 at 12:16 PM Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Let's not assume a dichotomy between storing a int64 in > llvm::Instruction and bitwise tricks -- they're both ways of caching > position within llvm::Instruction. I think we first need to establish > that we need such a cache in llvm::Instruction/llvm::BasicBlock at > all. >
2006 Jun 15
1
Samba as a frontend to virtual files
...e client. 4) If the client write()s, do: a) Convert the string of bytes into an array of values (this process is also well defined). b) update pgtable set column1=array[0], etc... 5) If the client asks for a list of files, return the list of eligible PostgreSQL tables. ...and so on. The payoff would be that legacy code could still access the data without realizing that it was running against an RDBMS, but we could gradually transition to a pure client/server system at our leisure. We're currently running some home-rolled scripts to convert the table files to PostgreSQL tables on...
2008 Jul 31
3
Code to calculate internal rate of return
Hi all. I am an R newbie and trying to grasp how the simple optimization routines in R work. Specifically, I would like some guidance on how to set up a code to calculate the internal rate of return on an investment project (http://en.wikipedia.org/wiki/Internal_rate_of_return). My main problem (I think) is that I want a generic code where N (number of periods) can be easily changed and set
2006 Jul 26
1
Ubuntu samba slower than red hat??
...le. 2. Perhaps older versions of samba are just faster than the newer ones, and I should learn to live with it. 3. Perhaps there are some tweaks in samba that I need to learn about. 4. Copy over the old smb.conf file to the new system. Where should I start? What is most likely to have a good payoff for time invested? Thanks! :- Doug.
2008 Mar 25
4
[LLVMdev] Whole-function isel
.... Have any architectural plans been made for it? Are there architectural roadblocks with the current LLVM infrastructure that will complicate the process? What has demotivated the implementation of this so far (is it not that big a benefit on important targets, too much time/effort for the payoff)? In toying with some code generators I've been frustrated in getting the code gen prepare pass + isel to implement the heuristics I need to match some addressing modes and I believe that whole-function isel might be the answer. -- Christopher Lamb -------------- next part -----------...