Displaying 4 results from an estimated 4 matches for "cpaulse".
Did you mean:
paulse
2005 Aug 16
2
quirky behavior from rbinom (PR#8071)
Full_Name: Chris Paulse
Version: 2.1.1
OS: WinXP
Submission from: (NULL) (129.98.60.134)
This seems strange. I have a small block of code that repeatedly calls rbinom.
I put a break in there in case it returns NaN, as I've been having problems with
this. Here is a transcript from the debug session:
Browse[1]> theP
[1] 1
Browse[1]> yleft[dataIndex]
[1] 3
Browse[1]> rbinom(1,3,1)
2005 Sep 20
2
indicating progress in RGui from a c function
Hi,
I'm sure this issue has come up before, but searching the archives didn't
lead me to a solution or resolution of the issue.
I'd like to indicate progress of a calculation from within a C shared
library to the R GUI. The apparent function call is flush.console() after
RPrintf, but it isn't clear to me what the easiest way to do this is. Would
it be possible to add a flag
2005 Aug 29
1
interactive time series plot
Hi,
I've written the following function to display small windows of a time
series (and a processed version of it) with mouse clicks used to move the
window forward.
ViewRawAndProcessed <- function(raw, processed, width=1000)
{
len <- length(raw)
n <- round(len/width)
for (i in 1:n)
{
plot(raw[((i-1)*width):(i*width)], type="s")
2005 Aug 29
2
floating point control on windows
Hi,
I'm sure that this question has come up many times before. When I load an R
extension dll I've built with the Microsoft compiler, I get the warning:
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
So, what I did to try to fix the problem (to my knowledge, Microsoft will
not support compile time switching of floating point control until version