search for: pueyo

Displaying 13 results from an estimated 13 matches for "pueyo".

Did you mean: puedo
2017 Nov 03
0
repeat a function
...basically need to find how combination of row and column number results in desired j value. However it could be quite tricky and if your approach works and you do not want to extend it or to make it more general, you could stay with it. Cheers Petr > -----Original Message----- > From: Eric.Pueyo at avivainvestors.com [mailto:Eric.Pueyo at avivainvestors.com] > Sent: Thursday, November 2, 2017 5:54 PM > To: PIKAL Petr <petr.pikal at precheza.cz>; r-help at r-project.org > Subject: RE: [R] repeat a function > > Hi Petr, > > Many thanks for your response. > >...
2017 Nov 02
2
repeat a function
...;),"0"] <<- ProbMID(a,-j,dt) prb[paste(-j,sep = ""),"-1"] <<- ProbDWN(a,-j,dt) } # Close 2nd IF } # Close 1st IF } #end for } -----Original Message----- From: PIKAL Petr [mailto:petr.pikal at precheza.cz] Sent: 02 November 2017 15:56 To: Eric Pueyo; r-help at r-project.org Subject: RE: [R] repeat a function Hi Eric I did not see any answer and frankly speaking I cannot provide you with canned help. AFAIK if a function is defined within another function (which is your case) it cannot be called directly so it is necessary to define it in glo...
2017 Nov 01
3
repeat a function
...,sep = ""),"1"] <- ProbUP(a,-j,dt) prb[paste(-j,sep = ""),"0"] <- ProbMID(a,-j,dt) prb[paste(-j,sep = ""),"-1"] <- ProbDWN(a,-j,dt) } # Close 2nd IF } # Close 1st IF } Many thanks in advance. Kind regards, Eric Pueyo Investment Risk Analyst Email: Eric.Pueyo at avivainvestors.com<mailto:Eric.Pueyo at avivainvestors.com> D: +44 (0)20 7809 8070 No. 1 Undershaft, London EC3P 3DQ Web: www.avivainvestors.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.avivainvestors.com_&d=CwMFAg&c=zUO0...
2017 Nov 02
0
repeat a function
...ou can than use one function with parameters u, v and a and dt. After you calculate vector of results, you can easily transform it to matrix by setting dim argument to it. Cheers Petr > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of > Eric.Pueyo at avivainvestors.com > Sent: Wednesday, November 1, 2017 1:31 PM > To: r-help at r-project.org > Subject: [R] repeat a function > > I want to populate the matrix prb through the function HWMProb <- function > (a,j,dt) that encapsulates different functions (please see code belo...
2015 Sep 11
2
SAMBA as AD DC
Il giorno lun, 08/09/2014 alle 20.03 +0100, James Hogarth ha scritto: > On 8 Sep 2014 17:00, "Frantisek Hanzlik" <franta at hanzlici.cz> wrote > ... > > > > Hi James, thanks for reply. It seems as at SerNet's site have > > packages > > for RHEL6/Centos6 only, not for RHEL7/Centos7 or any Fedora > > versions, > > at least this. >
2016 Nov 09
3
How to start a script to complete configuration
...ho "/root/scripts/my-firstboot.sh" >> /etc/rc.d/rc.local 2. And have the "my-firstboot.sh" script remove that same line above from rc.local at the end of its execution so its not run again on the next reboot. Bill On Tue, Nov 8, 2016 at 3:44 PM, Oscar Osta Pueyo <oostap.listas at gmail.com> wrote: > Hello, > I think you can use anaconda for this task, you can configure some actions > after the installation. > > Best regards, > > El dt, 8 nov 2016 a les 18:44 Leon Fauster <leonfauster at googlemail.com> va > escriure: &g...
2015 Sep 11
1
SAMBA as AD DC
Il giorno ven, 11/09/2015 alle 14.25 +0200, Oscar Osta Pueyo ha scritto: > Hello, > > On 11 September 2015 at 14:04, Dario Lesca <d.lesca at solinos.it> > wrote: > > > Il giorno lun, 08/09/2014 alle 20.03 +0100, James Hogarth ha > > scritto: > > > On 8 Sep 2014 17:00, "Frantisek Hanzlik" <franta at han...
2015 Sep 11
0
SAMBA as AD DC
...amba-ad" package still missing. > > Someone have more info? > > Many thanks > > It is a decision of red hat over MIT or Heimdal. Red hat chooses MIT and Samba 4 AD chooses Heimdal. You have more info in https://access.redhat.com/discussions/1235263 Regards, -- Oscar Osta Pueyo oostap.listas at gmail.com _kiakli_
2010 Dec 19
2
VPN for iPad
What is the best VPN solution for both PC and iPad? I was told that OpenVPN won't work for iPad. Ed Warner
2016 Nov 09
0
How to start a script to complete configuration
...>> /etc/rc.d/rc.local > > 2. And have the "my-firstboot.sh" script remove that same line > above from rc.local at the end of its execution so its not run again on the > next reboot. > > > Bill > > > On Tue, Nov 8, 2016 at 3:44 PM, Oscar Osta Pueyo <oostap.listas at gmail.com> > wrote: > >> Hello, >> I think you can use anaconda for this task, you can configure some actions >> after the installation. >> >> Best regards, >> >> El dt, 8 nov 2016 a les 18:44 Leon Fauster <leonfauster at go...
2016 Nov 08
2
How to start a script to complete configuration
Am 08.11.2016 um 16:47 schrieb cpolish at surewest.net: > On 2016-11-07 14:35, Bernard Fay wrote: >> Hi, >> >> We have a virtual environment based on XenServer. In this environment I >> defined a template for CentOS 7 servers. >> >> I would like to start a script a boot time to complete the configuration of >> new VMs based on this template. How can I
2015 Nov 18
13
OT: Replacing Venerable NAS
I have an original-label Infrant (now NetGear) ReadyNAS storage appliance that's been running for 8+ years. Except for replacing its power supply, it has not skipped a beat in all this time. I use it primarily as a backup device (via NFS) for a couple of Linux machines, (via SMB) for a couple of Windows PC's, and (via ftp) for web sites at my hosting provider. SMART+ reporting shows
2016 Nov 08
0
How to start a script to complete configuration
Hello, I think you can use anaconda for this task, you can configure some actions after the installation. Best regards, El dt, 8 nov 2016 a les 18:44 Leon Fauster <leonfauster at googlemail.com> va escriure: > Am 08.11.2016 um 16:47 schrieb cpolish at surewest.net: > > On 2016-11-07 14:35, Bernard Fay wrote: > >> Hi, > >> > >> We have a virtual