search for: payoffic

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

Did you mean: payoffice
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 have the line at 0.7, and would
2004 Jun 29
0
gambling problem
Hi all i have an interesting project that i have been working on. i intended to set this as a first year programming problem but then changed my mind since i thought that it might be too difficult for them to program. the problem is as follows: You have been approached by a local casino in order to investigate the performance of one of their slot machines. The slot machine
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.00000
2010 Jul 12
1
Using +<group> in "valid users" is not working
...encrypted = Yes ldap ssl = no invalid users = root encrypt passwords = yes security = domain password server = <--deleted--> guest account = <--deleted--> map to guest = bad user create mask = 0664 log level = 3 [rl6pd_payoff] comment = ellrl6pd payoffice path = /samba/ellrl6pd/payoffice read only = No valid users = @payoff browseable = no ############### # /etc/passwd # ############### bbancroft:x:60194:5003:SAMBA User:/dev/null:/bin/false ############## # /etc/group # ############## payoff::5003:bbancroft Many thanks in adv...
2011 Dec 01
1
there's no payoff in confusing the users
john said: > Have you considered using a PEG instead of regexes? for all you home-schooled and self-taught programmers for whom "peg" is far too computer-sciencey for comfort, consider as an alternative the simple methodology i use... i split the text-file on blank lines and place it in an array. that is first-cut for my light-markup format, a.k.a., "zml" -- zen
2005 Sep 09
1
regression with restrictions - optimization problem
Dear WizaRds! I am sorry to ask for some help, but I have come to a complete stop in my efforts. I 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
2019 Feb 15
2
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
Warren Young wrote: > On Feb 15, 2019, at 1:14 AM, Turritopsis Dohrnii Teo En Ming > <tdteoenming at gmail.com> wrote: > >> >>>> Could you recommend affordable 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
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
On Feb 15, 2019, at 1:14 AM, Turritopsis Dohrnii Teo En Ming <tdteoenming at gmail.com> wrote: > >>> Could you recommend affordable 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
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
Greetings! The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It 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
2011 Apr 07
0
RPart Simple Diagram issues
Hey everyone, So I am looking for a way to create a decision tree for a modeling class and I am not all that familiar with R. I thought I might be able to use RPart, but I can't get it to work. I want a simple tree with a parent that says the amount and each child has a percentage of likelyhood and a payback so it would look something like this... _____10%/1000 100|_____90%/0 So I
2011 Jun 08
2
Decision Trees /Decision Analysis with R?
Hello, this 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
2007 Apr 20
1
Error: cannot change value of locked binding for
Hello 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,
2008 Feb 12
2
OggPCM: support for little-endianness only?
Timothy B. Terriberry wrote: > It doesn't even really matter which architecture you're actually on. In > any format that is to be used on both, it is always better to pick one > and stick with it. Otherwise you require _both_ architectures to write > additional code that is largely useless. Unless you can guarantee that > you're writing streams that are only going to be
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
My company built a little business application in FoxPro many years ago, and it's gradually grown into a giant ball of mission-critical haywire. We've starting porting small parts of it to PostgreSQL, but it will probably take years to complete the project. In the mean time, I've been considering the option of hacking Samba to present a set of virtual files that are actually
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??
Hi-- About 10 days ago I switched from a Red Hat 9.0 machine as my Samba server to Ubuntu. Ever since, things have been slow. How do I mean, slow? 1st clue: previously, when I saved docs in OOo Writer, I would go ctrl-S and once every 4th or 5th time it would say it couldn't create a backup; now it is every time. So to save I have to go ctrl-S esc esc ctrl-S. 2nd clue: WinXP on login to
2008 Mar 25
4
[LLVMdev] Whole-function isel
I know that this has been discussed (at least in passing) a few times on the list, but I couldn't locate a bug for it. 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