Displaying 20 results from an estimated 10000 matches similar to: "R reference Books"
2008 Jun 05
2
Fourier Transform
Hello All,
I wanted to perform a fourier transform on high frequency financial data. I
have searched and have not found much on this topic for R. I was wondering
if anyone has used any libraries for it or have come across any papers I may
read.
Many Thanks,
Neil Gupta
[[alternative HTML version deleted]]
2008 Jul 11
2
plotting granular data
Hello R users,
I would apprecaite any help to my current problem. I wanted to plot the
following data:
3.3705997271301E-06
-0.000193767858719911
-4.30103236602221E-05
-1.22606947412076E-06
-2.14297322582901E-05
-5.66282817417529E-05
-2.56009760591276E-05
-2.39301719384927E-06
-0.000134400221353397
9.92533531897553E-07
-8.71761124710774E-05
-6.22061231022366E-06
-0.000122373909510313
2008 Jun 11
2
Increase Number of Decimals
R Users,
I'm new to R and was wondering how I can show more decimal places when I run
commands. If I'm simply running a correlation(ES,YM) how would I increase
the number of decimal places R shows? When I run this it shows me .9734044.
How can I extend this further?
In addition I was running histograms on high frequency data to check a
Spread. The spread moves at an extremely granular
2008 May 29
3
Manipulating DataSets
Hello R-Users,
I am new to R and trying my best however I need help with this simple task.
I have a dataset, YM1207.
X.Symbol Date Time Exchange TickType
ReferenceNumber Price Size
12491 3:YMZ7.EC 12/03/2007 08:32:50 EC B
85985770 13379 7
12492 3:YMZ7.EC 12/03/2007 08:32:50 EC A
85985771 13380 4
12493
2007 Jan 28
1
Batch print office documents?
Hello:
I need to build a system like this for a client:
I will have a Linux server in a data room. It will
have a web interface where the users may upload files.
The files may be: Word, Excel, PDF, tif files, etc.
Now, using the web interface, they should be able to
brig up a list of files, select a set to print and
send them to a local printer that is running as a
shared printer on a Windows
2008 Jun 13
1
C# and R
Hello R-Users,
I came across this link on CodeProject.com and was wondering, if anyone has
implemented this and the benefits of doing so.
This may also be of some help for others. Here is a link to the project:
http://www.codeproject.com/KB/cs/RtoCSharp.aspx
Regards,
Neil Gupta
[[alternative HTML version deleted]]
2017 May 12
3
get pdftk into (or from) a repo
Le 12/05/2017 ? 02:46, ken a ?crit :
> It's worth mentioning that this is a really nice utility for
> manipulating PDFs, taking them apart, rearranging them, putting pages
> together, and a whole lot more. I've used it hundreds of times.
> Probably anyone who has to work with PDFs would have need of it.
In Centos 7, poppler-utils RPM has pdfdetach and pdfunite utilities
2017 May 11
3
get pdftk into (or from) a repo
On 05/11/2017 06:49 PM, Leon Fauster wrote:
>> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>:
>>
>> pdftk used to be in a repo... or maybe it still is, but I don't know which one. Anyone know?
>>
> an old one is in the "dead" rpmforge repo.
>
At https://www.pdflabs.com/docs/install-pdftk-on-redhat-or-centos/ they
have version 2.0
2003 Dec 09
1
pdfs for printed edition of R reference manual
Hi,
This message is to let the R developers know that the pdfs for the
first two volumes of the printed edition of R reference manual are
available at,
http://www.network-theory.co.uk/R/base/vol1.pdf
http://www.network-theory.co.uk/R/base/vol2.pdf
I've divided the manual into "core commands" of the base package
(control flow, and related programming commands, etc) in Volume 1
2007 Dec 12
2
Need good Reference Material and Reading about Gaussian Copulas
Can anyone advise me on some pratical papers or books
On Gaussian Copulas? Anything in the genre of Copulas Dummies
Would be a help.
As simpe, and approachable with minimal pedantic style.
Thanks,
Neil
--------------------------------------------------------
This information is being sent at the recipient's reques...{{dropped:16}}
2020 Oct 12
2
[PATCH v2] mm/hmm: make device private reference counts zero based
ZONE_DEVICE struct pages have an extra reference count that complicates the
code for put_page() and several places in the kernel that need to check the
reference count to see that a page is not being used (gup, compaction,
migration, etc.). Clean up the code so the reference count doesn't need to
be treated specially for device private pages, leaving DAX as still being
a special case.
2017 May 12
1
get pdftk into (or from) a repo
On Thu, 11 May 2017, ken wrote:
> On 05/11/2017 07:07 PM, ken wrote:
>> On 05/11/2017 06:49 PM, Leon Fauster wrote:
>>>> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>:
>>>>
>>>> pdftk used to be in a repo... or maybe it still is, but I don't know
>>>> which one. Anyone know?
>>>>
>>> an old
2019 Mar 07
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Thu, Mar 07, 2019 at 10:34:39AM -0500, Michael S. Tsirkin wrote:
> On Thu, Mar 07, 2019 at 10:45:57AM +0800, Jason Wang wrote:
> >
> > On 2019/3/7 ??12:31, Michael S. Tsirkin wrote:
> > > > +static void vhost_set_vmap_dirty(struct vhost_vmap *used)
> > > > +{
> > > > + int i;
> > > > +
> > > > + for (i = 0; i <
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Sun, Aug 04, 2019 at 04:07:17AM -0400, Michael S. Tsirkin wrote:
> > > > Also, why can't this just permanently GUP the pages? In fact, where
> > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page
> > > > but does not add a put_page??
> >
> > You didn't answer this.. Why not just use GUP?
> >
> > Jason
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Sun, Aug 04, 2019 at 04:07:17AM -0400, Michael S. Tsirkin wrote:
> > > > Also, why can't this just permanently GUP the pages? In fact, where
> > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page
> > > > but does not add a put_page??
> >
> > You didn't answer this.. Why not just use GUP?
> >
> > Jason
2008 May 29
1
Joining uneven datasets
Hello,
I have quite a simple problem that I believe can be solved quite easily. I
have a dataframe as such:
Symbol Date Time Exchange TickType ReferenceNumber Price Size
1 3:YMZ7.EC 12/03/2007 08:30:00 EC B 83916044 13387 9
2 3:YMZ7.EC 12/03/2007 08:30:00 EC A 83916045 13388 1
3 3:YMZ7.EC 12/03/2007 08:30:00 EC B 83916054
2019 Aug 05
1
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Mon, Aug 05, 2019 at 12:33:45PM +0800, Jason Wang wrote:
>
> On 2019/8/2 ??10:03, Michael S. Tsirkin wrote:
> > On Fri, Aug 02, 2019 at 05:40:07PM +0800, Jason Wang wrote:
> > > Btw, I come up another idea, that is to disable preemption when vhost thread
> > > need to access the memory. Then register preempt notifier and if vhost
> > > thread is
2007 Apr 27
4
Unwanted white borders on semi-transparent polygons?
Hey all,
I'm trying to create a plot of two semi-transparent regions. The reason they need to be partially transparent is so that I can see if there's any overlap. Here's some example code:
# BEGIN
pdf(file="test.pdf",version="1.4")
plot(0,0,type="l",ylim=range(-3,3),xlim=range(-1,5))
polygon(c(0,1,2,3,4,3,2,1,0), c(0,1,2,1,0,-1,-2,-1,0),
2020 Oct 08
2
[PATCH] mm: make device private reference counts zero based
ZONE_DEVICE struct pages have an extra reference count that complicates the
code for put_page() and several places in the kernel that need to check the
reference count to see that a page is not being used (gup, compaction,
migration, etc.). Clean up the code so the reference count doesn't need to
be treated specially for device private pages, leaving DAX as still being
a special case.
2019 Aug 02
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Fri, Aug 02, 2019 at 05:40:07PM +0800, Jason Wang wrote:
> Btw, I come up another idea, that is to disable preemption when vhost thread
> need to access the memory. Then register preempt notifier and if vhost
> thread is preempted, we're sure no one will access the memory and can do the
> cleanup.
Great, more notifiers :(
Maybe can live with
1- disable preemption while using