search for: bossaert

Displaying 4 results from an estimated 4 matches for "bossaert".

2002 Dec 01
1
Date: Sun, 1 Dec 2002 13:23:04 -0600
...theory is so persuasive that it is widely believed to be correct, to the point that business, government and even jurisdiction appeal to it. Yet there is little evidence that the theory explains the past, let alone that it predicts the future. ---The Paradox of Asset Pricing by Peter Bossaerts -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at...
2011 Jul 27
1
Hidden Markov Models in R
R Community - I am attempting to fit a model as described in Hampton, Bossaerts, and O'doherty (J. Neuroscience) 2006. They use a bayesian hidden markov model to model the Reversal Learning data. I have tried using HMM and depmixS4 with no success. My data is a Reversal Learning Task in which there are 3 sets of patterns over 3 blocks. The participant receives incorre...
2010 Feb 22
4
Normal distribution (Lillie.test())
Hi all, I have a dataset of 2000 numbers ( it's noise measured with a scoop ) Now i want to know of my data is normal distributed (Gaussian distribution). I did already: - 68-95-99.7 test - Q-Q-plot and now i used "nortest library" and the Lilli.test() However i don't understad the output? lillie.test(z) Lilliefors (Kolmogorov-Smirnov) normality test data: z D =
2010 Feb 22
4
Count between interval
Hi all, I take a simple dataset like this: -1.3 1 -1.5 -1 1.5 -2.5 3 -0.5 Now I want to count how many values there are between -2 and 2. The answer here would be 6. Can anyone do this with R? Thank you in advance. Gr. Bosken -- View this message in context: http://n4.nabble.com/Count-between-interval-tp1564537p1564537.html Sent from the R help mailing list archive at Nabble.com.