Displaying 5 results from an estimated 5 matches for "mbenchm".
Did you mean:
benchm
2015 Mar 02
3
R-devel does not update the C++ returned variables
On 2 March 2015 at 09:09, Duncan Murdoch wrote:
| I generally recommend that people use Rcpp, which hides a lot of the
| details. It will generate your .Call calls for you, and generate the
| C++ code that receives them; you just need to think about the real
| problem, not the interface. It has its own learning curve, but I think
| it is easier than using the low-level code that you need to
2015 Mar 02
1
R-devel does not update the C++ returned variables
...96 a
| ## i + i 152 183 272.6179 199 243 10434 4096 a
|
| plot(mb, log="y", notch=TRUE)
| ## hmm, looks like even the simple arithm. differ slightly ...
| ##
| ## ==> zoom in:
| plot(mb, log="y", notch=TRUE, ylim = c(150,300))
|
| dev.copy(png, file="mbenchm-doubling.png")
| dev.off() # [ <- why do I need this here for png ??? ]
| ##--> see the appended *png graphic
|
| Those who've learnt EDA or otherwise about boxplot notches, will
| know that they provide somewhat informal but robust pairwise tests on
| approximate 5% level.
| >Fr...
2015 Mar 02
0
R-devel does not update the C++ returned variables
...193 237 16119 4096 a
## i + i 152 183 272.6179 199 243 10434 4096 a
plot(mb, log="y", notch=TRUE)
## hmm, looks like even the simple arithm. differ slightly ...
##
## ==> zoom in:
plot(mb, log="y", notch=TRUE, ylim = c(150,300))
dev.copy(png, file="mbenchm-doubling.png")
dev.off() # [ <- why do I need this here for png ??? ]
##--> see the appended *png graphic
Those who've learnt EDA or otherwise about boxplot notches, will
know that they provide somewhat informal but robust pairwise tests on
approximate 5% level.
>From these, one...
2015 Mar 02
3
R-devel does not update the C++ returned variables
...i + i 152 183 272.6179 199 243 10434 4096 a
>
> plot(mb, log="y", notch=TRUE)
> ## hmm, looks like even the simple arithm. differ slightly ...
> ##
> ## ==> zoom in:
> plot(mb, log="y", notch=TRUE, ylim = c(150,300))
>
> dev.copy(png, file="mbenchm-doubling.png")
> dev.off() # [ <- why do I need this here for png ??? ]
> ##--> see the appended *png graphic
>
> Those who've learnt EDA or otherwise about boxplot notches, will
> know that they provide somewhat informal but robust pairwise tests on
> approximate 5...
2015 Mar 02
0
R-devel does not update the C++ returned variables
...243 10434 4096 a
>>
>> plot(mb, log="y", notch=TRUE)
>> ## hmm, looks like even the simple arithm. differ slightly ...
>> ##
>> ## ==> zoom in:
>> plot(mb, log="y", notch=TRUE, ylim = c(150,300))
>>
>> dev.copy(png, file="mbenchm-doubling.png")
>> dev.off() # [ <- why do I need this here for png ??? ]
>> ##--> see the appended *png graphic
>>
>> Those who've learnt EDA or otherwise about boxplot notches, will
>> know that they provide somewhat informal but robust pairwise tests o...